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

  /bionic/libm/upstream-freebsd/lib/msun/src/
s_tanhf.c 44 t = expm1f(two*fabsf(x));
47 t = expm1f(-two*fabsf(x));
e_coshf.c 38 t = expm1f(fabsf(x));
e_sinhf.c 42 t = expm1f(fabsf(x));
s_expm1f.c 42 expm1f(float x) function
  /external/bison/darwin-lib/
math.h 939 # undef expm1f
940 # define expm1f rpl_expm1f
942 _GL_FUNCDECL_RPL (expm1f, float, (float x));
943 _GL_CXXALIAS_RPL (expm1f, float, (float x));
946 _GL_FUNCDECL_SYS (expm1f, float, (float x));
948 _GL_CXXALIAS_SYS (expm1f, float, (float x));
950 _GL_CXXALIASWARN (expm1f);
952 # undef expm1f macro
954 _GL_WARN_ON_USE (expm1f, "expm1f is unportable -
    [all...]
  /external/bison/lib/
math.in.h 627 # undef expm1f macro
628 # define expm1f rpl_expm1f macro
630 _GL_FUNCDECL_RPL (expm1f, float, (float x));
631 _GL_CXXALIAS_RPL (expm1f, float, (float x));
634 _GL_FUNCDECL_SYS (expm1f, float, (float x));
636 _GL_CXXALIAS_SYS (expm1f, float, (float x));
638 _GL_CXXALIASWARN (expm1f); variable
640 # undef expm1f macro
642 _GL_WARN_ON_USE (expm1f, "expm1f is unportable -
    [all...]
  /external/bison/linux-lib/
math.h 939 # undef expm1f
940 # define expm1f rpl_expm1f
942 _GL_FUNCDECL_RPL (expm1f, float, (float x));
943 _GL_CXXALIAS_RPL (expm1f, float, (float x));
946 _GL_FUNCDECL_SYS (expm1f, float, (float x));
948 _GL_CXXALIAS_SYS (expm1f, float, (float x));
950 _GL_CXXALIASWARN (expm1f);
952 # undef expm1f macro
954 _GL_WARN_ON_USE (expm1f, "expm1f is unportable -
    [all...]
  /external/clang/test/CodeGen/
libcall-declarations.c 83 float expm1f(float);
278 F(exp2f), F(exp2l), F(expm1), F(expm1f), F(expm1l),
382 // CHECK-NOERRNO: declare float @expm1f(float) [[NUW]]
  /bionic/libm/include/
math.h 319 float expm1f(float);
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 221 /// float expm1f(float x);
222 expm1f, enumerator in enum:llvm::LibFunc::Func
  /external/ltrace/etc/
libm.so.conf 285 float expm1f(float);
  /development/ndk/platforms/android-13/include/
math.h 325 float expm1f(float) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-18/include/
math.h 326 float expm1f(float) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-3/include/
math.h 324 float expm1f(float) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-9/include/
math.h 324 float expm1f(float) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-L/include/
math.h 319 float expm1f(float) __NDK_FPABI_MATH__;
  /external/llvm/lib/Target/
TargetLibraryInfo.cpp 121 "expm1f",
475 TLI.setUnavailable(LibFunc::expm1f);
  /bionic/tests/
math_test.cpp 571 TEST(math, expm1f) {
572 ASSERT_FLOAT_EQ(static_cast<float>(M_E) - 1.0f, expm1f(1.0f));
    [all...]
  /cts/tests/tests/renderscript/libcoremathtestcpp/
CoreMathTestJni.cpp 200 return expm1f(x);
  /external/libcxx/test/depr/depr.c.headers/
math_h.disabled.cpp 396 static_assert((std::is_same<decltype(expm1f(0)), float>::value), "");
  /external/clang/lib/Headers/
tgmath.h 683 __tg_expm1(float __x) {return expm1f(__x);}
  /external/libcxx/test/numerics/c.math/
cmath.disabled.cpp     [all...]
  /external/bison/
configure     [all...]

Completed in 1757 milliseconds