Home
last modified time | relevance | path

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

/netbsd-src/lib/libm/src/
H A De_rem_pio2f.c60 static const int32_t npio2_hw[] = { variable
133 if(n<32&&(int32_t)(ix&0xffffff00)!=npio2_hw[n-1]) { in __ieee754_rem_pio2f()
H A De_rem_pio2.c27 static const int32_t npio2_hw[] = { variable
102 if(n<32&&ix!=npio2_hw[n-1]) { in __ieee754_rem_pio2()