HomeSort by relevance Sort by last modified time
    Searched refs:exp2 (Results 1 - 25 of 59) sorted by null

1 2 3

  /external/clang/test/CodeGen/
libcalls-d.c 4 // 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);
libcall-declarations.c 79 double exp2(double);
277 F(erfcl), F(exp), F(expf), F(expl), F(exp2),
378 // CHECK-NOERRNO: declare double @exp2(double) [[NUW]]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
TestExp2.rs 24 return exp2(in);
28 return exp2(in);
32 return exp2(in);
36 return exp2(in);
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
f.cpp 14 * 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/
f.cpp 14 * 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/
re.h 97 struct RegExp *exp1, *exp2; member in struct:RegExp::__anon21003::__anon21005
147 r->d.AltCatOp.exp2 = e2;
157 r->d.AltCatOp.exp2 = e2;
actions.c 61 /* 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, s)
    [all...]
  /external/llvm/include/llvm/Transforms/Utils/
VectorUtils.h 34 case Intrinsic::exp2:
136 case LibFunc::exp2:
139 return checkUnaryFloatSignature(*CI, Intrinsic::exp2);
  /external/deqp/framework/common/
tcuInterval.cpp 123 Interval exp2 (const Interval& x) function in namespace:tcu
tcuInterval.hpp 156 Interval exp2 (const Interval& x);
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 209 /// double exp2(double x);
210 exp2, enumerator in enum:llvm::LibFunc::Func
744 case LibFunc::exp2: case LibFunc::exp2f: case LibFunc::exp2l:
  /external/chromium_org/v8/src/
math.js 197 var exp2 = MathExp(-x);
198 return (exp1 - exp2) / (exp1 + exp2);
  /external/bison/darwin-lib/
math.h 891 # 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 is unportable -
    [all...]
  /external/bison/lib/
math.in.h 579 # 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 is unportable -
    [all...]
  /external/bison/linux-lib/
math.h 891 # 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 is unportable -
    [all...]
  /device/asus/grouper/keymaster/
keymaster_grouper.cpp 554 Unique_ByteArray prime1, prime2, exp1, exp2, coeff; local
580 exp2.reset(bignum_to_array(rsa->dmq1));
581 if (exp2->get() == NULL) {
585 set_attribute(&privateKeyTemplate[templateOffset++], CKA_EXPONENT_2, exp2->get(),
586 exp2->length());
  /device/asus/grouper/self-extractors/nvidia/staging/keymaster/
keymaster_grouper.cpp 554 Unique_ByteArray prime1, prime2, exp1, exp2, coeff; local
580 exp2.reset(bignum_to_array(rsa->dmq1));
581 if (exp2->get() == NULL) {
585 set_attribute(&privateKeyTemplate[templateOffset++], CKA_EXPONENT_2, exp2->get(),
586 exp2->length());
  /device/asus/tilapia/self-extractors/nvidia/staging/keymaster/
keymaster_grouper.cpp 554 Unique_ByteArray prime1, prime2, exp1, exp2, coeff; local
580 exp2.reset(bignum_to_array(rsa->dmq1));
581 if (exp2->get() == NULL) {
585 set_attribute(&privateKeyTemplate[templateOffset++], CKA_EXPONENT_2, exp2->get(),
586 exp2->length());
  /external/chromium_org/testing/gtest/scripts/
pump.py 402 def __init__(self, identifier=None, exp1=None, exp2=None):
405 self.exp2 = exp2
666 upper = int(env.EvalExp(node.exp2))
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_exp2.c 51 /* exp2(z + eps) eps */
311 * exp2(x): compute the base 2 exponential of x
319 * Thus we have exp2(x) = 2**k * exp2(y).
323 * Thus we have exp2(y) = exp2(i/TBLSIZE) * exp2(z - eps[i]),
326 * We compute exp2(i/TBLSIZE) via table lookup and exp2(z - eps[i]) via
329 * exp2t[i] = exp2(i/TBLSIZE + eps[i]), and eps[i] is a small offset suc
342 exp2(double x) function
    [all...]
  /external/llvm/lib/CodeGen/
IntrinsicLowering.cpp 158 case Intrinsic::exp2:
159 EnsureFPIntrinsicsExist(M, I, "exp2f", "exp2", "exp2l");
522 case Intrinsic::exp2: {
523 ReplaceFPIntrinsicWithCall(CI, "exp2f", "exp2", "exp2l");
  /bionic/libm/include/
math.h 229 double exp2(double);
  /external/libcxx/test/numerics/c.math/
cmath.disabled.cpp     [all...]
  /bionic/tests/
math_test.cpp 555 TEST(math, exp2) {
556 ASSERT_DOUBLE_EQ(8.0, exp2(3.0));
    [all...]
  /external/clang/lib/Headers/
tgmath.h 662 // exp2
670 __tg_exp2(double __x) {return exp2(__x);}
676 #undef exp2 macro
677 #define exp2(__x) __tg_exp2(__tg_promote1((__x))(__x)) macro

Completed in 923 milliseconds

1 2 3