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

  /bionic/libm/upstream-freebsd/lib/msun/src/
s_csinhf.c 58 return (cpackf(sinhf(x), y));
60 return (cpackf(sinhf(x) * cosf(y), coshf(x) * sinf(y)));
s_ctanhf.c 71 s = sinhf(x);
s_ccoshf.c 60 return (cpackf(coshf(x) * cosf(y), sinhf(x) * sinf(y)));
math_private.h 715 #define __ieee754_sinhf sinhf
  /external/clang/test/CodeGen/
libcall-declarations.c 164 float sinhf(float);
294 F(sin), F(sinf), F(sinl), F(sinh), F(sinhf),
463 // CHECK-NOERRNO: declare float @sinhf(float) [[NUW]]
  /external/bison/darwin-lib/
math.h 2172 # undef sinhf macro
    [all...]
  /external/bison/lib/
math.in.h 1854 # undef sinhf macro
1858 _GL_CXXALIASWARN (sinhf); variable
1860 # undef sinhf macro
    [all...]
  /external/bison/linux-lib/
math.h 2172 # undef sinhf macro
    [all...]
  /bionic/libm/include/
math.h 314 float sinhf(float);
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 529 /// float sinhf(float x);
530 sinhf, enumerator in enum:llvm::LibFunc::Func
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
imports.h 138 #define sinhf(f) ((float) sinh(f)) macro
  /external/mesa3d/src/mesa/main/
imports.h 138 #define sinhf(f) ((float) sinh(f)) macro
  /external/ltrace/etc/
libm.so.conf 45 float sinhf(float);
  /development/ndk/platforms/android-13/include/
math.h 320 float sinhf(float) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-18/include/
math.h 321 float sinhf(float) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-3/include/
math.h 319 float sinhf(float) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-9/include/
math.h 319 float sinhf(float) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-L/include/
math.h 314 float sinhf(float) __NDK_FPABI_MATH__;
  /external/llvm/lib/Target/
TargetLibraryInfo.cpp 273 "sinhf",
520 TLI.setUnavailable(LibFunc::sinhf);
  /bionic/tests/
math_test.cpp 460 TEST(math, sinhf) {
461 ASSERT_FLOAT_EQ(0.0f, sinhf(0.0f));
    [all...]
  /cts/tests/tests/renderscript/libcoremathtestcpp/
CoreMathTestJni.cpp 383 return sinhf(x);
  /external/libcxx/test/depr/depr.c.headers/
math_h.disabled.cpp 168 static_assert((std::is_same<decltype(sinhf(0)), float>::value), "");
  /external/clang/lib/Headers/
tgmath.h 357 __tg_sinh(float __x) {return sinhf(__x);}
  /external/libcxx/test/numerics/c.math/
cmath.disabled.cpp 383 static_assert((std::is_same<decltype(std::sinhf(0)), float>::value), "");
    [all...]
  /external/bison/
configure     [all...]

Completed in 887 milliseconds