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

  /bionic/libm/upstream-freebsd/lib/msun/bsdsrc/
mathimpl.h 60 SET_LOW_WORD(*_dp, _lw & 0xf8000000);
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_fmaf.c 67 SET_LOW_WORD(adjusted_result, lr + 1);
k_tan.c 125 SET_LOW_WORD(z,0);
128 SET_LOW_WORD(t,0);
e_pow.c 204 SET_LOW_WORD(t1,0);
226 SET_LOW_WORD(s_h,0);
238 SET_LOW_WORD(t_h,0);
245 SET_LOW_WORD(p_h,0);
252 SET_LOW_WORD(t1,0);
258 SET_LOW_WORD(y1,0);
292 SET_LOW_WORD(t,0);
e_log2.c 102 SET_LOW_WORD(hi,0);
e_log10.c 73 SET_LOW_WORD(hi,0);
e_acos.c 99 SET_LOW_WORD(df,0);
e_asin.c 105 SET_LOW_WORD(w,0);
s_erf.c 236 SET_LOW_WORD(z,0);
294 SET_LOW_WORD(z,0);
math_private.h 153 #define SET_LOW_WORD(d,v) \

Completed in 738 milliseconds