Home
last modified time | relevance | path

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

/openbsd-src/lib/libm/src/
H A De_rem_pio2f.c55 static const int32_t npio2_hw[] = { variable
128 if(n<32&&(ix&0xffffff00)!=npio2_hw[n-1]) { in __ieee754_rem_pio2f()
H A De_rem_pio2.c22 static const int32_t npio2_hw[] = { variable
96 if(n<32&&ix!=npio2_hw[n-1]) { in __ieee754_rem_pio2()