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

  /external/llvm/lib/Target/
TargetLibraryInfo.cpp 114 "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/
TargetLibraryInfo.h 207 /// long double exp10l(long double x);
208 exp10l, enumerator in enum:llvm::LibFunc::Func
  /external/ltrace/etc/
libm.so.conf 278 ldouble exp10l(ldouble);
  /external/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp     [all...]

Completed in 79 milliseconds