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

  /libcore/luni/src/main/native/
cbigint.cpp 677 int exp10 = e; local
699 while (exp10 >= 19)
704 exp10 -= 19;
706 while (exp10 >= 9)
711 exp10 -= 9;
713 if (exp10 == 0)
715 else if (exp10 == 1)
721 else if (exp10 == 2)
730 else if (exp10 == 3)
736 else if (exp10 == 4
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
mathcalls.h 121 __MATHCALL (exp10,, (_Mdouble_ __x));
  /frameworks/base/libs/rs/scriptc/
rs_cl.rsh 310 _RS_RUNTIME float __attribute__((overloadable)) exp10(float v);
311 FN_FUNC_FN(exp10)
  /prebuilt/sdk/14/renderscript/include/
rs_cl.rsh 310 _RS_RUNTIME float __attribute__((overloadable)) exp10(float v);
311 FN_FUNC_FN(exp10)
  /prebuilt/sdk/15/renderscript/include/
rs_cl.rsh 310 _RS_RUNTIME float __attribute__((overloadable)) exp10(float v);
311 FN_FUNC_FN(exp10)
  /frameworks/compile/libbcc/lib/ScriptCRT/
rs_cl.c 392 extern float __attribute__((overloadable)) exp10(float v) { function
395 FN_FUNC_FN(exp10)
    [all...]

Completed in 1297 milliseconds