Home
last modified time | relevance | path

Searched refs:fmax (Results 1 – 25 of 64) sorted by relevance

123

/aosp12/frameworks/av/media/libaudioprocessing/
H A DAudioResamplerFirGen.h529 double fmax, fmin;
534 fmin = fmax = trf;
541 if (trf>fmax) {
542 fmax = trf;
554 firMax = fmax * norm;
604 double fmin, fmax;
605 testFir(coef, L, halfNumCoef, 0., fp, passSteps, fmin, fmax);
606 double d1 = (fmax - fmin)/2.;
608 passMax = fmax;
612 stopMax = fmax;
[all …]
/aosp12/frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/
H A Dbwfilter.rscript33 imageMax = fmax(sr,imageMax);
48 localMax = fmax(g,b);
49 localMax = fmax(r,localMax);
/aosp12/frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/
H A Dbwfilter.rscript33 imageMax = fmax(sr,imageMax);
48 localMax = fmax(g,b);
49 localMax = fmax(r,localMax);
/aosp12/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/
H A Dbwfilter.rscript33 imageMax = fmax(sr,imageMax);
48 localMax = fmax(g,b);
49 localMax = fmax(r,localMax);
/aosp12/bionic/libm/upstream-freebsd/lib/msun/src/
H A Ds_fmax.c38 fmax(double x, double y) in fmax() function
59 __weak_reference(fmax, fmaxl);
/aosp12/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/
H A DUT_math_agree.java269 private float fmax(float v1, float v2) { in fmax() method in UT_math_agree
272 private float[] fmax(float[] v1, float[] v2) { in fmax() method in UT_math_agree
275 private float[] fmax(float[] v1, float v2) { in fmax() method in UT_math_agree
508 s.set_fmax_rand_f1_f1(fmax(rand_f1_0, rand_f1_1)); in initializeValues()
509 s.set_fmax_rand_f2_f2(pack_f2(fmax(rand_f2_0, rand_f2_1))); in initializeValues()
510 s.set_fmax_rand_f3_f3(pack_f3(fmax(rand_f3_0, rand_f3_1))); in initializeValues()
511 s.set_fmax_rand_f4_f4(pack_f4(fmax(rand_f4_0, rand_f4_1))); in initializeValues()
512 s.set_fmax_rand_f2_f1(pack_f2(fmax(rand_f2_0, rand_f1_1))); in initializeValues()
513 s.set_fmax_rand_f3_f1(pack_f3(fmax(rand_f3_0, rand_f1_1))); in initializeValues()
514 s.set_fmax_rand_f4_f1(pack_f4(fmax(rand_f4_0, rand_f1_1))); in initializeValues()
H A Dmath_agree.rscript55 DECLARE_REFERENCE_SET_VEC_VEC(float, f, fmax);
56 DECLARE_REFERENCE_SET_VEC_SCL(float, f, fmax);
377 TEST_FN_FN_ALL(fmax);
378 TEST_FN_F_ALL(fmax);
H A Dmath.rscript275 TEST_FN_FUNC_FN_FN(fmax);
276 TEST_FN_FUNC_FN_F(fmax);
/aosp12/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
H A DUT_math_agree.java321 private float fmax(float v1, float v2) { in fmax() method in UT_math_agree
325 private float[] fmax(float[] v1, float[] v2) { in fmax() method in UT_math_agree
329 private float[] fmax(float[] v1, float v2) { in fmax() method in UT_math_agree
562 s.set_fmax_rand_f1_f1(fmax(rand_f1_0, rand_f1_1)); in initializeValues()
563 s.set_fmax_rand_f2_f2(pack_f2(fmax(rand_f2_0, rand_f2_1))); in initializeValues()
564 s.set_fmax_rand_f3_f3(pack_f3(fmax(rand_f3_0, rand_f3_1))); in initializeValues()
565 s.set_fmax_rand_f4_f4(pack_f4(fmax(rand_f4_0, rand_f4_1))); in initializeValues()
566 s.set_fmax_rand_f2_f1(pack_f2(fmax(rand_f2_0, rand_f1_1))); in initializeValues()
567 s.set_fmax_rand_f3_f1(pack_f3(fmax(rand_f3_0, rand_f1_1))); in initializeValues()
568 s.set_fmax_rand_f4_f1(pack_f4(fmax(rand_f4_0, rand_f1_1))); in initializeValues()
H A Dmath_agree.rscript71 DECLARE_REFERENCE_SET_VEC_VEC(float, f, fmax);
72 DECLARE_REFERENCE_SET_VEC_SCL(float, f, fmax);
397 TEST_FN_FN_ALL(fmax);
398 TEST_FN_F_ALL(fmax);
/aosp12/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
H A DUT_math_agree.java323 private float fmax(float v1, float v2) { in fmax() method in UT_math_agree
327 private float[] fmax(float[] v1, float[] v2) { in fmax() method in UT_math_agree
331 private float[] fmax(float[] v1, float v2) { in fmax() method in UT_math_agree
564 s.set_fmax_rand_f1_f1(fmax(rand_f1_0, rand_f1_1)); in initializeValues()
565 s.set_fmax_rand_f2_f2(pack_f2(fmax(rand_f2_0, rand_f2_1))); in initializeValues()
566 s.set_fmax_rand_f3_f3(pack_f3(fmax(rand_f3_0, rand_f3_1))); in initializeValues()
567 s.set_fmax_rand_f4_f4(pack_f4(fmax(rand_f4_0, rand_f4_1))); in initializeValues()
568 s.set_fmax_rand_f2_f1(pack_f2(fmax(rand_f2_0, rand_f1_1))); in initializeValues()
569 s.set_fmax_rand_f3_f1(pack_f3(fmax(rand_f3_0, rand_f1_1))); in initializeValues()
570 s.set_fmax_rand_f4_f1(pack_f4(fmax(rand_f4_0, rand_f1_1))); in initializeValues()
H A Dmath_agree.rscript73 DECLARE_REFERENCE_SET_VEC_VEC(float, f, fmax);
74 DECLARE_REFERENCE_SET_VEC_SCL(float, f, fmax);
399 TEST_FN_FN_ALL(fmax);
400 TEST_FN_F_ALL(fmax);
/aosp12/frameworks/rs/driver/runtime/arch/
H A Dgeneric.c118 extern float __attribute__((overloadable)) fmax(float v1, float v2) { in fmax() function
146 extern float2 __attribute__((overloadable)) fmax(float2 v1, float v2) { in fmax() function
153 extern float3 __attribute__((overloadable)) fmax(float3 v1, float v2) { in fmax() function
161 extern float4 __attribute__((overloadable)) fmax(float4 v1, float v2) { in fmax() function
400 return fmax(v1, v2); in max()
404 return fmax(v1, v2); in max()
408 return fmax(v1, v2); in max()
412 return fmax(v1, v2); in max()
416 return fmax(v1, v2); in max()
420 return fmax(v1, v2); in max()
[all …]
H A Dasimd.ll8 declare <2 x float> @llvm.aarch64.neon.fmax.v2f32(<2 x float>, <2 x float>) nounwind readnone
9 declare <4 x float> @llvm.aarch64.neon.fmax.v4f32(<4 x float>, <4 x float>) nounwind readnone
110 …%2 = tail call <4 x float> @llvm.aarch64.neon.fmax.v4f32(<4 x float> %1, <4 x float> %low) nounwin…
126 …%b = tail call <4 x float> @llvm.aarch64.neon.fmax.v4f32(<4 x float> %a, <4 x float> %_low) nounwi…
136 …%b = tail call <4 x float> @llvm.aarch64.neon.fmax.v4f32(<4 x float> %a, <4 x float> %_low) nounwi…
143 …%2 = tail call <2 x float> @llvm.aarch64.neon.fmax.v2f32(<2 x float> %1, <2 x float> %low) nounwin…
151 …%b = tail call <2 x float> @llvm.aarch64.neon.fmax.v2f32(<2 x float> %a, <2 x float> %_low) nounwi…
275 …%2 = tail call <4 x float> @llvm.aarch64.neon.fmax.v4f32(<4 x float> %v1, <4 x float> %1) nounwind…
282 …%3 = tail call <4 x float> @llvm.aarch64.neon.fmax.v4f32(<4 x float> %1, <4 x float> %2) nounwind …
290 …%3 = tail call <4 x float> @llvm.aarch64.neon.fmax.v4f32(<4 x float> %1, <4 x float> %2) nounwind …
[all …]
/aosp12/frameworks/av/media/libeffects/lvm/lib/Common/lib/
H A DScalarArithmetic.h38 return fmin(fmax(val, -1.0f), 1.0f); in LVM_Clamp()
/aosp12/frameworks/compile/slang/tests/P_math_fp/
H A Dmath_fp.rscript102 TEST_FUNC_2(fmax);
103 TEST_FUNC_2F(fmax);
/aosp12/bionic/libm/
H A Dfake_long_double.c28 long double fmaxl(long double a1, long double a2) { return fmax(a1, a2); } in fmaxl()
H A Dbuiltins.cpp59 double fmax(double x, double y) { return __builtin_fmax(x, y); } in fmax() function
/aosp12/bionic/libc/include/
H A Dmath.h293 double fmax(double __x, double __y) __attribute_const__;
295 long double fmaxl(long double __x, long double __y) __RENAME_LDBL(fmax, 3, 3) __attribute_const__;
/aosp12/system/media/audio_utils/benchmarks/
H A Dprimitives_benchmark.cpp39 expected[i] = fmin(absMax, fmax(-absMax, src[i])); in BM_MemcpyToFloatFromFloatWithClamping()
/aosp12/bionic/tests/headers/posix/
H A Dtgmath_h.c85 TGMATH2(fmax); in tgmath_h()
/aosp12/frameworks/rs/tests/java_api/RsTest_11/src/com/android/rs/test/
H A Dmath.rscript142 TEST_FN_FUNC_FN_FN(fmax);
143 TEST_FN_FUNC_FN_F(fmax);
/aosp12/system/media/audio_utils/include/audio_utils/
H A DChannelMix.h228 return fmin(fmax(value, -LIMIT_AMPLITUDE), LIMIT_AMPLITUDE); in clamp()
/aosp12/frameworks/rs/tests/java_api/RsTest_14/src/com/android/rs/test/
H A Dmath.rs.bak261 TEST_FN_FUNC_FN_FN(fmax);
262 TEST_FN_FUNC_FN_F(fmax);
/aosp12/frameworks/rs/driver/runtime/
H A Drs_cl.c18 extern float __attribute__((overloadable)) fmax(float v, float v2);
19 extern float2 __attribute__((overloadable)) fmax(float2 v, float v2);
20 extern float3 __attribute__((overloadable)) fmax(float3 v, float v2);
21 extern float4 __attribute__((overloadable)) fmax(float4 v, float v2);
1405 v2 = fmax(v2 * y, -125.f); in native_powr()
1410 v2 = fmax(v2 * y, -125.f); in native_powr()
1415 v2 = fmax(v2 * y, -125.f); in native_powr()
1420 v2 = fmax(v2 * y, -125.f); in native_powr()
1935 HN_FUNC_HN_HN(fmax);
1936 HN_FUNC_HN_H(fmax);

123