Home
last modified time | relevance | path

Searched refs:exp2f (Results 1 – 25 of 36) sorted by relevance

12

/external/llvm/test/Transforms/InstCombine/
Dexp2-1.ll9 declare float @exp2f(float)
40 %ret = call float @exp2f(float %conv)
74 %ret = call float @exp2f(float %conv)
Dpow-1.ll38 ; CHECK-NEXT: [[EXP2F:%[a-z0-9]+]] = call float @exp2f(float %x) [[NUW_RO:#[0-9]+]]
/external/llvm/test/CodeGen/XCore/
Dfloat-intrinsics.ll54 define float @exp2f(float %F) {
55 ; CHECK-LABEL: exp2f:
56 ; CHECK: bl exp2f
/external/llvm/test/CodeGen/ARM/
D2011-11-29-128bitArithmetics.ll99 ; CHECK: bl {{.*}}exp2f
102 ; CHECK: bl {{.*}}exp2f
105 ; CHECK: bl {{.*}}exp2f
108 ; CHECK: bl {{.*}}exp2f
/external/llvm/include/llvm/Target/
DTargetLibraryInfo.h212 exp2f, enumerator
744 case LibFunc::exp2: case LibFunc::exp2f: case LibFunc::exp2l: in hasOptimizedCodeGen()
/external/llvm/test/CodeGen/Mips/
Dfp16instrinsmc.ll364 %call = call float @exp2f(float %0) #3
365 ;pic: lw ${{[0-9]+}}, %call16(exp2f)(${{[0-9]+}})
372 declare float @exp2f(float) #0
/external/clang/test/CodeGen/
Dlibcall-declarations.c80 float exp2f(float);
278 F(exp2f), F(exp2l), F(expm1), F(expm1f), F(expm1l),
/external/chromium_org/third_party/mesa/src/src/mesa/main/
Dimports.h126 #define exp2f(f) ((float) exp2(f)) macro
150 static inline float exp2f(float x) { return powf(2.0f, x); } in exp2f() function
/external/mesa3d/src/mesa/main/
Dimports.h126 #define exp2f(f) ((float) exp2(f)) macro
149 static inline float exp2f(float x) { return powf(2.0f, x); } in exp2f() function
/external/llvm/include/llvm/Transforms/Utils/
DVectorUtils.h137 case LibFunc::exp2f: in getIntrinsicIDForCall()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_test_arit.c230 {"exp2", &lp_build_exp2, &exp2f, exp2_values, Elements(exp2_values), 20.0 },
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
Dlp_test_arit.c230 {"exp2", &lp_build_exp2, &exp2f, exp2_values, Elements(exp2_values), 20.0 },
/external/bison/linux-lib/
Dmath.h876 _GL_FUNCDECL_SYS (exp2f, float, (float x));
878 _GL_CXXALIAS_SYS (exp2f, float, (float x));
879 _GL_CXXALIASWARN (exp2f);
881 # undef exp2f
883 _GL_WARN_ON_USE (exp2f, "exp2f is unportable - "
/external/bison/lib/
Dmath.in.h564 _GL_FUNCDECL_SYS (exp2f, float, (float x));
566 _GL_CXXALIAS_SYS (exp2f, float, (float x));
567 _GL_CXXALIASWARN (exp2f);
569 # undef exp2f
571 _GL_WARN_ON_USE (exp2f, "exp2f is unportable - "
/external/bison/darwin-lib/
Dmath.h876 _GL_FUNCDECL_SYS (exp2f, float, (float x));
878 _GL_CXXALIAS_SYS (exp2f, float, (float x));
879 _GL_CXXALIASWARN (exp2f);
881 # undef exp2f
883 _GL_WARN_ON_USE (exp2f, "exp2f is unportable - "
/external/ltrace/etc/
Dlibm.so.conf281 float exp2f(float);
/external/chromium_org/third_party/cython/src/Cython/Includes/numpy/
Dmath.pxd80 float exp2f "npy_exp2f"(float x)
/external/mesa3d/src/gallium/drivers/nvc0/codegen/
Dnv50_ir_target_nvc0.cpp534 return f == exp2f(static_cast<float>(e)); in isPostMultiplySupported()
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/codegen/
Dnv50_ir_target_nvc0.cpp534 return f == exp2f(static_cast<float>(e)); in isPostMultiplySupported()
/external/llvm/test/CodeGen/AArch64/
Dillegal-float-ops.ll60 ; CHECK: bl exp2f
Darm64-illegal-float-ops.ll60 ; CHECK: bl exp2f
/external/llvm/lib/Target/
DTargetLibraryInfo.cpp472 TLI.setUnavailable(LibFunc::exp2f); in initialize()
/external/bison/m4/
Dmath_h.m443 expf expl exp2 exp2f exp2l expm1 expm1f expm1l
/external/llvm/lib/Transforms/Utils/
DSimplifyLibCalls.cpp1249 hasUnaryFloatFn(TLI, Op1->getType(), LibFunc::exp2, LibFunc::exp2f, in callOptimizer()
1304 TLI->has(LibFunc::exp2f)) { in callOptimizer()
2185 case LibFunc::exp2f: in lookupOptimization()
/external/libcxx/include/
Dcmath185 float exp2f(float x);
1162 using ::exp2f;
1164 inline _LIBCPP_INLINE_VISIBILITY float exp2(float __x) _NOEXCEPT {return exp2f(__x);}

12