Home
last modified time | relevance | path

Searched refs:toint (Results 1 – 4 of 4) sorted by relevance

/sysdeps/ieee754/dbl-64/
A Dutan.h58 /**/ toint = {{0x43380000, 0x00000000} }; variable
91 /**/ toint = {{0x00000000, 0x43380000} }; variable
A Dusncs.h45 static const double toint = 0x1.8000000000000p52; /* 6755399441055744 */ variable
A Ds_tan.c125 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()
A Ds_sin.c156 double t = (x * hpinv + toint); in reduce_sincos()
157 double xn = t - toint; in reduce_sincos()

Completed in 5 milliseconds