Home
last modified time | relevance | path

Searched refs:acoshf (Results 1 – 5 of 5) sorted by relevance

/external/llvm/test/CodeGen/X86/
D2007-03-24-InlineAsmVectorOp.ll7 define void @acoshf() {
/external/llvm/include/llvm/Target/
DTargetLibraryInfo.h77 acoshf, enumerator
/external/llvm/lib/Target/
DTargetLibraryInfo.cpp399 TLI.setUnavailable(LibFunc::acoshf); in initialize()
/external/llvm/test/Transforms/InstCombine/
Ddouble-float-shrink-1.ll29 ; CHECK: call float @acoshf(float %f)
/external/clang/lib/Headers/
Dtgmath.h154 __tg_acosh(float __x) {return acoshf(__x);} in __tg_acosh()