/frameworks/av/media/libstagefright/codecs/amrwbenc/src/ |
D | voicefac.c | 37 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/ |
D | voice_factor.cpp | 127 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()
|
D | isf_extrapolation.cpp | 123 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/ |
D | EffectsMath.c | 97 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/ |
D | math_err.rs | 76 *out = exp2(i);
|
/frameworks/compile/slang/tests/P_math_fp/ |
D | math_fp.rs | 95 TEST_FUNC_1(exp2);
|
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/ |
D | apitest.rs | 664 f = exp2(f); 665 f2 = exp2(f2); 666 f3 = exp2(f3); 667 f4 = exp2(f4);
|
D | math.rs | 268 TEST_FN_FUNC_FN(exp2);
|
/frameworks/rs/java/tests/RSTest_CompatLibLegacy/src/com/android/rs/test/ |
D | apitest.rs | 662 f = exp2(f); 663 f2 = exp2(f2); 664 f3 = exp2(f3); 665 f4 = exp2(f4);
|
D | math.rs | 268 TEST_FN_FUNC_FN(exp2);
|
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/ |
D | math_fp16.rs | 125 TEST_HN_FUNC_HN(exp2);
|
D | math.rs | 275 TEST_FN_FUNC_FN(exp2);
|
/frameworks/rs/java/tests/RsTest_11/src/com/android/rs/test/ |
D | math.rs | 135 TEST_FN_FUNC_FN(exp2);
|
/frameworks/rs/java/tests/RsTest_16/src/com/android/rs/test/ |
D | math.rs | 268 TEST_FN_FUNC_FN(exp2);
|
/frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/ |
D | math.rs.bak | 254 TEST_FN_FUNC_FN(exp2);
|
D | math.rs | 268 TEST_FN_FUNC_FN(exp2);
|
D | math.rs.orig | 268 TEST_FN_FUNC_FN(exp2);
|
/frameworks/rs/java/tests/ComputeBenchmark/src/com/example/android/rs/computebench/ |
D | compute_benchmark.rs | 338 BENCH_FN_FUNC_FN(exp2);
|
/frameworks/rs/api/ |
D | rs_math.spec | 775 function: exp2 789 function: exp2 2273 Fast approximate exp2. 2278 See also @exp2().
|
/frameworks/rs/scriptc/ |
D | rs_math.rsh | 1505 * 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/ |
D | rs_cl.c | 456 float __attribute__((overloadable)) exp2(float v) { in exp2() function 459 FN_FUNC_FN(exp2) 464 return exp2(v * 3.321928095f); in exp10() 1925 HN_FUNC_HN(exp2);
|
/frameworks/compile/mclinker/include/mcld/Config/ |
D | Config.h.cmake | 159 /* Define to 1 if you have the `exp2' function. */
|
/frameworks/compile/slang/tests/P_all_api_16/ |
D | all16.rs | 2808 *(float*)buf612 = exp2(*(float*)buf613); 2809 *(float2*)buf614 = exp2(*(float2*)buf615); 2810 *(float3*)buf616 = exp2(*(float3*)buf617); 2811 *(float4*)buf618 = exp2(*(float4*)buf619);
|
/frameworks/compile/slang/tests/P_all_api_15/ |
D | all15.rs | 2716 *(float*)buf612 = exp2(*(float*)buf613); 2717 *(float2*)buf614 = exp2(*(float2*)buf615); 2718 *(float3*)buf616 = exp2(*(float3*)buf617); 2719 *(float4*)buf618 = exp2(*(float4*)buf619);
|
/frameworks/compile/slang/tests/P_all_api_14/ |
D | all14.rs | 2716 *(float*)buf612 = exp2(*(float*)buf613); 2717 *(float2*)buf614 = exp2(*(float2*)buf615); 2718 *(float3*)buf616 = exp2(*(float3*)buf617); 2719 *(float4*)buf618 = exp2(*(float4*)buf619);
|