Home
last modified time | relevance | path

Searched refs:fmaxf (Results 1 – 25 of 46) sorted by relevance

12

/third_party/musl/libc-test/src/functionalext/supplement/math/math_gtest/
Dmath_fmax_test.cpp50 …bool testResult = FloatUlpCmp(g_fmaxfData[i].expected, fmaxf(g_fmaxfData[i].input1, g_fmaxfData[i]…
62 EXPECT_FLOAT_EQ(17.0f, fmaxf(17.0f, 17.0f));
63 EXPECT_FLOAT_EQ(15.0f, fmaxf(15.0f, nanf("")));
64 EXPECT_FLOAT_EQ(14.0f, fmaxf(nanf(""), 14.0f));
/third_party/ffmpeg/libavfilter/
Daf_silenceremove.c214 new_sum = fmaxf(new_sum, 0.f); in compute_peak_float()
228 s->sum = fmaxf(s->sum, 0.f); in update_peak_float()
273 new_sum = fmaxf(new_sum, 0.f); in compute_rms_float()
288 s->sum = fmaxf(s->sum, 0.f); in update_rms_float()
332 new_sum = fmaxf(new_sum, 0.f); in compute_peak_floatp()
346 s->sum = fmaxf(s->sum, 0.f); in update_peak_floatp()
391 new_sum = fmaxf(new_sum, 0.f); in compute_rms_floatp()
406 s->sum = fmaxf(s->sum, 0.f); in update_rms_floatp()
Dvf_siti.c165 limit_y = fminf(fmaxf(y - shift, 0), limit_upper); in convert_full_range()
298 s->max_si = fmaxf(si, s->max_si); in filter_frame()
299 s->max_ti = fmaxf(ti, s->max_ti); in filter_frame()
Dblend_modes.c76 #define GEOMETRIC(a, b) (sqrtf(fmaxf(A, 0) * fmaxf(B, 0)))
Dafir_template.c81 max = fmaxf(max, mag[i]); in fn()
83 max_delay = fmaxf(max_delay, delay[i]); in fn()
Dvf_fftdnoiz.c418 factor = fmaxf(limit, (power - sigma) / (power + 1e-15f)); in filter_block3d2()
476 factor = fmaxf(limit, (power - sigma) / (power + 1e-15f)); in filter_block3d1()
519 factor = fmaxf(limit, (power - sigma) / (power + 1e-15f)); in filter_block2d()
Dvf_lagfun.c103 const float v = fmaxf(src[x], osrc[x] * decay); \
Dvf_colortemperature.c65 const float t = fmaxf(kelvin - 60.0f, 0.0f); in kelvin2rgb()
Dvf_hsvkey.c74 diff = sqrtf(fmaxf(SQR(sat) * SQR(val) + in do_hsvkey_pixel()
/third_party/ffmpeg/compat/djgpp/
Dmath.h22 float fmaxf(float, float);
Dmath.c32 FUN(fmaxf, float, >)
/third_party/musl/src/math/aarch64/
Dfmaxf.c3 float fmaxf(float x, float y) in fmaxf() function
/third_party/musl/src/math/powerpc64/
Dfmaxf.c5 float fmaxf(float x, float y) in fmaxf() function
/third_party/musl/src/math/riscv64/
Dfmaxf.c5 float fmaxf(float x, float y) in fmaxf() function
/third_party/musl/porting/liteos_a/kernel/src/math/
Dfmaxf.c3 float fmaxf(float x, float y) in fmaxf() function
/third_party/musl/src/math/
Dfmaxf.c3 float fmaxf(float x, float y) in fmaxf() function
/third_party/musl/libc-test/src/math/
Dfmaxf.c26 y = fmaxf(p->x, p->x2); in main()
Dtest_src_math.gni72 "fmaxf",
/third_party/ffmpeg/libavcodec/
Dspeexdec.c779 g1 = fmaxf(g1, c1); in multicomb()
780 g2 = fmaxf(g2, c1); in multicomb()
796 old_ener = fmaxf(old_ener, 1.f); in multicomb()
797 new_ener = fmaxf(new_ener, 1.f); in multicomb()
816 lsp[i] = fmaxf(lsp[i], lsp[i - 1] + margin); in lsp_interpolate()
/third_party/musl/libc-test/src/api/
Dmath.c118 {float(*p)(float,float) = fmaxf;} in f()
/third_party/musl/include/
Dmath.h220 float fmaxf(float, float);
/third_party/musl/porting/uniproton/kernel/include/
Dmath.h220 float fmaxf(float, float);
/third_party/musl/porting/liteos_m/kernel/include/
Dmath.h220 float fmaxf(float, float);
/third_party/musl/porting/liteos_a/kernel/include/
Dmath.h220 float fmaxf(float, float);
/third_party/musl/libc-test/src/math/gen/
Dfunctions.h74 T(fmaxf, ff_f)

12