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

1 2

  /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
445 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...]
  /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.8/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.15-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
  /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...]
  /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...]
  /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
  /external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
ListsTest.java 349 List<Object> exp2 = list((Object) 1, "4"); local
354 .has().exactly(exp1, exp2, exp3, exp4).inOrder();
SetsTest.java 436 List<Object> exp2 = list((Object) 1, "4"); local
441 .has().exactly(exp1, exp2, exp3, exp4).inOrder();

Completed in 739 milliseconds

1 2