/openbsd/lib/libm/src/ |
H A D | e_remainder.c | 37 EXTRACT_WORDS(hx,lx,x); in remainder() 38 EXTRACT_WORDS(hp,lp,p); in remainder()
|
H A D | s_nextafter.c | 31 EXTRACT_WORDS(hx,lx,x); in nextafter() 32 EXTRACT_WORDS(hy,ly,y); in nextafter()
|
H A D | e_atan2.c | 60 EXTRACT_WORDS(hx,lx,x); in atan2() 62 EXTRACT_WORDS(hy,ly,y); in atan2()
|
H A D | e_fmod.c | 32 EXTRACT_WORDS(hx,lx,x); in fmod() 33 EXTRACT_WORDS(hy,ly,y); in fmod()
|
H A D | s_remquo.c | 34 EXTRACT_WORDS(hx,lx,x); in remquo() 35 EXTRACT_WORDS(hy,ly,y); in remquo()
|
H A D | e_pow.c | 105 EXTRACT_WORDS(hx,lx,x); in pow() 106 EXTRACT_WORDS(hy,ly,y); in pow() 258 EXTRACT_WORDS(j,i,z); in pow()
|
H A D | s_logb.c | 26 EXTRACT_WORDS(ix,lx,x); in logb()
|
H A D | e_acosh.c | 42 EXTRACT_WORDS(hx,lx,x); in acosh()
|
H A D | e_jn.c | 59 EXTRACT_WORDS(hx,lx,x); in jn() 212 EXTRACT_WORDS(hx,lx,x); in yn()
|
H A D | s_trunc.c | 34 EXTRACT_WORDS(i0,i1,x); in trunc()
|
H A D | e_atanh.c | 45 EXTRACT_WORDS(hx,lx,x); in atanh()
|
H A D | s_tanh.c | 51 EXTRACT_WORDS(jx,lx,x); in tanh()
|
H A D | e_log10.c | 66 EXTRACT_WORDS(hx,lx,x); in log10()
|
H A D | s_ceil.c | 34 EXTRACT_WORDS(i0,i1,x); in ceil()
|
H A D | s_floor.c | 34 EXTRACT_WORDS(i0,i1,x); in floor()
|
H A D | s_nexttowardf.c | 34 EXTRACT_WORDS(hy,ly,y); in nexttowardf()
|
H A D | s_lround.c | 72 EXTRACT_WORDS(i0, i1, x); in LROUNDNAME()
|
H A D | s_rint.c | 41 EXTRACT_WORDS(i0,i1,x); in rint()
|
H A D | e_log2.c | 38 EXTRACT_WORDS(hx,lx,x); in log2()
|
H A D | e_log.c | 90 EXTRACT_WORDS(hx,lx,x); in log()
|
H A D | e_sqrt.c | 98 EXTRACT_WORDS(ix0,ix1,x); in sqrt()
|
H A D | e_j1.c | 145 EXTRACT_WORDS(hx,lx,x); in y1()
|
/openbsd/lib/libc/gen/ |
H A D | ldexp.c | 52 #define EXTRACT_WORDS(ix0,ix1,d) \ macro 100 EXTRACT_WORDS(hx,lx,x); in ldexp()
|
/openbsd/lib/libm/src/ld128/ |
H A D | s_nexttoward.c | 33 EXTRACT_WORDS(hx,lx,x); in nexttoward()
|
/openbsd/lib/libm/src/ld80/ |
H A D | s_nexttoward.c | 31 EXTRACT_WORDS(hx,lx,x); in nexttoward()
|