Home
last modified time | relevance | path

Searched refs:two8 (Results 1 – 2 of 2) sorted by relevance

/picolibc-3.7.0-3.6.0/newlib/libm/math/
Dkf_rem_pio2.c38 two8 = 2.5600000000e+02, /* 0x43800000 */ variable
85 iq[i] = (__int32_t)(z - two8 * fw); in __kernel_rem_pio2f()
165 if (z >= two8) { in __kernel_rem_pio2f()
167 iq[jz] = (__int32_t)(z - two8 * fw); in __kernel_rem_pio2f()
Dsf_rem_pio2.c71 two8 = 2.5600000000e+02, /* 0x43800000 */ variable
172 z = (z - tx[i]) * two8; in __rem_pio2f()