HomeSort by: relevance | last modified time | path
    Searched refs:npio2_hw (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libm/src/
e_rem_pio2.c 27 static const int32_t npio2_hw[] = { variable in typeref:typename:const int32_t[]
102 if(n<32&&ix!=npio2_hw[n-1]) {
e_rem_pio2f.c 60 static const int32_t npio2_hw[] = { variable in typeref:typename:const int32_t[]
133 if(n<32&&(int32_t)(ix&0xffffff00)!=npio2_hw[n-1]) {

Completed in 17 milliseconds