Searched refs:expm1f (Results 1 – 19 of 19) sorted by relevance
/external/bison/linux-lib/ |
D | 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 954 _GL_WARN_ON_USE (expm1f, "expm1f is unportable - "
|
/external/bison/lib/ |
D | math.in.h | 627 # undef expm1f 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); 640 # undef expm1f 642 _GL_WARN_ON_USE (expm1f, "expm1f is unportable - "
|
/external/bison/darwin-lib/ |
D | 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 954 _GL_WARN_ON_USE (expm1f, "expm1f is unportable - "
|
/external/clang/test/CodeGen/ |
D | libcall-declarations.c | 83 float expm1f(float); 278 F(exp2f), F(exp2l), F(expm1), F(expm1f), F(expm1l),
|
/external/llvm/test/Transforms/InferFunctionAttrs/ |
D | no-proto.ll | 192 ; CHECK: declare void @expm1f(...) 193 declare void @expm1f(...)
|
D | annotate.ll | 211 ; CHECK: declare float @expm1f(float) 212 declare float @expm1f(float)
|
/external/libcxx/include/ |
D | cmath | 189 float expm1f(float x); 411 using ::expm1f;
|
D | math.h | 1077 inline _LIBCPP_INLINE_VISIBILITY float expm1(float __lcpp_x) _NOEXCEPT {return ::expm1f… in expm1()
|
/external/llvm/include/llvm/Analysis/ |
D | TargetLibraryInfo.def | 428 /// float expm1f(float x); 429 TLI_DEFINE_ENUM_INTERNAL(expm1f) 430 TLI_DEFINE_STRING_INTERNAL("expm1f")
|
/external/bison/m4/ |
D | math_h.m4 | 43 expf expl exp2 exp2f exp2l expm1 expm1f expm1l
|
/external/llvm/test/Transforms/LoopVectorize/X86/ |
D | veclib-calls.ll | 237 declare float @expm1f(float) nounwind readnone 247 %call = tail call float @expm1f(float %0) nounwind readnone
|
/external/llvm/test/Transforms/InstCombine/ |
D | double-float-shrink-1.ll | 154 ; CHECK: call fast float @expm1f(float %f)
|
/external/clang/lib/Headers/ |
D | tgmath.h | 683 __tg_expm1(float __x) {return expm1f(__x);} in __tg_expm1()
|
/external/llvm/lib/Analysis/ |
D | TargetLibraryInfo.cpp | 171 TLI.setUnavailable(LibFunc::expm1f); in initialize()
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | math_h.pass.cpp | 922 static_assert((std::is_same<decltype(expm1f(0)), float>::value), ""); in test_expm1()
|
/external/clang/include/clang/Basic/ |
D | Builtins.def | 990 LIBBUILTIN(expm1f, "ff", "fne", "math.h", ALL_LANGUAGES)
|
/external/libcxx/test/std/numerics/c.math/ |
D | cmath.pass.cpp | 924 static_assert((std::is_same<decltype(std::expm1f(0)), float>::value), ""); in test_expm1()
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 1653 fun:expm1f=uninstrumented
|
/external/bison/ |
D | configure | 24887 …opysignf copysignl cosf cosl coshf expf expl exp2 exp2f exp2l expm1 expm1f expm1l fabsf …
|