Home
last modified time | relevance | path

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

12

/aosp12/frameworks/av/media/codecs/amrwb/enc/src/
H A 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()
/aosp12/frameworks/av/media/codecs/amrwb/dec/src/
H A 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()
H A 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()
/aosp12/frameworks/av/media/libeffects/testlibs/
H A 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()
/aosp12/bionic/libm/upstream-freebsd/lib/msun/src/
H A Ds_exp2.c344 exp2(double x) in exp2() function
398 __weak_reference(exp2, exp2l);
/aosp12/bionic/libc/include/
H A Dmath.h132 double exp2(double __x);
134 long double exp2l(long double __x) __RENAME_LDBL(exp2, 3, 21);
/aosp12/frameworks/rs/tests/java_api/MathErr/src/com/example/android/rs/matherr/
H A Dmath_err.rscript76 *out = exp2(i);
/aosp12/build/soong/androidmk/androidmk/
H A Dandroid.go664 exp2, ok := exp1.Args[0].(*bpparser.Operator)
669 if s, ok := exp2.Args[0].(*bpparser.String); !ok || s.Value != "-Wl,--version-script," {
673 if v, ok := exp2.Args[1].(*bpparser.Variable); !ok || v.Name != "LOCAL_PATH" {
/aosp12/bionic/tests/headers/posix/
H A Dtgmath_h.c80 TGMATH(exp2); in tgmath_h()
H A Dmath_h.c174 FUNCTION(exp2, double (*f)(double)); in math_h()
/aosp12/frameworks/compile/slang/tests/P_math_fp/
H A Dmath_fp.rscript95 TEST_FUNC_1(exp2);
/aosp12/bionic/benchmarks/
H A Dmath_benchmark.cpp314 f = exp2(*cin); in BM_math_exp2_speccpu2017()
325 f = exp2(d * zero + *cin); in BM_math_exp2_speccpu2017_latency()
/aosp12/bionic/libm/
H A Dlibm.map.txt99 exp2;
/aosp12/bionic/tests/
H A Dmath_test.cpp706 TEST(MATH_TEST, exp2) { in TEST() argument
707 ASSERT_DOUBLE_EQ(8.0, exp2(3.0)); in TEST()
1675 ASSERT_DOUBLE_EQ(5.0, exp2(log2(5))); in TEST()
1819 DoMathDataTest<1>(g_exp2_intel_data, exp2); in TEST()
/aosp12/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/
H A Dapitest.rscript662 f = exp2(f);
663 f2 = exp2(f2);
664 f3 = exp2(f3);
665 f4 = exp2(f4);
H A Dmath.rscript268 TEST_FN_FUNC_FN(exp2);
/aosp12/frameworks/rs/tests/java_api/RSUnitTests/supportlibonlysrc/com/android/rs/unittest/
H A Dapitest.rscript680 f = exp2(f);
681 f2 = exp2(f2);
682 f3 = exp2(f3);
683 f4 = exp2(f4);
/aosp12/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
H A Dapitest.rscript682 f = exp2(f);
683 f2 = exp2(f2);
684 f3 = exp2(f3);
685 f4 = exp2(f4);
/aosp12/frameworks/rs/tests/java_api/RsTest_11/src/com/android/rs/test/
H A Dmath.rscript135 TEST_FN_FUNC_FN(exp2);
/aosp12/frameworks/rs/tests/java_api/RsTest_14/src/com/android/rs/test/
H A Dmath.rs.bak254 TEST_FN_FUNC_FN(exp2);
H A Dmath.rs.orig268 TEST_FN_FUNC_FN(exp2);
H A Dmath.rscript268 TEST_FN_FUNC_FN(exp2);
/aosp12/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
H A Dmath_fp16.rscript141 TEST_HN_FUNC_HN(exp2);
/aosp12/frameworks/rs/tests/java_api/RsTest_16/src/com/android/rs/test/
H A Dmath.rscript268 TEST_FN_FUNC_FN(exp2);
/aosp12/bionic/libc/tools/
H A Dposix-2013.txt215 exp2

12