/external/qemu/distrib/sdl-1.2.15/src/video/ |
e_sqrt.h | 112 EXTRACT_WORDS(hx,lx,x); 148 EXTRACT_WORDS(ix0,ix1,x);
|
math_private.h | 75 #define EXTRACT_WORDS(ix0,ix1,d) \
|
e_pow.h | 109 EXTRACT_WORDS(hx,lx,x); 110 EXTRACT_WORDS(hy,ly,y); 258 EXTRACT_WORDS(j,i,z);
|
e_log.h | 97 EXTRACT_WORDS(hx,lx,x);
|
/bionic/libm/upstream-freebsd/lib/msun/src/ |
e_log10.c | 48 EXTRACT_WORDS(hx,lx,x);
|
e_pow.c | 105 EXTRACT_WORDS(hx,lx,x); 106 EXTRACT_WORDS(hy,ly,y); 262 EXTRACT_WORDS(j,i,z);
|
e_log.c | 95 EXTRACT_WORDS(hx,lx,x);
|
e_sqrt.c | 102 EXTRACT_WORDS(ix0,ix1,x);
|
e_jn.c | 63 EXTRACT_WORDS(hx,lx,x); 221 EXTRACT_WORDS(hx,lx,x);
|
math_private.h | 89 #define EXTRACT_WORDS(ix0,ix1,d) \ 572 EXTRACT_WORDS(__hx, __lx, *xp); \
|
e_j0.c | 151 EXTRACT_WORDS(hx,lx,x);
|
e_j1.c | 148 EXTRACT_WORDS(hx,lx,x);
|
e_lgamma_r.c | 211 EXTRACT_WORDS(hx,lx,x);
|