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

1 2 3 4 5 6

  /external/clang/test/CodeGen/
libcalls-d.c 4 // RUN: %clang_cc1 %s -emit-llvm -fno-math-errno -O0 -o - | grep {call.*exp2\\.f64}
5 // RUN: %clang_cc1 %s -emit-llvm -fmath-errno -O0 -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 29 double exp2(double);
82 exp, expl, expf, exp2, exp2l, exp2f, fabs, fabsl, fabsf, floor, floorl,
113 // CHECK-NOERRNO: declare double @exp2(double) [[NUW]]
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
voicefac.c 37 Word16 tmp, exp, ener1, exp1, ener2, exp2; local
53 ener2 = extract_h(Dot_product12_asm(code, code, L_subfr, &exp2));
55 ener2 = extract_h(Dot_product12(code, code, L_subfr, &exp2));
62 exp2 = exp2 - (exp + exp);
64 i = exp1 - exp2;
  /frameworks/av/media/libstagefright/codecs/amrwb/src/
voice_factor.cpp 127 int16 i, tmp, exp, ener1, exp1, ener2, exp2; local
139 ener2 = extract_h(Dot_product12(code, code, L_subfr, &exp2));
145 exp2 -= (exp << 1);
147 i = exp1 - exp2;
isf_extrapolation.cpp 123 int16 exp, exp2, hi, lo; local
226 exp2 = norm_s(tmp2);
230 tmp2 <<= exp2; local
232 exp = exp2 - exp;
  /system/vold/tests/
VolumeManager_test.cpp 57 const char* exp2 = "c31b32364ce19ca8fcd150a417ecce58"; local
60 EXPECT_STREQ(exp2, dst)
  /frameworks/av/media/libeffects/testlibs/
EffectsMath.c 97 uint32_t exp2 = Effects_exp2(nGain); local
99 if (exp2 > 32767) exp2 = 32767;
101 return (int16_t)exp2;
  /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::__anon16427::__anon16429
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...]
  /frameworks/rs/java/tests/MathErr/src/com/example/android/rs/matherr/
math_err.rs 76 *out = exp2(i);
  /frameworks/rs/cpu_ref/
rsCpuRuntimeMathFuncs.cpp 50 IMPORT_F32_FN_F32(exp2)
  /external/chromium_org/third_party/tlslite/tlslite/utils/
cryptomath.py 286 exp2 = 2**nBitScan
287 mask = exp2 - 1
298 for i in xrange(1, exp2):
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 186 /// double exp2(double x);
187 exp2, enumerator in enum:llvm::LibFunc::Func
700 case LibFunc::exp2: case LibFunc::exp2f: case LibFunc::exp2l:
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/include/
tgmath.h 130 #define exp2(x) __TGMATH_REAL(x, exp2) macro
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.7/lib/gcc/arm-eabi/4.7/include/
tgmath.h 130 #define exp2(x) __TGMATH_REAL(x, exp2) macro
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/include/
tgmath.h 141 #define exp2(x) __TGMATH_REAL(x, exp2) macro
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/include/
tgmath.h 141 #define exp2(x) __TGMATH_REAL(x, exp2) macro
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/include/
tgmath.h 130 #define exp2(x) __TGMATH_REAL(x, exp2) macro
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.7/lib/gcc/arm-eabi/4.7/include/
tgmath.h 130 #define exp2(x) __TGMATH_REAL(x, exp2) macro
  /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());

Completed in 1057 milliseconds

1 2 3 4 5 6