HomeSort by relevance Sort by last modified time
    Searched refs:EXTRACT_WORDS (Results 1 - 25 of 38) sorted by null

1 2

  /bionic/libm/upstream-freebsd/lib/msun/src/
s_logb.c 34 EXTRACT_WORDS(ix,lx,x);
s_fmaf.c 50 EXTRACT_WORDS(hr, lr, result);
s_frexp.c 38 EXTRACT_WORDS(hx,lx,x);
s_ilogb.c 32 EXTRACT_WORDS(hx,lx,x);
e_remainder.c 41 EXTRACT_WORDS(hx,lx,x);
42 EXTRACT_WORDS(hp,lp,p);
s_cexp.c 48 EXTRACT_WORDS(hy, ly, y);
54 EXTRACT_WORDS(hx, lx, x);
s_nextafter.c 35 EXTRACT_WORDS(hx,lx,x);
36 EXTRACT_WORDS(hy,ly,y);
e_acosh.c 47 EXTRACT_WORDS(hx,lx,x);
e_atanh.c 50 EXTRACT_WORDS(hx,lx,x);
s_trunc.c 37 EXTRACT_WORDS(i0,i1,x);
e_atan2.c 67 EXTRACT_WORDS(hx,lx,x);
69 EXTRACT_WORDS(hy,ly,y);
s_ccosh.c 56 EXTRACT_WORDS(hx, lx, x);
57 EXTRACT_WORDS(hy, ly, y);
s_csinh.c 56 EXTRACT_WORDS(hx, lx, x);
57 EXTRACT_WORDS(hy, ly, y);
e_log2.c 48 EXTRACT_WORDS(hx,lx,x);
s_cbrt.c 48 EXTRACT_WORDS(hx,low,x);
s_ceil.c 37 EXTRACT_WORDS(i0,i1,x);
s_ctanh.c 84 EXTRACT_WORDS(hx, lx, x);
s_floor.c 37 EXTRACT_WORDS(i0,i1,x);
s_modf.c 37 EXTRACT_WORDS(i0,i1,x);
s_nexttoward.c 40 EXTRACT_WORDS(hx,lx,x);
s_rint.c 43 EXTRACT_WORDS(i0,i1,x);
s_scalbn.c 40 EXTRACT_WORDS(hx,lx,x);
e_fmod.c 34 EXTRACT_WORDS(hx,lx,x);
35 EXTRACT_WORDS(hy,ly,y);
s_remquo.c 37 EXTRACT_WORDS(hx,lx,x);
38 EXTRACT_WORDS(hy,ly,y);
  /bionic/libc/bionic/
ldexp.c 52 #define EXTRACT_WORDS(ix0,ix1,d) \
100 EXTRACT_WORDS(hx,lx,x);

Completed in 932 milliseconds

1 2