Home
last modified time | relevance | path

Searched refs:EXTRACT_WORDS (Results 1 – 25 of 34) sorted by relevance

12

/bionic/libm/upstream-freebsd/lib/msun/src/
Ds_cexp.c48 EXTRACT_WORDS(hy, ly, y); in cexp()
54 EXTRACT_WORDS(hx, lx, x); in cexp()
De_remainder.c41 EXTRACT_WORDS(hx,lx,x); in __ieee754_remainder()
42 EXTRACT_WORDS(hp,lp,p); in __ieee754_remainder()
Ds_nextafter.c35 EXTRACT_WORDS(hx,lx,x); in nextafter()
36 EXTRACT_WORDS(hy,ly,y); in nextafter()
De_atan2.c67 EXTRACT_WORDS(hx,lx,x); in __ieee754_atan2()
69 EXTRACT_WORDS(hy,ly,y); in __ieee754_atan2()
Ds_logb.c34 EXTRACT_WORDS(ix,lx,x); in logb()
Ds_ilogb.c32 EXTRACT_WORDS(hx,lx,x); in ilogb()
Ds_frexp.c38 EXTRACT_WORDS(hx,lx,x); in frexp()
Ds_fmaf.c50 EXTRACT_WORDS(hr, lr, result); in fmaf()
Ds_csinh.c58 EXTRACT_WORDS(hx, lx, x); in csinh()
59 EXTRACT_WORDS(hy, ly, y); in csinh()
Ds_ccosh.c58 EXTRACT_WORDS(hx, lx, x); in ccosh()
59 EXTRACT_WORDS(hy, ly, y); in ccosh()
De_acosh.c47 EXTRACT_WORDS(hx,lx,x); in __ieee754_acosh()
Ds_trunc.c37 EXTRACT_WORDS(i0,i1,x); in trunc()
De_atanh.c50 EXTRACT_WORDS(hx,lx,x); in __ieee754_atanh()
Ds_scalbn.c40 EXTRACT_WORDS(hx,lx,x); in scalbn()
Ds_floor.c37 EXTRACT_WORDS(i0,i1,x); in floor()
Ds_ceil.c37 EXTRACT_WORDS(i0,i1,x); in ceil()
De_fmod.c34 EXTRACT_WORDS(hx,lx,x); in __ieee754_fmod()
35 EXTRACT_WORDS(hy,ly,y); in __ieee754_fmod()
Ds_modf.c37 EXTRACT_WORDS(i0,i1,x); in modf()
Ds_nexttoward.c40 EXTRACT_WORDS(hx,lx,x); in nexttoward()
Ds_remquo.c37 EXTRACT_WORDS(hx,lx,x); in remquo()
38 EXTRACT_WORDS(hy,ly,y); in remquo()
Ds_cbrt.c48 EXTRACT_WORDS(hx,low,x); in cbrt()
Ds_rint.c43 EXTRACT_WORDS(i0,i1,x); in rint()
De_log2.c48 EXTRACT_WORDS(hx,lx,x); in __ieee754_log2()
Ds_ctanh.c84 EXTRACT_WORDS(hx, lx, x); in ctanh()
/bionic/libc/upstream-freebsd/lib/libc/gen/
Dldexp.c53 #define EXTRACT_WORDS(ix0,ix1,d) \ macro
101 EXTRACT_WORDS(hx,lx,x); in ldexp()

12