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

/opensolaris-onvv-gate/usr/src/head/
H A Dvalues.h136 #define X_PLOSS ((double)(int)(M_PI * H_PREC))
137 #define FX_PLOSS ((float)(int)(M_PI * FH_PREC))
138 #define X_TLOSS (M_PI * DMAXPOWTWO)
139 #define FX_TLOSS (float)(M_PI * FMAXPOWTWO)
141 #define M_PI 3.14159265358979323846 macro
/opensolaris-onvv-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
/opensolaris-onvv-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)) ))
/opensolaris-onvv-gate/usr/src/cmd/filebench/common/
H A Dgamma_dist.c89 Y = tan(M_PI*U);
/opensolaris-onvv-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));
/opensolaris-onvv-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;

Completed in 67 milliseconds