Searched refs:toint (Results 1 – 4 of 4) sorted by relevance
58 /**/ toint = {{0x43380000, 0x00000000} }; variable91 /**/ toint = {{0x00000000, 0x43380000} }; variable
45 static const double toint = 0x1.8000000000000p52; /* 6755399441055744 */ variable
125 t = (x * hpinv.d + toint.d); in __tan()126 xn = t - toint.d; in __tan()209 t = (x * hpinv.d + toint.d); in __tan()210 xn = t - toint.d; in __tan()
156 double t = (x * hpinv + toint); in reduce_sincos()157 double xn = t - toint; in reduce_sincos()
Completed in 5 milliseconds