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

12 3 4

  /device/google/contexthub/firmware/lib/libm/
sf_cos.c 34 GET_FLOAT_WORD(ix,x);
sf_round.c 25 GET_FLOAT_WORD(w, x);
sf_sin.c 28 GET_FLOAT_WORD(ix,x);
sf_scalbn.c 46 GET_FLOAT_WORD(ix,x);
55 GET_FLOAT_WORD(ix,x);
kf_sin.c 40 GET_FLOAT_WORD(ix,x);
sf_floor.c 42 GET_FLOAT_WORD(i0,x);
ef_fmod.c 39 GET_FLOAT_WORD(hx,x);
40 GET_FLOAT_WORD(hy,y);
  /frameworks/rs/tests/java_api/MathErr/src/com/example/android/rs/matherr/
math_err.rs 28 #define GET_FLOAT_WORD(i,d) \
47 GET_FLOAT_WORD(ibits, v);
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_atan2f.c 38 GET_FLOAT_WORD(hx,x);
40 GET_FLOAT_WORD(hy,y);
s_cexpf.c 48 GET_FLOAT_WORD(hy, y);
54 GET_FLOAT_WORD(hx, x);
s_log1pf.c 45 GET_FLOAT_WORD(hx,x);
68 GET_FLOAT_WORD(hu,u);
75 GET_FLOAT_WORD(hu,u);
s_remquof.c 35 GET_FLOAT_WORD(hx,x);
36 GET_FLOAT_WORD(hy,y);
117 GET_FLOAT_WORD(hx,x);
e_atanhf.c 31 GET_FLOAT_WORD(hx,x);
e_coshf.c 30 GET_FLOAT_WORD(ix,x);
e_jnf.c 44 GET_FLOAT_WORD(hx,x);
179 GET_FLOAT_WORD(hx,x);
196 GET_FLOAT_WORD(ib,b);
200 GET_FLOAT_WORD(ib,b);
e_sinhf.c 30 GET_FLOAT_WORD(jx,x);
s_asinhf.c 32 GET_FLOAT_WORD(hx,x);
s_tanf.c 42 GET_FLOAT_WORD(hx,x);
s_tanhf.c 31 GET_FLOAT_WORD(jx,x);
e_acosf.c 39 GET_FLOAT_WORD(hx,x);
68 GET_FLOAT_WORD(idf,df);
e_fmodf.c 35 GET_FLOAT_WORD(hx,x);
36 GET_FLOAT_WORD(hy,y);
s_ccoshf.c 50 GET_FLOAT_WORD(hx, x);
51 GET_FLOAT_WORD(hy, y);
s_csinhf.c 50 GET_FLOAT_WORD(hx, x);
51 GET_FLOAT_WORD(hy, y);
s_exp2f.c 103 GET_FLOAT_WORD(hx, x);
122 GET_FLOAT_WORD(i0, t);
  /device/google/contexthub/firmware/external/freebsd/lib/msun/src/
e_atan2f.c 38 GET_FLOAT_WORD(hx,x);
40 GET_FLOAT_WORD(hy,y);

Completed in 116 milliseconds

12 3 4