Searched refs:pi_o_4 (Results 1 - 2 of 2) sorted by relevance
/bionic/libm/upstream-freebsd/lib/msun/src/ |
H A D | e_atan2f.c | 26 pi_o_4 = 7.8539818525e-01, /* 0x3f490fdb */ variable 64 case 0: return pi_o_4+tiny;/* atan(+INF,+INF) */ 65 case 1: return -pi_o_4-tiny;/* atan(-INF,+INF) */ 66 case 2: return (float)3.0*pi_o_4+tiny;/*atan(+INF,-INF)*/ 67 case 3: return (float)-3.0*pi_o_4-tiny;/*atan(-INF,-INF)*/
|
H A D | e_atan2.c | 54 pi_o_4 = 7.8539816339744827900E-01, /* 0x3FE921FB, 0x54442D18 */ variable 93 case 0: return pi_o_4+tiny;/* atan(+INF,+INF) */ 94 case 1: return -pi_o_4-tiny;/* atan(-INF,+INF) */ 95 case 2: return 3.0*pi_o_4+tiny;/*atan(+INF,-INF)*/ 96 case 3: return -3.0*pi_o_4-tiny;/*atan(-INF,-INF)*/
|
Completed in 33 milliseconds