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

  /bionic/libm/upstream-freebsd/lib/msun/src/
s_ccoshf.c 58 return (cpackf(coshf(x), x * y));
60 return (cpackf(coshf(x) * cosf(y), sinhf(x) * sinf(y)));
s_csinhf.c 60 return (cpackf(sinhf(x) * cosf(y), coshf(x) * sinf(y)));
math_private.h 706 #define __ieee754_coshf coshf
  /external/clang/test/CodeGen/
libcall-declarations.c 68 float coshf(float);
275 F(cosf), F(cosl), F(cosh), F(coshf), F(coshl),
367 // CHECK-NOERRNO: declare float @coshf(float) [[NUW]]
  /external/bison/darwin-lib/
math.h 829 # undef coshf
830 _GL_FUNCDECL_SYS (coshf, float, (float x));
832 _GL_CXXALIAS_SYS (coshf, float, (float x));
833 _GL_CXXALIASWARN (coshf);
835 # undef coshf macro
837 _GL_WARN_ON_USE (coshf, "coshf is unportable - "
838 "use gnulib module coshf for portability");
    [all...]
  /external/bison/lib/
math.in.h 517 # undef coshf macro
518 _GL_FUNCDECL_SYS (coshf, float, (float x));
520 _GL_CXXALIAS_SYS (coshf, float, (float x));
521 _GL_CXXALIASWARN (coshf); variable
523 # undef coshf macro
525 _GL_WARN_ON_USE (coshf, "coshf is unportable - "
526 "use gnulib module coshf for portability");
    [all...]
  /external/bison/linux-lib/
math.h 829 # undef coshf
830 _GL_FUNCDECL_SYS (coshf, float, (float x));
832 _GL_CXXALIAS_SYS (coshf, float, (float x));
833 _GL_CXXALIASWARN (coshf);
835 # undef coshf macro
837 _GL_WARN_ON_USE (coshf, "coshf is unportable - "
838 "use gnulib module coshf for portability");
    [all...]
  /bionic/libm/include/
math.h 313 float coshf(float);
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 193 /// float coshf(float x);
194 coshf, enumerator in enum:llvm::LibFunc::Func
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
imports.h 124 #define coshf(f) ((float) cosh(f)) macro
  /external/mesa3d/src/mesa/main/
imports.h 124 #define coshf(f) ((float) cosh(f)) macro
  /external/ltrace/etc/
libm.so.conf 49 float coshf(float);
  /development/ndk/platforms/android-13/include/
math.h 319 float coshf(float) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-18/include/
math.h 320 float coshf(float) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-3/include/
math.h 318 float coshf(float) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-9/include/
math.h 318 float coshf(float) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-L/include/
math.h 313 float coshf(float) __NDK_FPABI_MATH__;
  /external/llvm/lib/Target/
TargetLibraryInfo.cpp 107 "coshf",
511 TLI.setUnavailable(LibFunc::coshf);
  /bionic/tests/
math_test.cpp 448 TEST(math, coshf) {
449 ASSERT_FLOAT_EQ(1.0f, coshf(0.0f));
    [all...]
  /cts/tests/tests/renderscript/libcoremathtestcpp/
CoreMathTestJni.cpp 170 return coshf(x);
  /external/libcxx/test/depr/depr.c.headers/
math_h.disabled.cpp 69 static_assert((std::is_same<decltype(coshf(0)), float>::value), "");
  /external/clang/lib/Headers/
tgmath.h 328 __tg_cosh(float __x) {return coshf(__x);}
  /external/libcxx/test/numerics/c.math/
cmath.disabled.cpp 157 static_assert((std::is_same<decltype(std::coshf(0)), float>::value), "");
    [all...]
  /external/bison/
configure     [all...]

Completed in 1134 milliseconds