Home
last modified time | relevance | path

Searched refs:PI_2 (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst/siren/
Drmlt.c30 #define PI_2 1.57079632679489661923 macro
39 angle = (float) (((i + 0.5) * PI_2) / 640); in siren_rmlt_init()
43 angle = (float) (((i + 0.5) * PI_2) / 320); in siren_rmlt_init()
/third_party/musl/src/complex/
Dcacosl.c10 #define PI_2 1.57079632679489661923132169163975144L macro
14 return CMPLXL(PI_2 - creall(z), -cimagl(z)); in cacosl()
/third_party/skia/third_party/externals/libpng/contrib/gregbook/
Drpng2-win.c132 #define PI_2 (PI*0.5) macro
1008 angle = (x == 0)? PI_2 : atan((double)y / (double)x);
Drpng2-x.c139 #define PI_2 (PI*0.5) macro
1260 angle = (x == 0)? PI_2 : atan((double)y / (double)x); in rpng2_x_load_bg_image()
2028 angle = (x == 0)? PI_2 : atan((double)y / (double)x); in rpng2_x_reload_bg_image()