Searched refs:M_PI (Results 1 - 11 of 11) sorted by relevance

/illumos-gate/usr/src/head/
H A Dvalues.h127 #define X_PLOSS ((double)(int)(M_PI * H_PREC))
128 #define FX_PLOSS ((float)(int)(M_PI * FH_PREC))
129 #define X_TLOSS (M_PI * DMAXPOWTWO)
130 #define FX_TLOSS (float)(M_PI * FMAXPOWTWO)
132 #define M_PI 3.14159265358979323846 macro
H A Dmath.h87 #define M_PI 3.14159265358979323846 macro
/illumos-gate/usr/src/lib/libbc/inc/include/
H A Dvalues.h138 #define X_PLOSS ((double)(long)(M_PI * H_PREC))
139 #define X_TLOSS (M_PI * DMAXPOWTWO)
141 #define M_PI 3.14159265358979323846 macro
H A Dmath.h312 #define M_PI 3.14159265358979323846 macro
/illumos-gate/usr/src/lib/libshell/common/scripts/
H A Dtermclock.sh97 a=angle/360.*(2*M_PI) ,
122 (( a=angle/360.*(2*M_PI) ))
228 float -r M_PI=3.14159265358979323846
H A Dshpiano.sh1303 float -r M_PI=3.14159265358979323846
1388 (( w=sin( ((i*freq)/sample_rate) * (2.*M_PI)) ))
/illumos-gate/usr/src/lib/libast/common/uwin/
H A Dgamma.c316 z = sin(M_PI*z);
318 z = cos(M_PI*(0.5-z));
325 lsine = __log__D(M_PI/z); /* = TRUNC(log(u)) + small */
340 return (M_PI / (y*z));
H A Dlgamma.c308 z = sin(M_PI*z);
310 z = cos(M_PI*(0.5-z));
311 z = log(M_PI/(z*x));
/illumos-gate/usr/src/cmd/audio/utilities/
H A DResample.cc67 double bandwidth = M_PI / fold; // digital bandwidth of pass band
74 coef[i] = sin(bandwidth * alpha) / (M_PI * alpha);
79 coef[i] = sin(bandwidth * alpha) / (M_PI * alpha);
81 coef[i++] = bandwidth / M_PI;
/illumos-gate/usr/src/boot/include/
H A Dmath.h149 #define M_PI 3.14159265358979323846 /* pi */ macro
/illumos-gate/usr/src/lib/libmvec/common/vis/
H A D__vatan2f.S40 .word 0xc00921fb, 0x54442d18 ! -M_PI
41 .word 0x400921fb, 0x54442d18 ! M_PI

Completed in 697 milliseconds