HomeSort by relevance Sort by last modified time
    Searched refs:GET_FLOAT_WORD (Results 51 - 75 of 85) sorted by null

1 23 4

  /bionic/libm/upstream-freebsd/lib/msun/src/
e_hypotf.c 28 GET_FLOAT_WORD(ha,x);
30 GET_FLOAT_WORD(hb,y);
e_logf.c 41 GET_FLOAT_WORD(ix,x);
49 GET_FLOAT_WORD(ix,x);
e_asinf.c 40 GET_FLOAT_WORD(hx,x);
e_rem_pio2f.c 54 GET_FLOAT_WORD(hx,x);
e_sqrtf.c 33 GET_FLOAT_WORD(ix,x);
k_expf.c 51 GET_FLOAT_WORD(hx, exp_x);
s_atanf.c 54 GET_FLOAT_WORD(hx,x);
s_cosf.c 44 GET_FLOAT_WORD(hx,x);
s_ctanhf.c 49 GET_FLOAT_WORD(hx, x);
s_nexttowardf.c 30 GET_FLOAT_WORD(hx,x);
s_sinf.c 44 GET_FLOAT_WORD(hx,x);
e_expf.c 52 GET_FLOAT_WORD(hx,x);
e_j0f.c 53 GET_FLOAT_WORD(hx,x);
114 GET_FLOAT_WORD(hx,x);
238 GET_FLOAT_WORD(ix,x);
334 GET_FLOAT_WORD(ix,x);
e_j1f.c 54 GET_FLOAT_WORD(hx,x);
111 GET_FLOAT_WORD(hx,x);
233 GET_FLOAT_WORD(ix,x);
330 GET_FLOAT_WORD(ix,x);
s_cbrtl.c 93 GET_FLOAT_WORD(hx, fx);
s_expm1f.c 48 GET_FLOAT_WORD(hx,x);
  /device/google/contexthub/firmware/lib/libm/
ef_asin.c 49 GET_FLOAT_WORD(hx,x);
79 GET_FLOAT_WORD(iw,w);
ef_sqrt.c 35 GET_FLOAT_WORD(ix,x);
kf_cos.c 40 GET_FLOAT_WORD(ix,x);
sf_atan.c 77 GET_FLOAT_WORD(hx,x);
ef_rem_pio2.c 110 GET_FLOAT_WORD(hx,x);
151 GET_FLOAT_WORD(high,y[0]);
159 GET_FLOAT_WORD(high,y[0]);
  /device/google/contexthub/firmware/external/freebsd/lib/msun/src/
s_atanf.c 54 GET_FLOAT_WORD(hx,x);
e_expf.c 52 GET_FLOAT_WORD(hx,x);
  /device/linaro/bootloader/edk2/StdLib/LibC/Math/
math_private.h 139 #define GET_FLOAT_WORD(i,d) \
  /prebuilts/ndk/r11/sources/android/support/src/musl-math/
libm.h 117 #define GET_FLOAT_WORD(w,d) \

Completed in 912 milliseconds

1 23 4