Home
last modified time | relevance | path

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

/external/fdlibm/
De_rem_pio2.c45 static const int npio2_hw[] = { variable
47 static int npio2_hw[] = {
129 if(n<32&&ix!=npio2_hw[n-1]) {
/external/v8/src/base/
Dieee754.cc191 static const int32_t npio2_hw[] = { in __ieee754_rem_pio2() local
266 if (n < 32 && ix != npio2_hw[n - 1]) { in __ieee754_rem_pio2()