/bionic/libm/upstream-freebsd/lib/msun/src/ |
D | s_cexp.c | 51 EXTRACT_WORDS(hy, ly, y); in cexp() 57 EXTRACT_WORDS(hx, lx, x); in cexp()
|
D | s_cospi.c | 82 EXTRACT_WORDS(hx, lx, x); in cospi() 109 EXTRACT_WORDS(ix, lx, ax); in cospi()
|
D | e_remainder.c | 41 EXTRACT_WORDS(hx,lx,x); in remainder() 42 EXTRACT_WORDS(hp,lp,p); in remainder()
|
D | s_nextafter.c | 35 EXTRACT_WORDS(hx,lx,x); in nextafter() 36 EXTRACT_WORDS(hy,ly,y); in nextafter()
|
D | s_sinpi.c | 85 EXTRACT_WORDS(hx, lx, x); in sinpi() 123 EXTRACT_WORDS(ix, lx, ax); in sinpi()
|
D | e_atan2.c | 67 EXTRACT_WORDS(hx,lx,x); in atan2() 69 EXTRACT_WORDS(hy,ly,y); in atan2()
|
D | s_csinh.c | 60 EXTRACT_WORDS(hx, lx, x); in csinh() 61 EXTRACT_WORDS(hy, ly, y); in csinh()
|
D | s_ccosh.c | 60 EXTRACT_WORDS(hx, lx, x); in ccosh() 61 EXTRACT_WORDS(hy, ly, y); in ccosh()
|
D | e_fmod.c | 36 EXTRACT_WORDS(hx,lx,x); in fmod() 37 EXTRACT_WORDS(hy,ly,y); in fmod()
|
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_remquo.c | 37 EXTRACT_WORDS(hx,lx,x); in remquo() 38 EXTRACT_WORDS(hy,ly,y); in remquo()
|
D | s_fmaf.c | 59 EXTRACT_WORDS(hr, lr, result); in fmaf()
|
D | e_acosh.c | 47 EXTRACT_WORDS(hx,lx,x); in acosh()
|
D | s_trunc.c | 37 EXTRACT_WORDS(i0,i1,x); in trunc()
|
D | e_pow.c | 109 EXTRACT_WORDS(hx,lx,x); in pow() 110 EXTRACT_WORDS(hy,ly,y); in pow() 266 EXTRACT_WORDS(j,i,z); in pow()
|
D | e_atanh.c | 50 EXTRACT_WORDS(hx,lx,x); in atanh()
|
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 | s_nexttoward.c | 40 EXTRACT_WORDS(hx,lx,x); in nexttoward()
|
D | s_modf.c | 37 EXTRACT_WORDS(i0,i1,x); in modf()
|
D | e_jn.c | 63 EXTRACT_WORDS(hx,lx,x); in jn() 222 EXTRACT_WORDS(hx,lx,x); in yn()
|
D | s_rint.c | 43 EXTRACT_WORDS(i0,i1,x); in rint()
|
D | e_log2.c | 48 EXTRACT_WORDS(hx,lx,x); in log2()
|