HomeSort by relevance Sort by last modified time
    Searched defs:exp10 (Results 1 - 4 of 4) 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...]
  /frameworks/rs/driver/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/include/llvm/Target/
TargetLibraryInfo.h 180 /// double exp10(double x);
181 exp10, enumerator in enum:llvm::LibFunc::Func

Completed in 255 milliseconds