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

  /bionic/libm/upstream-freebsd/lib/msun/src/
s_asinhf.c 28 asinhf(float x) function
  /external/clang/test/CodeGen/
libcall-declarations.c 50 float asinhf(float);
272 F(asinhf), F(asinhl), F(atan), F(atanf), F(atanl),
349 // CHECK-NOERRNO: declare float @asinhf(float) [[NUW]]
  /bionic/tests/headers/posix/
math_h.c 133 FUNCTION(asinhf, float (*f)(float));
  /bionic/libc/include/
math.h 111 float asinhf(float __x);
  /bionic/tests/
math_test.cpp 575 TEST(MATH_TEST, asinhf) {
576 ASSERT_FLOAT_EQ(0.0f, asinhf(0.0f));
    [all...]
  /cts/tests/tests/renderscript/libcoremathtestcpp/
CoreMathTestJni.cpp 135 return asinhf(x);
  /external/clang/lib/Headers/
tgmath.h 183 __tg_asinh(float __x) {return asinhf(__x);}
  /external/arm-optimized-routines/test/
mathtest.c 233 TFUNC(at_s, rt_s, asinhf, 4*ULPUNIT),
    [all...]
  /external/libcxx/include/
math.h 158 float asinhf(float x);
1076 inline _LIBCPP_INLINE_VISIBILITY float asinh(float __lcpp_x) _NOEXCEPT {return ::asinhf(__lcpp_x);}
    [all...]
  /external/llvm/lib/Analysis/
TargetLibraryInfo.cpp 159 TLI.setUnavailable(LibFunc::asinhf);
    [all...]
  /external/swiftshader/src/OpenGL/compiler/
Intermediate.cpp     [all...]
  /external/libcxx/test/std/depr/depr.c.headers/
math_h.pass.cpp     [all...]
  /external/libcxx/test/std/numerics/c.math/
cmath.pass.cpp     [all...]

Completed in 503 milliseconds