Searched refs:asinhf (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dimports.h143 #define asinhf(f) ((float) asinh(f)) macro
152 static inline float asinhf(float x) { return logf(x + sqrtf(x * x + 1.0f)); } function
/external/clang/test/CodeGen/
H A Dlibcall-declarations.c50 float asinhf(float);
272 F(asinhf), F(asinhl), F(atan), F(atanf), F(atanl),
349 // CHECK-NOERRNO: declare float @asinhf(float) [[NUW]]
/external/mesa3d/src/mesa/main/
H A Dimports.h143 #define asinhf(f) ((float) asinh(f)) macro
151 static inline float asinhf(float x) { return logf(x + sqrtf(x * x + 1.0f)); } function
/external/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h121 /// float asinhf(float x);
122 asinhf, enumerator in enum:llvm::LibFunc::Func
/external/ltrace/etc/
H A Dlibm.so.conf57 float asinhf(float);
/external/llvm/lib/Target/
H A DTargetLibraryInfo.cpp71 "asinhf",
463 TLI.setUnavailable(LibFunc::asinhf);
/external/clang/lib/Headers/
H A Dtgmath.h183 __tg_asinh(float __x) {return asinhf(__x);}
/external/libcxx/test/depr/depr.c.headers/
H A Dmath_h.disabled.cpp340 static_assert((std::is_same<decltype(asinhf(0)), float>::value), "");
/external/libcxx/test/numerics/c.math/
H A Dcmath.disabled.cpp653 static_assert((std::is_same<decltype(std::asinhf(0)), float>::value), "");

Completed in 111 milliseconds