/third_party/musl/libc-test/src/functionalext/supplement/math/math_gtest/ |
D | math_fmax_test.cpp | 50 …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/ |
D | af_silenceremove.c | 214 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()
|
D | vf_siti.c | 165 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()
|
D | blend_modes.c | 76 #define GEOMETRIC(a, b) (sqrtf(fmaxf(A, 0) * fmaxf(B, 0)))
|
D | afir_template.c | 81 max = fmaxf(max, mag[i]); in fn() 83 max_delay = fmaxf(max_delay, delay[i]); in fn()
|
D | vf_fftdnoiz.c | 418 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()
|
D | vf_lagfun.c | 103 const float v = fmaxf(src[x], osrc[x] * decay); \
|
D | vf_colortemperature.c | 65 const float t = fmaxf(kelvin - 60.0f, 0.0f); in kelvin2rgb()
|
D | vf_hsvkey.c | 74 diff = sqrtf(fmaxf(SQR(sat) * SQR(val) + in do_hsvkey_pixel()
|
/third_party/ffmpeg/compat/djgpp/ |
D | math.h | 22 float fmaxf(float, float);
|
D | math.c | 32 FUN(fmaxf, float, >)
|
/third_party/musl/src/math/aarch64/ |
D | fmaxf.c | 3 float fmaxf(float x, float y) in fmaxf() function
|
/third_party/musl/src/math/powerpc64/ |
D | fmaxf.c | 5 float fmaxf(float x, float y) in fmaxf() function
|
/third_party/musl/src/math/riscv64/ |
D | fmaxf.c | 5 float fmaxf(float x, float y) in fmaxf() function
|
/third_party/musl/porting/liteos_a/kernel/src/math/ |
D | fmaxf.c | 3 float fmaxf(float x, float y) in fmaxf() function
|
/third_party/musl/src/math/ |
D | fmaxf.c | 3 float fmaxf(float x, float y) in fmaxf() function
|
/third_party/musl/libc-test/src/math/ |
D | fmaxf.c | 26 y = fmaxf(p->x, p->x2); in main()
|
D | test_src_math.gni | 72 "fmaxf",
|
/third_party/ffmpeg/libavcodec/ |
D | speexdec.c | 779 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/ |
D | math.c | 118 {float(*p)(float,float) = fmaxf;} in f()
|
/third_party/musl/include/ |
D | math.h | 220 float fmaxf(float, float);
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | math.h | 220 float fmaxf(float, float);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | math.h | 220 float fmaxf(float, float);
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | math.h | 220 float fmaxf(float, float);
|
/third_party/musl/libc-test/src/math/gen/ |
D | functions.h | 74 T(fmaxf, ff_f)
|