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

1 2 3 4 5

  /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;
  /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/llvm/include/llvm/Target/
TargetLibraryInfo.h 176 /// double exp2(double x);
177 exp2, enumerator in enum:llvm::LibFunc::Func
686 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());
  /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());
  /device/samsung/tuna/keymaster/
keymaster_tuna.cpp 550 Unique_ByteArray prime1, prime2, exp1, exp2, coeff; local
576 exp2.reset(bignum_to_array(rsa->dmq1));
577 if (exp2->get() == NULL) {
581 set_attribute(&privateKeyTemplate[templateOffset++], CKA_EXPONENT_2, exp2->get(),
582 exp2->length());
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
mathcalls.h 142 __MATHCALL (exp2,, (_Mdouble_ __x));
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
tgmath.h 312 #define exp2(Val) __TGMATH_UNARY_REAL_ONLY (Val, exp2) macro

Completed in 800 milliseconds

1 2 3 4 5