/external/clang/test/CodeGen/ |
D | libcall-declarations.c | 28 float expf(float); 82 exp, expl, expf, exp2, exp2l, exp2f, fabs, fabsl, fabsf, floor, floorl,
|
D | libcalls.c | 103 float expf_ = expf(f); in test_builtins()
|
/external/llvm/test/CodeGen/XCore/ |
D | float-intrinsics.ll | 38 define float @expf(float %F) { 39 ; CHECK: expf: 40 ; CHECK: bl expf
|
/external/llvm/test/CodeGen/ARM/ |
D | 2011-11-29-128bitArithmetics.ll | 68 ; CHECK: bl {{.*}}expf 71 ; CHECK: bl {{.*}}expf 74 ; CHECK: bl {{.*}}expf 77 ; CHECK: bl {{.*}}expf
|
/external/stlport/stlport/stl/config/ |
D | _como.h | 125 # define expf exp macro
|
/external/skia/legacy/include/core/ |
D | SkFloatingPoint.h | 64 #define sk_float_exp(x) expf(x)
|
/external/skia/include/core/ |
D | SkFloatingPoint.h | 63 #define sk_float_exp(x) expf(x)
|
/external/valgrind/main/memcheck/tests/ |
D | vcpu_fnfns.c | 87 printf(" expF(%+20.4e) = %+20.4e\n", (double)f, (double)expf(f)); in main()
|
/external/bison/linux-lib/ |
D | math.h | 845 # 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/ |
D | math.in.h | 533 # 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/ |
D | math.h | 845 # 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/ |
D | TargetLibraryInfo.h | 183 expf, enumerator
|
/external/llvm/test/CodeGen/AArch64/ |
D | illegal-float-ops.ll | 38 ; CHECK: bl expf
|
/external/llvm/lib/Target/ |
D | TargetLibraryInfo.cpp | 454 TLI.setUnavailable(LibFunc::expf); in initialize()
|
/external/llvm/test/Transforms/SimplifyLibCalls/ |
D | win-math.ll | 112 ; WIN32-NOT: float @expf
|
/external/bison/m4/ |
D | math_h.m4 | 43 expf expl exp2 exp2f exp2l expm1 expm1f expm1l
|
/external/stlport/stlport/stl/ |
D | _cmath.h | 90 inline float expf(float v) { return __expf(v); } in expf() function
|
/external/llvm/test/Transforms/InstCombine/ |
D | double-float-shrink-1.ll | 128 ; CHECK: call float @expf(float %f)
|
/external/clang/lib/Headers/ |
D | tgmath.h | 415 __tg_exp(float __x) {return expf(__x);} in __tg_exp()
|
/external/webkit/Source/WebCore/platform/mac/ |
D | ScrollAnimatorMac.mm | 770 float criticalDampeningFactor = expf((-elapsedTime * rubberbandStiffness) / period);
|
/external/clang/include/clang/Basic/ |
D | Builtins.def | 855 LIBBUILTIN(expf, "ff", "fe", "math.h", ALL_LANGUAGES)
|
/external/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorize.cpp | 1516 case LibFunc::expf: in getIntrinsicIDForCall()
|
/external/stlport/etc/ |
D | ChangeLog-5.1 | 4951 * stlport/stl/_cmath.h: removed logf, expf, sinf, cosf; option 4994 * stlport/stl/_cmath.h: added logf, expf, sinf, cosf---this fix
|
/external/bison/ |
D | configure | 24887 …cbrtf cbrtl ceilf ceill copysign copysignf copysignl cosf cosl coshf expf expl exp2 exp2f exp…
|