Searched refs:exp10l (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/Target/
H A DTargetLibraryInfo.cpp114 "exp10l",
594 // and their names are __exp10 and __exp10f. exp10l is not available on
596 TLI.setUnavailable(LibFunc::exp10l);
606 TLI.setUnavailable(LibFunc::exp10l);
616 // exp10, exp10f, exp10l is available on Linux (GLIBC) but are extremely
625 TLI.setUnavailable(LibFunc::exp10l);
/external/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h207 /// long double exp10l(long double x);
208 exp10l, enumerator in enum:llvm::LibFunc::Func
/external/ltrace/etc/
H A Dlibm.so.conf278 ldouble exp10l(ldouble);
/external/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp1255 LibFunc::exp10l))

Completed in 300 milliseconds