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

1 2 3 4 5 6 7

  /bionic/libm/upstream-freebsd/lib/msun/src/
s_tanhf.c 46 t = expm1f(two*fabsf(x));
49 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/libc/include/
math.h 203 float expm1f(float);
  /development/ndk/platforms/android-13/include/
math.h 323 float expm1f(float);
  /development/ndk/platforms/android-18/include/
math.h 324 float expm1f(float);
  /development/ndk/platforms/android-9/include/
math.h 322 float expm1f(float);
  /frameworks/rs/cpu_ref/
rsCpuRuntimeMath.cpp 123 EXPORT_F32_FN_F32(expm1f)
  /development/ndk/platforms/android-21/include/
math.h 319 float expm1f(float);
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/
__clang_cuda_cmath.h 425 using ::expm1f;
  /prebuilts/clang/host/darwin-x86/clang-3957855/lib64/clang/5.0/include/
__clang_cuda_cmath.h 434 using ::expm1f;
  /prebuilts/clang/host/darwin-x86/clang-3960126/lib64/clang/5.0/include/
__clang_cuda_cmath.h 434 using ::expm1f;
  /prebuilts/clang/host/darwin-x86/clang-3977809/lib64/clang/5.0/include/
__clang_cuda_cmath.h 434 using ::expm1f;
  /prebuilts/clang/host/darwin-x86/clang-4053586/lib64/clang/5.0/include/
__clang_cuda_cmath.h 434 using ::expm1f;
  /prebuilts/clang/host/linux-x86/clang-3859424/lib64/clang/4.0/include/
__clang_cuda_cmath.h 425 using ::expm1f;
  /prebuilts/clang/host/linux-x86/clang-3957855/lib64/clang/5.0/include/
__clang_cuda_cmath.h 434 using ::expm1f;
  /prebuilts/clang/host/linux-x86/clang-3960126/lib64/clang/5.0/include/
__clang_cuda_cmath.h 434 using ::expm1f;
  /prebuilts/clang/host/linux-x86/clang-3977809/lib64/clang/5.0/include/
__clang_cuda_cmath.h 434 using ::expm1f;
  /prebuilts/clang/host/linux-x86/clang-4053586/lib64/clang/5.0/include/
__clang_cuda_cmath.h 434 using ::expm1f;
  /bionic/tests/
math_test.cpp 584 TEST(math, expm1f) {
585 ASSERT_FLOAT_EQ(static_cast<float>(M_E) - 1.0f, expm1f(1.0f));
    [all...]

Completed in 445 milliseconds

1 2 3 4 5 6 7