Home
last modified time | relevance | path

Searched refs:hpi (Results 1 – 6 of 6) sorted by relevance

/sysdeps/ieee754/dbl-64/
A Datnat.h59 /**/ hpi = {{0x3ff921fb, 0x54442d18} }, /* pi/2 */ variable
109 /**/ hpi = {{0x54442d18, 0x3ff921fb} }, /* pi/2 */ variable
137 #define HPI hpi.d
A Datnat2.h63 /**/ hpi = {{0x3ff921fb, 0x54442d18} }, /* pi/2 */ variable
125 /**/ hpi = {{0x54442d18, 0x3ff921fb} }, /* pi/2 */ variable
A De_atan2.c113 return hpi.d; in __ieee754_atan2()
170 return hpi.d; in __ieee754_atan2()
185 return ((y > 0) ? hpi.d : mhpi.d); in __ieee754_atan2()
283 ESUB (hpi.d, u, t2, cor); in __ieee754_atan2()
299 t1 = hpi.d - cij[i][1].d; in __ieee754_atan2()
316 EADD (hpi.d, u, t2, cor); in __ieee754_atan2()
331 t1 = hpi.d + cij[i][1].d; in __ieee754_atan2()
/sysdeps/ieee754/flt-32/
A Ds_sincosf.h55 return x - roundtoint (r) * p->hpi; in reduce_fast()
63 return x - n * p->hpi; in reduce_fast()
A Dsincosf_poly.h24 double hpi; /* PI / 2. */ member
/sysdeps/x86/fpu/
A Dsincosf_poly.h45 double hpi; /* PI / 2. */ member

Completed in 7 milliseconds