Home
last modified time | relevance | path

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

12

/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.c99 uint32_t exp2 = Effects_exp2(nGain); in Effects_MillibelsToLinear16() local
101 if (exp2 > 32767) exp2 = 32767; in Effects_MillibelsToLinear16()
103 return (int16_t)exp2; in Effects_MillibelsToLinear16()
/frameworks/rs/tests/java_api/MathErr/src/com/example/android/rs/matherr/
Dmath_err.rs76 *out = exp2(i);
/frameworks/compile/slang/tests/P_math_fp/
Dmath_fp.rs95 TEST_FUNC_1(exp2);
/frameworks/rs/tests/java_api/RSUnitTests/supportlibonlysrc/com/android/rs/unittest/
Dapitest.rs680 f = exp2(f);
681 f2 = exp2(f2);
682 f3 = exp2(f3);
683 f4 = exp2(f4);
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
Dapitest.rs682 f = exp2(f);
683 f2 = exp2(f2);
684 f3 = exp2(f3);
685 f4 = exp2(f4);
Dmath.rs293 TEST_FN_FUNC_FN(exp2);
/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/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/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
Dmath_fp16.rs141 TEST_HN_FUNC_HN(exp2);
Dmath.rs291 TEST_FN_FUNC_FN(exp2);
/frameworks/rs/tests/java_api/RsTest_11/src/com/android/rs/test/
Dmath.rs135 TEST_FN_FUNC_FN(exp2);
/frameworks/rs/tests/java_api/RsTest_16/src/com/android/rs/test/
Dmath.rs268 TEST_FN_FUNC_FN(exp2);
/frameworks/rs/tests/java_api/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/tests/java_api/ComputeBenchmark/src/com/example/android/rs/computebench/
Dcompute_benchmark.rs338 BENCH_FN_FUNC_FN(exp2);
/frameworks/rs/script_api/
Drs_math.spec789 function: exp2
803 function: exp2
2287 Fast approximate exp2.
2292 See also @exp2().
/frameworks/rs/script_api/include/
Drs_math.rsh1505 * exp2: 2 raised to a number
1512 exp2(float v);
1515 exp2(float2 v);
1518 exp2(float3 v);
1521 exp2(float4 v);
1525 exp2(half v);
1530 exp2(half2 v);
1535 exp2(half3 v);
1540 exp2(half4 v);
4557 * Fast approximate exp2.
[all …]
/frameworks/rs/driver/runtime/
Drs_cl.c459 float __attribute__((overloadable)) exp2(float v) { in exp2() function
462 FN_FUNC_FN(exp2)
467 return exp2(v * 3.321928095f); in exp10()
1928 HN_FUNC_HN(exp2);
/frameworks/compile/mclinker/include/mcld/Config/
DConfig.h.cmake159 /* Define to 1 if you have the `exp2' function. */
/frameworks/compile/slang/tests/P_all_api_11/
Dall11.rs2646 *(float*)buf612 = exp2(*(float*)buf613);
2647 *(float2*)buf614 = exp2(*(float2*)buf615);
2648 *(float3*)buf616 = exp2(*(float3*)buf617);
2649 *(float4*)buf618 = exp2(*(float4*)buf619);
/frameworks/compile/slang/tests/P_all_api_14/
Dall14.rs2716 *(float*)buf612 = exp2(*(float*)buf613);
2717 *(float2*)buf614 = exp2(*(float2*)buf615);
2718 *(float3*)buf616 = exp2(*(float3*)buf617);
2719 *(float4*)buf618 = exp2(*(float4*)buf619);

12