Searched refs:acoshf (Results 1 – 13 of 13) sorted by relevance
/external/llvm/test/CodeGen/X86/ |
D | 2007-03-24-InlineAsmVectorOp.ll | 8 define void @acoshf() {
|
/external/clang/test/CodeGen/ |
D | libcall-declarations.c | 44 float acoshf(float); 270 F(acos), F(acosf), F(acosl), F(acosh), F(acoshf),
|
/external/mesa3d/src/mesa/main/ |
D | imports.h | 142 #define acoshf(f) ((float) acosh(f)) macro 152 static inline float acoshf(float x) { return logf(x + sqrtf(x * x - 1.0f)); } in acoshf() function
|
/external/ltrace/etc/ |
D | libm.so.conf | 61 float acoshf(float);
|
/external/llvm/include/llvm/Analysis/ |
D | TargetLibraryInfo.def | 175 /// float acoshf(float x); 176 TLI_DEFINE_ENUM_INTERNAL(acoshf) 177 TLI_DEFINE_STRING_INTERNAL("acoshf")
|
/external/llvm/lib/Analysis/ |
D | TargetLibraryInfo.cpp | 143 TLI.setUnavailable(LibFunc::acoshf); in initialize()
|
/external/llvm/test/Transforms/InstCombine/ |
D | double-float-shrink-1.ll | 35 ; CHECK: call float @acoshf(float %f)
|
/external/libcxx/include/ |
D | cmath | 157 float acoshf(float x); 1051 using ::acoshf; 1053 inline _LIBCPP_INLINE_VISIBILITY float acosh(float __lcpp_x) _NOEXCEPT {return acoshf(_…
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | math_h.pass.cpp | 334 static_assert((std::is_same<decltype(acoshf(0)), float>::value), ""); in test_acosh()
|
/external/clang/lib/Headers/ |
D | tgmath.h | 154 __tg_acosh(float __x) {return acoshf(__x);} in __tg_acosh()
|
/external/clang/include/clang/Basic/ |
D | Builtins.def | 909 LIBBUILTIN(acoshf, "ff", "fne", "math.h", ALL_LANGUAGES)
|
/external/libcxx/test/std/numerics/c.math/ |
D | cmath.pass.cpp | 723 static_assert((std::is_same<decltype(std::acoshf(0)), float>::value), ""); in test_acosh()
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 1309 fun:acoshf=uninstrumented
|