/third_party/mesa3d/docs/_extra/specs/ |
D | INTEL_shader_atomic_float_minmax.txt | 166 - fmin(qNaN, x) = fmin(x, qNaN) = fmax(qNaN, x) = fmax(x, qNaN) = x 167 - fmin(sNaN, x) = fmin(x, sNaN) = fmax(sNaN, x) = fmax(x, sNaN) = sNaN 168 - fmin(sNaN, qNaN) = fmin(qNaN, sNaN) = fmax(sNaN, qNaN) = 169 fmax(qNaN, sNaN) = sNaN 172 - fmax(sNaN, sNaN) = sNaN. This specification does not define which of 176 - fmax(qNaN, qNaN) = qNaN. This specification does not define which of
|
/third_party/flutter/engine/flutter/flow/ |
D | matrix_decomposition.cc | 130 rotation_.set(0.5 * sqrt(fmax(1.0 + row[0].fX - row[1].fY - row[2].fZ, 0.0)), in MatrixDecomposition() 131 0.5 * sqrt(fmax(1.0 - row[0].fX + row[1].fY - row[2].fZ, 0.0)), in MatrixDecomposition() 132 0.5 * sqrt(fmax(1.0 - row[0].fX - row[1].fY + row[2].fZ, 0.0)), in MatrixDecomposition() 133 0.5 * sqrt(fmax(1.0 + row[0].fX + row[1].fY + row[2].fZ, 0.0))); in MatrixDecomposition()
|
/third_party/skia/third_party/externals/swiftshader/tests/MathUnitTests/ |
D | unittests.cpp | 71 const float max_c = fmax(fmax(red_c, green_c), blue_c); in RGB9E5_reference() 72 const float exp_p = fmax(-g_sharedexp_bias - 1, floor(log2(max_c))) + 1 + g_sharedexp_bias; in RGB9E5_reference()
|
/third_party/musl/libc-test/src/api/ |
D | tgmath.c | 136 #ifdef fmax in f() 137 {double r = fmax(x,y);} in f() 139 #error no fmax(x,y) in f()
|
/third_party/ffmpeg/compat/djgpp/ |
D | math.h | 20 double fmax(double, double);
|
D | math.c | 30 FUN(fmax, double, >)
|
/third_party/musl/src/math/aarch64/ |
D | fmax.c | 3 double fmax(double x, double y) in fmax() function
|
/third_party/musl/src/math/riscv64/ |
D | fmax.c | 5 double fmax(double x, double y) in fmax() function
|
/third_party/musl/src/math/powerpc64/ |
D | fmax.c | 5 double fmax(double x, double y) in fmax() function
|
/third_party/ffmpeg/libavfilter/ |
D | af_afftdn.c | 302 d3 = RATIO * prior[0] + RRATIO * fmax(d2 - 1.0, 0.0); in process_frame() 304 gain *= (gain + M_PI_4 / fmax(d2, 1.0E-6)); in process_frame() 317 d3 = RATIO * prior[i] + RRATIO * fmax(d2 - 1.0, 0.0); in process_frame() 319 gain *= (gain + M_PI_4 / fmax(d2, 1.0E-6)); in process_frame() 331 d3 = RATIO * prior[s->fft_length2] + RRATIO * fmax(d2 - 1.0, 0.0); in process_frame() 333 gain *= gain + M_PI_4 / fmax(d2, 1.0E-6); in process_frame() 358 …if (dnch->sfm_results[2] + 0.013 * m * fmax(0.0, dnch->sfm_results[1] - 20.53) >= dnch->sfm_thresh… in process_frame() 428 dnch->band_excit[i] = fmax(dnch->band_excit[i], in process_frame() 544 dnch->abs_var[i] = fmax(s->max_var * dnch->rel_var[i], 1.0); in set_band_parameters() 593 s->last_noise_reduction = fmax(s->last_noise_floor - s->last_residual_floor, 0); in set_parameters() [all …]
|
/third_party/musl/porting/liteos_a/kernel/src/math/ |
D | fmax.c | 3 double fmax(double x, double y) in fmax() function
|
D | fmaxl.c | 7 return fmax(x, y); in fmaxl()
|
/third_party/musl/src/math/ |
D | fmax.c | 3 double fmax(double x, double y) in fmax() function
|
D | fmaxl.c | 7 return fmax(x, y); in fmaxl()
|
/third_party/skia/third_party/externals/tint/test/intrinsics/gen/max/ |
D | a93419.wgsl.expected.msl | 9 float4 res = fmax(float4(), float4());
|
D | 4883ac.wgsl.expected.msl | 9 float3 res = fmax(float3(), float3());
|
D | 44a39d.wgsl.expected.msl | 9 float res = fmax(1.0f, 1.0f);
|
D | 462050.wgsl.expected.msl | 9 float2 res = fmax(float2(), float2());
|
/third_party/musl/ndk_musl_include/ |
D | tgmath.h | 172 #undef fmax 235 #define fmax(x,y) __tg_real_2(fmax, (x), (y)) macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | tgmath.h | 172 #undef fmax 235 #define fmax(x,y) __tg_real_2(fmax, (x), (y)) macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | tgmath.h | 172 #undef fmax 235 #define fmax(x,y) __tg_real_2(fmax, (x), (y)) macro
|
/third_party/musl/include/ |
D | tgmath.h | 172 #undef fmax 235 #define fmax(x,y) __tg_real_2(fmax, (x), (y)) macro
|
/third_party/musl/libc-test/src/math/ |
D | fmax.c | 26 y = fmax(p->x, p->x2); in main()
|
/third_party/skia/third_party/externals/tint/test/bug/chromium/ |
D | 1273230.wgsl.expected.msl | 87 float cubeSize = fmax(fmax(bbMax[0], bbMax[1]), bbSize[2]);
|
/third_party/rust/crates/num-traits/tests/ |
D | cast.rs | 199 let fmax = large.raw_offset(-1); localVariable 200 dbg!(" testing max {}\n\tvs. {:.0}\n\tand {:.0}", max, fmax, large); 202 assert_eq!(Some(max), cast::<$f, $t>(fmax));
|