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

  /libcore/luni/src/main/native/
cbigint.cpp 681 int exp10 = e; local
703 while (exp10 >= 19)
708 exp10 -= 19;
710 while (exp10 >= 9)
715 exp10 -= 9;
717 if (exp10 == 0)
719 else if (exp10 == 1)
725 else if (exp10 == 2)
734 else if (exp10 == 3)
740 else if (exp10 == 4
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
mathcalls.h 121 __MATHCALL (exp10,, (_Mdouble_ __x));
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
mathcalls.h 121 __MATHCALL (exp10,, (_Mdouble_ __x));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
mathcalls.h 121 __MATHCALL (exp10,, (_Mdouble_ __x));
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 170 /// double exp10(double x);
171 exp10, enumerator in enum:llvm::LibFunc::Func
  /external/llvm/lib/Target/
TargetLibraryInfo.cpp 101 "exp10",
410 TLI.setUnavailable(LibFunc::exp10);
  /frameworks/rs/scriptc/
rs_cl.rsh 377 _RS_RUNTIME float __attribute__((overloadable)) exp10(float v);
378 FN_FUNC_FN(exp10)
1013 * Fast approximate exp10
  /prebuilts/sdk/renderscript/include/
rs_cl.rsh 377 _RS_RUNTIME float __attribute__((overloadable)) exp10(float v);
378 FN_FUNC_FN(exp10)
1013 * Fast approximate exp10
  /frameworks/compile/libbcc/lib/Renderscript/runtime/
rs_cl.c 414 extern float __attribute__((overloadable)) exp10(float v) { function
417 FN_FUNC_FN(exp10)
    [all...]
  /external/eigen/unsupported/test/mpreal/
mpreal.h 335 friend const mpreal exp10(const mpreal& v, mp_rnd_t rnd_mode = mpreal::default_rnd);
1761 inline const mpreal exp10(const mpreal& v, mp_rnd_t rnd_mode) function in namespace:mpfr
    [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp     [all...]

Completed in 96 milliseconds