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

  /cts/tests/tests/renderscript/src/android/renderscript/cts/
TestExp10.rs 24 return exp10(in);
28 return exp10(in);
32 return exp10(in);
36 return exp10(in);
CoreMathVerifier.java 71 static native float exp10(float x); method in class:CoreMathVerifier
374 static private Target.Floaty exp10(float f, Target t) { method in class:CoreMathVerifier
377 exp10(in.mid32()),
378 exp10(in.min32()),
379 exp10(in.max32()));
    [all...]
  /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...]
  /external/llvm/lib/Target/
TargetLibraryInfo.cpp 112 "exp10",
593 // exp10 and exp10f are not available on OS X until 10.9 and iOS until 7.0
598 TLI.setUnavailable(LibFunc::exp10);
601 TLI.setAvailableWithName(LibFunc::exp10, "__exp10");
608 TLI.setUnavailable(LibFunc::exp10);
611 TLI.setAvailableWithName(LibFunc::exp10, "__exp10");
616 // exp10, exp10f, exp10l is available on Linux (GLIBC) but are extremely
618 // or we have a reasonable detection strategy, we cannot use exp10 reliably
623 TLI.setUnavailable(LibFunc::exp10);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/bits/
mathcalls.h 121 __MATHCALL (exp10,, (_Mdouble_ __x));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
mathcalls.h 121 __MATHCALL (exp10,, (_Mdouble_ __x));
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 203 /// double exp10(double x);
204 exp10, enumerator in enum:llvm::LibFunc::Func
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/scriptc/
rs_cl.rsh 398 _RS_RUNTIME float __attribute__((const, overloadable)) exp10(float v);
399 FN_FUNC_FN(exp10)
1073 * Fast approximate exp10
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/scriptc/
rs_cl.rsh 398 _RS_RUNTIME float __attribute__((const, overloadable)) exp10(float v);
399 FN_FUNC_FN(exp10)
1073 * Fast approximate exp10
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/scriptc/
rs_cl.rsh 398 _RS_RUNTIME float __attribute__((const, overloadable)) exp10(float v);
399 FN_FUNC_FN(exp10)
1073 * Fast approximate exp10
  /external/ltrace/etc/
libm.so.conf 276 double exp10(double);
  /external/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp     [all...]
  /frameworks/rs/api/
rs_core_math.spec 302 name: exp10
1430 Fast approximate exp10
  /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 345 friend const mpreal exp10(const mpreal& v, mp_rnd_t rnd_mode = mpreal::get_default_rnd());
2070 inline const mpreal exp10 (const mpreal& x, mp_rnd_t r) { MPREAL_UNARY_MATH_FUNCTION_BODY(exp10); } function in namespace:mpfr
    [all...]
  /frameworks/rs/scriptc/
rs_core_math.rsh     [all...]
  /prebuilts/sdk/renderscript/include/
rs_core_math.rsh     [all...]

Completed in 9379 milliseconds