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

12

/freebsd-12-stable/lib/msun/src/
H A Ds_logb.c34 EXTRACT_WORDS(ix,lx,x);
H A Ds_fmaf.c52 EXTRACT_WORDS(hr, lr, result);
H A Ds_frexp.c38 EXTRACT_WORDS(hx,lx,x);
H A Ds_ilogb.c32 EXTRACT_WORDS(hx,lx,x);
H A De_remainder.c41 EXTRACT_WORDS(hx,lx,x);
42 EXTRACT_WORDS(hp,lp,p);
H A Ds_cexp.c50 EXTRACT_WORDS(hy, ly, y);
56 EXTRACT_WORDS(hx, lx, x);
H A Ds_nextafter.c35 EXTRACT_WORDS(hx,lx,x);
36 EXTRACT_WORDS(hy,ly,y);
H A De_acosh.c47 EXTRACT_WORDS(hx,lx,x);
H A De_atanh.c50 EXTRACT_WORDS(hx,lx,x);
H A Ds_trunc.c37 EXTRACT_WORDS(i0,i1,x);
H A De_atan2.c67 EXTRACT_WORDS(hx,lx,x);
69 EXTRACT_WORDS(hy,ly,y);
H A Ds_ccosh.c60 EXTRACT_WORDS(hx, lx, x);
61 EXTRACT_WORDS(hy, ly, y);
H A Ds_csinh.c60 EXTRACT_WORDS(hx, lx, x);
61 EXTRACT_WORDS(hy, ly, y);
H A De_log2.c48 EXTRACT_WORDS(hx,lx,x);
H A Ds_cbrt.c49 EXTRACT_WORDS(hx,low,x);
H A Ds_ceil.c37 EXTRACT_WORDS(i0,i1,x);
H A Ds_ctanh.c86 EXTRACT_WORDS(hx, lx, x);
H A Ds_floor.c37 EXTRACT_WORDS(i0,i1,x);
H A Ds_modf.c37 EXTRACT_WORDS(i0,i1,x);
H A Ds_nexttoward.c40 EXTRACT_WORDS(hx,lx,x);
H A Ds_rint.c43 EXTRACT_WORDS(i0,i1,x);
H A Ds_scalbn.c38 EXTRACT_WORDS(hx,lx,x);
H A De_fmod.c36 EXTRACT_WORDS(hx,lx,x);
37 EXTRACT_WORDS(hy,ly,y);
/freebsd-12-stable/lib/libc/gen/
H A Dldexp.c53 #define EXTRACT_WORDS(ix0,ix1,d) \ macro
101 EXTRACT_WORDS(hx,lx,x);
H A Dmodf.c62 #define EXTRACT_WORDS(ix0,ix1,d) \ macro
96 EXTRACT_WORDS(i0,i1,x);

Completed in 116 milliseconds

12