Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libm/math/
Dsf_rem_pio2.c50 static const __uint32_t npio2_hw[] = { variable
127 if (n < 32 && (ix & 0xffffff00) != npio2_hw[n - 1]) { in __rem_pio2f()
Ds_rem_pio2.c41 static const __int32_t npio2_hw[] = { variable
120 if (n < 32 && ix != npio2_hw[n - 1]) { in __rem_pio2()