Searched refs:exp10 (Results 1 - 5 of 5) sorted by relevance

/external/llvm/lib/Target/
H A DTargetLibraryInfo.cpp112 "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);
/external/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h203 /// double exp10(double x);
204 exp10, enumerator in enum:llvm::LibFunc::Func
/external/ltrace/etc/
H A Dlibm.so.conf276 double exp10(double);
/external/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp1252 // pow(10.0, x) -> exp10(x)
1254 hasUnaryFloatFn(TLI, Op1->getType(), LibFunc::exp10, LibFunc::exp10f,
1256 return EmitUnaryFloatFnCall(Op2, TLI->getName(LibFunc::exp10), B,
2239 case LibFunc::exp10:
2333 // * log(exp10(y)) -> y*log(10)
/external/eigen/unsupported/test/mpreal/
H A Dmpreal.h345 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

Completed in 127 milliseconds