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

/macosx-10.10/llvmCore-3425.0.34/include/llvm/Target/
H A DTargetLibraryInfo.h277 /// long double sqrtl(long double x);
278 sqrtl, enumerator in enum:llvm::LibFunc::Func
373 case LibFunc::sqrt: case LibFunc::sqrtf: case LibFunc::sqrtl:
/macosx-10.10/llvmCore-3425.0.34/lib/Target/
H A DTargetLibraryInfo.cpp154 "sqrtl",
240 TLI.setUnavailable(LibFunc::sqrtl);
/macosx-10.10/libstdcxx-104.1/include/c++/4.2.1/bits/
H A Dc++config.h500 /* Define to 1 if you have the `sqrtl' function. */
1280 # define sqrtl _sqrtl macro
/macosx-10.10/llvmCore-3425.0.34/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp5689 case LibFunc::sqrtl:

Completed in 103 milliseconds