Searched refs:hpi (Results 1 – 6 of 6) sorted by relevance
/glibc-2.36/sysdeps/ieee754/dbl-64/ |
D | e_atan2.c | 113 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()
|
D | atnat.h | 59 /**/ hpi = {{0x3ff921fb, 0x54442d18} }, /* pi/2 */ variable 109 /**/ hpi = {{0x54442d18, 0x3ff921fb} }, /* pi/2 */ variable 137 #define HPI hpi.d
|
D | atnat2.h | 63 /**/ hpi = {{0x3ff921fb, 0x54442d18} }, /* pi/2 */ variable 125 /**/ hpi = {{0x54442d18, 0x3ff921fb} }, /* pi/2 */ variable
|
/glibc-2.36/sysdeps/ieee754/flt-32/ |
D | s_sincosf.h | 55 return x - roundtoint (r) * p->hpi; in reduce_fast() 63 return x - n * p->hpi; in reduce_fast()
|
D | sincosf_poly.h | 24 double hpi; /* PI / 2. */ member
|
/glibc-2.36/sysdeps/x86/fpu/ |
D | sincosf_poly.h | 45 double hpi; /* PI / 2. */ member
|