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

1 2

  /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);
  /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;
  /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;
  /system/vold/tests/
VolumeManager_test.cpp 57 const char* exp2 = "c31b32364ce19ca8fcd150a417ecce58"; local
60 EXPECT_STREQ(exp2, dst)
  /external/deqp/framework/common/
tcuInterval.cpp 123 Interval exp2 (const Interval& x) function in namespace:tcu
tcuVectorUtil.hpp 65 inline float exp2 (float f) { return deFloatExp2(f); } function in namespace:tcu
446 TCU_DECLARE_VECTOR_UNARY_FUNC(exp2, deFloatExp2)
  /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;
  /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/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/
re.h 97 struct RegExp *exp1, *exp2; member in struct:RegExp::__anon90::__anon92
147 r->d.AltCatOp.exp2 = e2;
157 r->d.AltCatOp.exp2 = e2;
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/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.8/lib/gcc/arm-eabi/4.8/include/
tgmath.h 130 #define exp2(x) __TGMATH_REAL(x, exp2) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
tgmath.h 319 #define exp2(Val) __TGMATH_UNARY_REAL_ONLY (Val, exp2) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
tgmath.h 319 #define exp2(Val) __TGMATH_UNARY_REAL_ONLY (Val, exp2) macro
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/include/
tgmath.h 130 #define exp2(x) __TGMATH_REAL(x, exp2) macro
  /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/deqp/modules/gles2/scripts/
genutil.py 147 def exp2(val): return val.applyUnary(lambda x: math.pow(2.0, x)) member in class:GenMath
  /external/deqp/modules/gles3/scripts/
genutil.py 157 def exp2(val): return val.applyUnary(lambda x: math.pow(2.0, x)) member in class:GenMath
  /external/deqp/modules/gles31/scripts/
genutil.py 157 def exp2(val): return val.applyUnary(lambda x: math.pow(2.0, x)) member in class:GenMath
  /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...]

Completed in 1294 milliseconds

1 2