HomeSort by relevance Sort by last modified time
    Searched refs:GET_LOW_WORD (Results 1 - 12 of 12) sorted by null

  /bionic/libm/upstream-freebsd/lib/msun/bsdsrc/
mathimpl.h 59 GET_LOW_WORD(_lw, *_dp);
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_hypot.c 74 GET_LOW_WORD(low,a);
76 GET_LOW_WORD(low,b);
88 GET_LOW_WORD(low,b);
e_exp.c 119 GET_LOW_WORD(lx,x);
s_atan.c 83 GET_LOW_WORD(low,x);
e_acos.c 73 GET_LOW_WORD(lx,x);
e_asin.c 79 GET_LOW_WORD(lx,x);
s_expm1.c 147 GET_LOW_WORD(low,x);
e_rem_pio2.c 173 GET_LOW_WORD(low,x);
s_exp2.c 352 GET_LOW_WORD(lx,x);
368 GET_LOW_WORD(i0, t);
e_lgamma_r.c 184 GET_LOW_WORD(n,z);
math_private.h 116 #define GET_LOW_WORD(i,d) \
  /external/qemu/distrib/sdl-1.2.15/src/video/
math_private.h 94 #define GET_LOW_WORD(i,d) \

Completed in 114 milliseconds