Searched refs:INSERT_WORDS (Results 1 – 8 of 8) sorted by relevance
/AliOS-Things-master/components/py_engine/engine/lib/libm_dbl/ |
A D | __expo2.c | 13 INSERT_WORDS(scale, (uint32_t)(0x3ff + k/2) << 20, 0); in __expo2()
|
A D | libm.h | 62 #define INSERT_WORDS(d,hi,lo) \ macro
|
A D | sqrt.c | 183 INSERT_WORDS(z, ix0, ix1); in sqrt()
|
/AliOS-Things-master/components/SDL2/src/libm/ |
A D | e_fmod.c | 111 INSERT_WORDS(x,hx|sx,lx); in __ieee754_fmod() 122 INSERT_WORDS(x,hx|sx,lx); in __ieee754_fmod()
|
A D | k_cos.c | 76 INSERT_WORDS(qx,ix-0x00200000,0); /* x/4 */ in __kernel_cos()
|
A D | s_floor.c | 72 INSERT_WORDS(x,i0,i1); in floor()
|
A D | e_sqrt.c | 179 INSERT_WORDS(z,ix0,ix1); in __ieee754_sqrt()
|
A D | math_private.h | 127 #define INSERT_WORDS(d,ix0,ix1) \ macro
|
Completed in 12 milliseconds