Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/lib/libm/
Def_rem_pio2.c60 static const __int32_t npio2_hw[] = { variable
62 static __int32_t npio2_hw[] = {
145 if(n<32&&(ix&0xffffff00)!=npio2_hw[n-1]) {
/device/linaro/bootloader/edk2/StdLib/LibC/Math/
De_rem_pio2.c44 static const int32_t npio2_hw[] = { variable
119 if(n<32&&ix!=npio2_hw[n-1]) { in __ieee754_rem_pio2()