Home
last modified time | relevance | path

Searched refs:pi_o_4 (Results 1 – 2 of 2) sorted by relevance

/freebsd/lib/msun/src/
H A De_atan2f.c23 pi_o_4 = 7.8539818525e-01, /* 0x3f490fdb */ variable
61 case 0: return pi_o_4+tiny;/* atan(+INF,+INF) */ in atan2f()
62 case 1: return -pi_o_4-tiny;/* atan(-INF,+INF) */ in atan2f()
63 case 2: return (float)3.0*pi_o_4+tiny;/*atan(+INF,-INF)*/ in atan2f()
64 case 3: return (float)-3.0*pi_o_4-tiny;/*atan(-INF,-INF)*/ in atan2f()
H A De_atan2.c50 pi_o_4 = 7.8539816339744827900E-01, /* 0x3FE921FB, 0x54442D18 */ variable
89 case 0: return pi_o_4+tiny;/* atan(+INF,+INF) */ in atan2()
90 case 1: return -pi_o_4-tiny;/* atan(-INF,+INF) */ in atan2()
91 case 2: return 3.0*pi_o_4+tiny;/*atan(+INF,-INF)*/ in atan2()
92 case 3: return -3.0*pi_o_4-tiny;/*atan(-INF,-INF)*/ in atan2()