Searched refs:EXTRACT_WORDS (Results 1 - 25 of 27) sorted by relevance

12

/bionic/libm/src/
H A Ds_ilogb.c33 EXTRACT_WORDS(hx,lx,x);
H A Ds_logb.c33 EXTRACT_WORDS(ix,lx,x);
H A De_acosh.c46 EXTRACT_WORDS(hx,lx,x);
H A Ds_frexp.c40 EXTRACT_WORDS(hx,lx,x);
H A De_remainder.c40 EXTRACT_WORDS(hx,lx,x);
41 EXTRACT_WORDS(hp,lp,p);
H A Ds_nextafter.c37 EXTRACT_WORDS(hx,lx,x);
38 EXTRACT_WORDS(hy,ly,y);
H A De_atanh.c49 EXTRACT_WORDS(hx,lx,x);
H A De_log10.c69 EXTRACT_WORDS(hx,lx,x);
H A Ds_trunc.c35 EXTRACT_WORDS(i0,i1,x);
H A De_atan2.c64 EXTRACT_WORDS(hx,lx,x);
66 EXTRACT_WORDS(hy,ly,y);
H A Ds_ceil.c36 EXTRACT_WORDS(i0,i1,x);
H A Ds_floor.c36 EXTRACT_WORDS(i0,i1,x);
H A Ds_modf.c37 EXTRACT_WORDS(i0,i1,x);
H A Ds_nexttoward.c41 EXTRACT_WORDS(hx,lx,x);
H A Ds_rint.c42 EXTRACT_WORDS(i0,i1,x);
H A Ds_scalbn.c40 EXTRACT_WORDS(hx,lx,x);
H A De_fmod.c35 EXTRACT_WORDS(hx,lx,x);
36 EXTRACT_WORDS(hy,ly,y);
H A Ds_remquo.c35 EXTRACT_WORDS(hx,lx,x);
36 EXTRACT_WORDS(hy,ly,y);
H A De_pow.c106 EXTRACT_WORDS(hx,lx,x);
107 EXTRACT_WORDS(hy,ly,y);
260 EXTRACT_WORDS(j,i,z);
H A De_log.c93 EXTRACT_WORDS(hx,lx,x);
H A De_sqrt.c101 EXTRACT_WORDS(ix0,ix1,x);
H A De_jn.c64 EXTRACT_WORDS(hx,lx,x);
217 EXTRACT_WORDS(hx,lx,x);
H A Dmath_private.h71 #define EXTRACT_WORDS(ix0,ix1,d) \ macro
H A De_j0.c152 EXTRACT_WORDS(hx,lx,x);
/bionic/libc/bionic/
H A Dldexp.c52 #define EXTRACT_WORDS(ix0,ix1,d) \ macro
100 EXTRACT_WORDS(hx,lx,x);

Completed in 118 milliseconds

12