Searched refs:exp2 (Results 1 - 25 of 46) sorted by relevance

12

/external/clang/test/CodeGen/
H A Dlibcalls-d.c4 // RUN: %clang_cc1 %s -emit-llvm -fno-math-errno -o - | grep {call.*exp2\\.f64}
5 // RUN: %clang_cc1 %s -emit-llvm -fmath-errno -o - | grep {call.*exp2}
7 // RUN: %clang_cc1 %s -emit-llvm -O3 -fno-builtin -o - | grep {call.*exp2}
12 double exp2(double);
15 return exp2(x);
H A Dlibcall-declarations.c79 double exp2(double);
277 F(erfcl), F(exp), F(expf), F(expl), F(exp2),
378 // CHECK-NOERRNO: declare double @exp2(double) [[NUW]]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Df.cpp14 * for fast exp2/log2.
34 * - For example, to compute exp2 5th order polynomial between [0, 1] do:
62 boost::math::ntl::RR exp2(const boost::math::ntl::RR& x) function
77 return exp2(x);
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Df.cpp14 * for fast exp2/log2.
34 * - For example, to compute exp2 5th order polynomial between [0, 1] do:
62 boost::math::ntl::RR exp2(const boost::math::ntl::RR& x) function
77 return exp2(x);
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/
H A Dre.h97 struct RegExp *exp1, *exp2; member in struct:RegExp::__anon16385::__anon16387
147 r->d.AltCatOp.exp2 = e2;
157 r->d.AltCatOp.exp2 = e2;
H A Dactions.c61 /* XXX? Should be exp2? */
73 if((l2 = RegExp_fixedLength(r->d.AltCatOp.exp2)) != ~0u)
120 RegExp_calcSize(re->d.AltCatOp.exp2, rep);
122 + re->d.AltCatOp.exp2->size + 2;
126 RegExp_calcSize(re->d.AltCatOp.exp2, rep);
127 re->size = re->d.AltCatOp.exp1->size + re->d.AltCatOp.exp2->size;
178 j->i.link = &j[re->d.AltCatOp.exp2->size + 1];
179 RegExp_compile(re->d.AltCatOp.exp2, rep, &j[1]);
208 RegExp_compile(re->d.AltCatOp.exp2, rep,
289 RegExp_split(re->d.AltCatOp.exp2,
[all...]
/external/llvm/include/llvm/Transforms/Utils/
H A DVectorUtils.h34 case Intrinsic::exp2:
136 case LibFunc::exp2:
139 return checkUnaryFloatSignature(*CI, Intrinsic::exp2);
/external/chromium_org/v8/src/
H A Dmath.js197 var exp2 = MathExp(-x);
198 return (exp1 - exp2) / (exp1 + exp2);
/external/deqp/framework/common/
H A DtcuInterval.cpp123 Interval exp2 (const Interval& x) function in namespace:tcu
H A DtcuInterval.hpp156 Interval exp2 (const Interval& x);
H A DtcuVectorUtil.hpp65 inline float exp2 (float f) { return deFloatExp2(f); } function in namespace:tcu
446 TCU_DECLARE_VECTOR_UNARY_FUNC(exp2, deFloatExp2)
/external/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h209 /// double exp2(double x);
210 exp2, enumerator in enum:llvm::LibFunc::Func
744 case LibFunc::exp2: case LibFunc::exp2f: case LibFunc::exp2l:
/external/bison/darwin-lib/
H A Dmath.h891 # undef exp2
892 # define exp2 rpl_exp2
894 _GL_FUNCDECL_RPL (exp2, double, (double x));
895 _GL_CXXALIAS_RPL (exp2, double, (double x));
898 _GL_FUNCDECL_SYS (exp2, double, (double x));
900 _GL_CXXALIAS_SYS (exp2, double, (double x));
902 _GL_CXXALIASWARN (exp2);
904 # undef exp2 macro
906 _GL_WARN_ON_USE (exp2, "exp2 i
[all...]
/external/bison/lib/
H A Dmath.in.h579 # undef exp2 macro
580 # define exp2 rpl_exp2 macro
582 _GL_FUNCDECL_RPL (exp2, double, (double x));
583 _GL_CXXALIAS_RPL (exp2, double, (double x));
586 _GL_FUNCDECL_SYS (exp2, double, (double x));
588 _GL_CXXALIAS_SYS (exp2, double, (double x));
590 _GL_CXXALIASWARN (exp2); variable
592 # undef exp2 macro
594 _GL_WARN_ON_USE (exp2, "exp2 i
[all...]
/external/bison/linux-lib/
H A Dmath.h891 # undef exp2
892 # define exp2 rpl_exp2
894 _GL_FUNCDECL_RPL (exp2, double, (double x));
895 _GL_CXXALIAS_RPL (exp2, double, (double x));
898 _GL_FUNCDECL_SYS (exp2, double, (double x));
900 _GL_CXXALIAS_SYS (exp2, double, (double x));
902 _GL_CXXALIASWARN (exp2);
904 # undef exp2 macro
906 _GL_WARN_ON_USE (exp2, "exp2 i
[all...]
/external/chromium_org/testing/gtest/scripts/
H A Dpump.py402 def __init__(self, identifier=None, exp1=None, exp2=None):
405 self.exp2 = exp2
666 upper = int(env.EvalExp(node.exp2))
/external/llvm/lib/CodeGen/
H A DIntrinsicLowering.cpp158 case Intrinsic::exp2:
159 EnsureFPIntrinsicsExist(M, I, "exp2f", "exp2", "exp2l");
522 case Intrinsic::exp2: {
523 ReplaceFPIntrinsicWithCall(CI, "exp2f", "exp2", "exp2l");
H A DBasicTargetTransformInfo.cpp559 case Intrinsic::exp2: ISD = ISD::FEXP2; break;
/external/clang/lib/Headers/
H A Dtgmath.h662 // exp2
670 __tg_exp2(double __x) {return exp2(__x);}
676 #undef exp2 macro
677 #define exp2(__x) __tg_exp2(__tg_promote1((__x))(__x)) macro
/external/libcxx/test/numerics/c.math/
H A Dcmath.disabled.cpp754 static_assert((std::is_same<decltype(std::exp2((float)0)), float>::value), "");
755 static_assert((std::is_same<decltype(std::exp2((bool)0)), double>::value), "");
756 static_assert((std::is_same<decltype(std::exp2((unsigned short)0)), double>::value), "");
757 static_assert((std::is_same<decltype(std::exp2((int)0)), double>::value), "");
758 static_assert((std::is_same<decltype(std::exp2((unsigned int)0)), double>::value), "");
759 static_assert((std::is_same<decltype(std::exp2((long)0)), double>::value), "");
760 static_assert((std::is_same<decltype(std::exp2((unsigned long)0)), double>::value), "");
761 static_assert((std::is_same<decltype(std::exp2((long long)0)), double>::value), "");
762 static_assert((std::is_same<decltype(std::exp2((unsigned long long)0)), double>::value), "");
763 static_assert((std::is_same<decltype(std::exp2((doubl
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dimports.h126 #define exp2f(f) ((float) exp2(f))
/external/llvm/lib/Analysis/
H A DConstantFolding.cpp1242 case Intrinsic::exp2:
1292 return Name == "exp" || Name == "exp2";
1466 case Intrinsic::exp2:
1467 return ConstantFoldFP(exp2, V, Ty);
1501 if (Name == "exp2" && TLI->has(LibFunc::exp2)) {
1502 // Constant fold exp2(x) as pow(2,x) in case the host doesn't have a
/external/mesa3d/src/mesa/main/
H A Dimports.h126 #define exp2f(f) ((float) exp2(f))
/external/libcxx/test/depr/depr.c.headers/
H A Dmath_h.disabled.cpp387 static_assert((std::is_same<decltype(exp2((double)0)), double>::value), "");
390 assert(exp2(1) == 2);
/external/ltrace/etc/
H A Dlibm.so.conf280 double exp2(double);

Completed in 1485 milliseconds

12