| /mirbsd/src/lib/libm/src/ |
| D | e_remainder.c | 40 EXTRACT_WORDS(hx,lx,x); in __ieee754_remainder() 41 EXTRACT_WORDS(hp,lp,p); in __ieee754_remainder()
|
| D | s_nextafter.c | 34 EXTRACT_WORDS(hx,lx,x); in nextafter() 35 EXTRACT_WORDS(hy,ly,y); in nextafter()
|
| D | e_atan2.c | 63 EXTRACT_WORDS(hx,lx,x); in __ieee754_atan2() 65 EXTRACT_WORDS(hy,ly,y); in __ieee754_atan2()
|
| D | e_fmod.c | 35 EXTRACT_WORDS(hx,lx,x); in __ieee754_fmod() 36 EXTRACT_WORDS(hy,ly,y); in __ieee754_fmod()
|
| D | e_pow.c | 110 EXTRACT_WORDS(hx,lx,x); in __ieee754_pow() 111 EXTRACT_WORDS(hy,ly,y); in __ieee754_pow() 260 EXTRACT_WORDS(j,i,z); in __ieee754_pow()
|
| D | s_remquo.c | 36 EXTRACT_WORDS(hx,lx,x); in remquo() 37 EXTRACT_WORDS(hy,ly,y); in remquo()
|
| D | s_isinf.c | 27 EXTRACT_WORDS(hx,lx,x); in isinf()
|
| D | s_logb.c | 32 EXTRACT_WORDS(ix,lx,x); in logb()
|
| D | s_isnan.c | 34 EXTRACT_WORDS(hx,lx,x); in isnan()
|
| D | e_jn.c | 66 EXTRACT_WORDS(hx,lx,x); in __ieee754_jn() 225 EXTRACT_WORDS(hx,lx,x); in __ieee754_yn()
|
| D | e_acosh.c | 45 EXTRACT_WORDS(hx,lx,x); in __ieee754_acosh()
|
| D | e_atanh.c | 49 EXTRACT_WORDS(hx,lx,x); in __ieee754_atanh()
|
| D | s_trunc.c | 41 EXTRACT_WORDS(i0,i1,x); in trunc()
|
| D | e_log10.c | 69 EXTRACT_WORDS(hx,lx,x); in __ieee754_log10()
|
| D | s_scalbn.c | 40 EXTRACT_WORDS(hx,lx,x); in scalbn()
|
| D | s_floor.c | 38 EXTRACT_WORDS(i0,i1,x); in floor()
|
| D | s_ceil.c | 38 EXTRACT_WORDS(i0,i1,x); in ceil()
|
| D | lround.c | 71 EXTRACT_WORDS(i0, i1, x); in LROUNDNAME()
|
| D | lrint.c | 78 EXTRACT_WORDS(i0, i1, x); in LRINTNAME()
|
| D | s_rint.c | 44 EXTRACT_WORDS(i0,i1,x); in rint()
|
| D | e_log2.c | 42 EXTRACT_WORDS(hx,lx,x); in __ieee754_log2()
|
| D | e_log.c | 93 EXTRACT_WORDS(hx,lx,x); in __ieee754_log()
|
| D | e_sqrt.c | 102 EXTRACT_WORDS(ix0,ix1,x); in __ieee754_sqrt()
|
| D | math_private.h | 73 #define EXTRACT_WORDS(ix0,ix1,d) \ macro
|
| D | e_j1.c | 150 EXTRACT_WORDS(hx,lx,x); in __ieee754_y1()
|