Home
last modified time | relevance | path

Searched refs:expf (Results 1 – 24 of 24) sorted by relevance

/external/clang/test/CodeGen/
Dlibcall-declarations.c28 float expf(float);
82 exp, expl, expf, exp2, exp2l, exp2f, fabs, fabsl, fabsf, floor, floorl,
Dlibcalls.c103 float expf_ = expf(f); in test_builtins()
/external/llvm/test/CodeGen/XCore/
Dfloat-intrinsics.ll38 define float @expf(float %F) {
39 ; CHECK: expf:
40 ; CHECK: bl expf
/external/llvm/test/CodeGen/ARM/
D2011-11-29-128bitArithmetics.ll68 ; CHECK: bl {{.*}}expf
71 ; CHECK: bl {{.*}}expf
74 ; CHECK: bl {{.*}}expf
77 ; CHECK: bl {{.*}}expf
/external/stlport/stlport/stl/config/
D_como.h125 # define expf exp macro
/external/skia/legacy/include/core/
DSkFloatingPoint.h64 #define sk_float_exp(x) expf(x)
/external/skia/include/core/
DSkFloatingPoint.h63 #define sk_float_exp(x) expf(x)
/external/valgrind/main/memcheck/tests/
Dvcpu_fnfns.c87 printf(" expF(%+20.4e) = %+20.4e\n", (double)f, (double)expf(f)); in main()
/external/bison/linux-lib/
Dmath.h845 # undef expf
846 _GL_FUNCDECL_SYS (expf, float, (float x));
848 _GL_CXXALIAS_SYS (expf, float, (float x));
849 _GL_CXXALIASWARN (expf);
851 # undef expf
853 _GL_WARN_ON_USE (expf, "expf is unportable - "
/external/bison/lib/
Dmath.in.h533 # undef expf
534 _GL_FUNCDECL_SYS (expf, float, (float x));
536 _GL_CXXALIAS_SYS (expf, float, (float x));
537 _GL_CXXALIASWARN (expf);
539 # undef expf
541 _GL_WARN_ON_USE (expf, "expf is unportable - "
/external/bison/darwin-lib/
Dmath.h845 # undef expf
846 _GL_FUNCDECL_SYS (expf, float, (float x));
848 _GL_CXXALIAS_SYS (expf, float, (float x));
849 _GL_CXXALIASWARN (expf);
851 # undef expf
853 _GL_WARN_ON_USE (expf, "expf is unportable - "
/external/llvm/include/llvm/Target/
DTargetLibraryInfo.h183 expf, enumerator
/external/llvm/test/CodeGen/AArch64/
Dillegal-float-ops.ll38 ; CHECK: bl expf
/external/llvm/lib/Target/
DTargetLibraryInfo.cpp454 TLI.setUnavailable(LibFunc::expf); in initialize()
/external/llvm/test/Transforms/SimplifyLibCalls/
Dwin-math.ll112 ; WIN32-NOT: float @expf
/external/bison/m4/
Dmath_h.m443 expf expl exp2 exp2f exp2l expm1 expm1f expm1l
/external/stlport/stlport/stl/
D_cmath.h90 inline float expf(float v) { return __expf(v); } in expf() function
/external/llvm/test/Transforms/InstCombine/
Ddouble-float-shrink-1.ll128 ; CHECK: call float @expf(float %f)
/external/clang/lib/Headers/
Dtgmath.h415 __tg_exp(float __x) {return expf(__x);} in __tg_exp()
/external/webkit/Source/WebCore/platform/mac/
DScrollAnimatorMac.mm770 float criticalDampeningFactor = expf((-elapsedTime * rubberbandStiffness) / period);
/external/clang/include/clang/Basic/
DBuiltins.def855 LIBBUILTIN(expf, "ff", "fe", "math.h", ALL_LANGUAGES)
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp1516 case LibFunc::expf: in getIntrinsicIDForCall()
/external/stlport/etc/
DChangeLog-5.14951 * stlport/stl/_cmath.h: removed logf, expf, sinf, cosf; option
4994 * stlport/stl/_cmath.h: added logf, expf, sinf, cosf---this fix
/external/bison/
Dconfigure24887 …cbrtf cbrtl ceilf ceill copysign copysignf copysignl cosf cosl coshf expf expl exp2 exp2f exp…