Home
last modified time | relevance | path

Searched refs:exp2 (Results 1 – 19 of 19) sorted by relevance

/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
Dvoicefac.c37 Word16 tmp, exp, ener1, exp1, ener2, exp2; in voice_factor() local
53 ener2 = extract_h(Dot_product12_asm(code, code, L_subfr, &exp2)); in voice_factor()
55 ener2 = extract_h(Dot_product12(code, code, L_subfr, &exp2)); in voice_factor()
62 exp2 = exp2 - (exp + exp); in voice_factor()
64 i = exp1 - exp2; in voice_factor()
/frameworks/av/media/libstagefright/codecs/amrwb/src/
Dvoice_factor.cpp127 int16 i, tmp, exp, ener1, exp1, ener2, exp2; in voice_factor() local
139 ener2 = extract_h(Dot_product12(code, code, L_subfr, &exp2)); in voice_factor()
145 exp2 -= (exp << 1); in voice_factor()
147 i = exp1 - exp2; in voice_factor()
Disf_extrapolation.cpp123 int16 exp, exp2, hi, lo; in isf_extrapolation() local
226 exp2 = norm_s(tmp2); in isf_extrapolation()
230 tmp2 <<= exp2; in isf_extrapolation()
232 exp = exp2 - exp; in isf_extrapolation()
/frameworks/av/media/libeffects/testlibs/
DEffectsMath.c97 uint32_t exp2 = Effects_exp2(nGain); in Effects_MillibelsToLinear16() local
99 if (exp2 > 32767) exp2 = 32767; in Effects_MillibelsToLinear16()
101 return (int16_t)exp2; in Effects_MillibelsToLinear16()
/frameworks/rs/java/tests/MathErr/src/com/example/android/rs/matherr/
Dmath_err.rs76 *out = exp2(i);
/frameworks/rs/cpu_ref/
DrsCpuRuntimeMathFuncs.cpp50 IMPORT_F32_FN_F32(exp2)
/frameworks/compile/slang/tests/P_math_fp/
Dmath_fp.rs95 TEST_FUNC_1(exp2);
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
Dapitest.rs662 f = exp2(f);
663 f2 = exp2(f2);
664 f3 = exp2(f3);
665 f4 = exp2(f4);
Dmath.rs268 TEST_FN_FUNC_FN(exp2);
/frameworks/rs/java/tests/RsTest_11/src/com/android/rs/test/
Dmath.rs135 TEST_FN_FUNC_FN(exp2);
/frameworks/rs/java/tests/RsTest_16/src/com/android/rs/test/
Dmath.rs268 TEST_FN_FUNC_FN(exp2);
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
Dmath.rs275 TEST_FN_FUNC_FN(exp2);
/frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/
Dmath.rs268 TEST_FN_FUNC_FN(exp2);
Dmath.rs.bak254 TEST_FN_FUNC_FN(exp2);
Dmath.rs.orig268 TEST_FN_FUNC_FN(exp2);
/frameworks/rs/java/tests/ComputeBenchmark/src/com/example/android/rs/computebench/
Dcompute_benchmark.rs324 BENCH_FN_FUNC_FN(exp2);
/frameworks/rs/api/
Drs_core_math.spec291 name: exp2
1416 Fast approximate exp2
/frameworks/rs/driver/runtime/
Drs_cl.c409 extern float __attribute__((overloadable)) exp2(float);
410 FN_FUNC_FN(exp2)
415 return exp2(v * 3.321928095f); in exp10()
/frameworks/rs/scriptc/
Drs_core_math.rsh4752 extern float __attribute__((const, overloadable))exp2(float);
4761 extern float2 __attribute__((const, overloadable))exp2(float2);
4770 extern float3 __attribute__((const, overloadable))exp2(float3);
4779 extern float4 __attribute__((const, overloadable))exp2(float4);
8102 * Fast approximate exp2
8113 * Fast approximate exp2
8124 * Fast approximate exp2
8135 * Fast approximate exp2