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

1 2 3

  /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 58 EXTRACT_WORDS(hx, lx, x);
59 EXTRACT_WORDS(hy, ly, y);
s_csinh.c 58 EXTRACT_WORDS(hx, lx, x);
59 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);
  /device/linaro/bootloader/edk2/StdLib/LibC/Math/
s_frexp.c 38 EXTRACT_WORDS(hx,lx,x);
e_atan2.c 68 EXTRACT_WORDS(hx,lx,x);
70 EXTRACT_WORDS(hy,ly,y);
  /bionic/libc/upstream-freebsd/lib/libc/gen/
ldexp.c 53 #define EXTRACT_WORDS(ix0,ix1,d) \
101 EXTRACT_WORDS(hx,lx,x);

Completed in 361 milliseconds

1 2 3