HomeSort by: relevance | last modified time | path
    Searched refs:EXTRACT_WORDS (Results 1 - 25 of 32) sorted by relevancy

1 2

  /src/lib/libm/src/
s_isinf.c 23 EXTRACT_WORDS(hx,lx,x);
s_isnan.c 30 EXTRACT_WORDS(hx,lx,x);
s_logb.c 35 EXTRACT_WORDS(ix,lx,x);
s_fmaf.c 58 EXTRACT_WORDS(hr, lr, result);
s_frexp.c 42 EXTRACT_WORDS(hx,lx,x);
e_remainder.c 40 EXTRACT_WORDS(hx,lx,x);
41 EXTRACT_WORDS(hp,lp,p);
s_cospi.c 87 EXTRACT_WORDS(hx, lx, x);
114 EXTRACT_WORDS(ix, lx, ax);
s_nextafter.c 40 EXTRACT_WORDS(hx,lx,x);
41 EXTRACT_WORDS(hy,ly,y);
e_acosh.c 45 EXTRACT_WORDS(hx,lx,x);
e_atanh.c 49 EXTRACT_WORDS(hx,lx,x);
e_log10.c 69 EXTRACT_WORDS(hx,lx,x);
s_trunc.c 45 EXTRACT_WORDS(i0,i1,x);
e_atan2.c 63 EXTRACT_WORDS(hx,lx,x);
65 EXTRACT_WORDS(hy,ly,y);
s_sinpi.c 89 EXTRACT_WORDS(hx, lx, x);
127 EXTRACT_WORDS(ix, lx, ax);
s_tanpi.c 120 EXTRACT_WORDS(hx, lx, x);
153 EXTRACT_WORDS(ix, lx, ax);
s_ceil.c 42 EXTRACT_WORDS(i0,i1,x);
s_floor.c 42 EXTRACT_WORDS(i0,i1,x);
s_modf.c 43 EXTRACT_WORDS(i0,i1,x);
s_rint.c 43 EXTRACT_WORDS(i0,i1,x);
s_scalbn.c 65 EXTRACT_WORDS(hx,lx,x);
s_nexttoward.c 53 EXTRACT_WORDS(hx, lx, x);
e_fmod.c 39 EXTRACT_WORDS(hx,lx,x);
40 EXTRACT_WORDS(hy,ly,y);
s_remquo.c 42 EXTRACT_WORDS(hx,lx,x);
43 EXTRACT_WORDS(hy,ly,y);
e_log2.c 42 EXTRACT_WORDS(hx,lx,x);
e_pow.c 108 EXTRACT_WORDS(hx,lx,x);
109 EXTRACT_WORDS(hy,ly,y);
265 EXTRACT_WORDS(j,i,z);

Completed in 158 milliseconds

1 2