Home
last modified time | relevance | path

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

/glibc-2.36/sysdeps/ieee754/dbl-64/
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()
Datnat.h59 /**/ hpi = {{0x3ff921fb, 0x54442d18} }, /* pi/2 */ variable
109 /**/ hpi = {{0x54442d18, 0x3ff921fb} }, /* pi/2 */ variable
137 #define HPI hpi.d
Datnat2.h63 /**/ hpi = {{0x3ff921fb, 0x54442d18} }, /* pi/2 */ variable
125 /**/ hpi = {{0x54442d18, 0x3ff921fb} }, /* pi/2 */ variable
/glibc-2.36/sysdeps/ieee754/flt-32/
Ds_sincosf.h55 return x - roundtoint (r) * p->hpi; in reduce_fast()
63 return x - n * p->hpi; in reduce_fast()
Dsincosf_poly.h24 double hpi; /* PI / 2. */ member
/glibc-2.36/sysdeps/x86/fpu/
Dsincosf_poly.h45 double hpi; /* PI / 2. */ member