Searched refs:EXTRACT_WORDS (Results 1 – 10 of 10) sorted by relevance
| /external/lib/libm/ |
| A D | e_atan2.c | 67 EXTRACT_WORDS(hx,lx,x); in __ieee754_atan2() 69 EXTRACT_WORDS(hy,ly,y); in __ieee754_atan2()
|
| A D | e_fmod.c | 34 EXTRACT_WORDS(hx,lx,x); in __ieee754_fmod() 35 EXTRACT_WORDS(hy,ly,y); in __ieee754_fmod()
|
| A D | e_pow.c | 106 EXTRACT_WORDS(hx,lx,x); in __ieee754_pow() 107 EXTRACT_WORDS(hy,ly,y); in __ieee754_pow() 260 EXTRACT_WORDS(j,i,z); in __ieee754_pow()
|
| A D | s_trunc.c | 37 EXTRACT_WORDS(i0,i1,x); in trunc()
|
| A D | s_scalbn.c | 36 EXTRACT_WORDS(hx,lx,x); in scalbn()
|
| A D | s_ceil.c | 37 EXTRACT_WORDS(i0,i1,x); in ceil()
|
| A D | s_floor.c | 37 EXTRACT_WORDS(i0,i1,x); in floor()
|
| A D | e_log.c | 95 EXTRACT_WORDS(hx,lx,x); in __ieee754_log()
|
| A D | e_sqrt.c | 116 EXTRACT_WORDS(ix0,ix1,x); in __ieee754_sqrt()
|
| A D | math_private.h | 83 #define EXTRACT_WORDS(ix0,ix1,d) \ macro 565 EXTRACT_WORDS(__hx, __lx, *xp); \
|
Completed in 13 milliseconds