/bionic/libm/upstream-freebsd/lib/msun/src/ |
D | s_cexp.c | 48 EXTRACT_WORDS(hy, ly, y); in cexp() 54 EXTRACT_WORDS(hx, lx, x); in cexp()
|
D | e_remainder.c | 41 EXTRACT_WORDS(hx,lx,x); in __ieee754_remainder() 42 EXTRACT_WORDS(hp,lp,p); in __ieee754_remainder()
|
D | s_nextafter.c | 35 EXTRACT_WORDS(hx,lx,x); in nextafter() 36 EXTRACT_WORDS(hy,ly,y); in nextafter()
|
D | e_atan2.c | 67 EXTRACT_WORDS(hx,lx,x); in __ieee754_atan2() 69 EXTRACT_WORDS(hy,ly,y); in __ieee754_atan2()
|
D | s_logb.c | 34 EXTRACT_WORDS(ix,lx,x); in logb()
|
D | s_ilogb.c | 32 EXTRACT_WORDS(hx,lx,x); in ilogb()
|
D | s_frexp.c | 38 EXTRACT_WORDS(hx,lx,x); in frexp()
|
D | s_fmaf.c | 50 EXTRACT_WORDS(hr, lr, result); in fmaf()
|
D | s_csinh.c | 58 EXTRACT_WORDS(hx, lx, x); in csinh() 59 EXTRACT_WORDS(hy, ly, y); in csinh()
|
D | s_ccosh.c | 58 EXTRACT_WORDS(hx, lx, x); in ccosh() 59 EXTRACT_WORDS(hy, ly, y); in ccosh()
|
D | e_acosh.c | 47 EXTRACT_WORDS(hx,lx,x); in __ieee754_acosh()
|
D | s_trunc.c | 37 EXTRACT_WORDS(i0,i1,x); in trunc()
|
D | e_atanh.c | 50 EXTRACT_WORDS(hx,lx,x); in __ieee754_atanh()
|
D | s_scalbn.c | 40 EXTRACT_WORDS(hx,lx,x); in scalbn()
|
D | s_floor.c | 37 EXTRACT_WORDS(i0,i1,x); in floor()
|
D | s_ceil.c | 37 EXTRACT_WORDS(i0,i1,x); in ceil()
|
D | e_fmod.c | 34 EXTRACT_WORDS(hx,lx,x); in __ieee754_fmod() 35 EXTRACT_WORDS(hy,ly,y); in __ieee754_fmod()
|
D | s_modf.c | 37 EXTRACT_WORDS(i0,i1,x); in modf()
|
D | s_nexttoward.c | 40 EXTRACT_WORDS(hx,lx,x); in nexttoward()
|
D | s_remquo.c | 37 EXTRACT_WORDS(hx,lx,x); in remquo() 38 EXTRACT_WORDS(hy,ly,y); in remquo()
|
D | s_cbrt.c | 48 EXTRACT_WORDS(hx,low,x); in cbrt()
|
D | s_rint.c | 43 EXTRACT_WORDS(i0,i1,x); in rint()
|
D | e_log2.c | 48 EXTRACT_WORDS(hx,lx,x); in __ieee754_log2()
|
D | s_ctanh.c | 84 EXTRACT_WORDS(hx, lx, x); in ctanh()
|
/bionic/libc/upstream-freebsd/lib/libc/gen/ |
D | ldexp.c | 53 #define EXTRACT_WORDS(ix0,ix1,d) \ macro 101 EXTRACT_WORDS(hx,lx,x); in ldexp()
|