/external/XNNPACK/src/qu8-requantization/ |
D | fp32-scalar-fmagic.c | 34 const float fmax = (float) ((int32_t) (uint32_t) qmax - (int32_t) (uint32_t) zero_point); in xnn_qu8_requantize_fp32__scalar_fmagic() local 49 const float x_clamped = math_min_f32(math_max_f32(x_scaled, fmin), fmax); in xnn_qu8_requantize_fp32__scalar_fmagic() 50 const float y_clamped = math_min_f32(math_max_f32(y_scaled, fmin), fmax); in xnn_qu8_requantize_fp32__scalar_fmagic() 51 const float z_clamped = math_min_f32(math_max_f32(z_scaled, fmin), fmax); in xnn_qu8_requantize_fp32__scalar_fmagic() 52 const float w_clamped = math_min_f32(math_max_f32(w_scaled, fmin), fmax); in xnn_qu8_requantize_fp32__scalar_fmagic()
|
D | fp32-scalar-lrintf.c | 34 const float fmax = (float) ((int32_t) (uint32_t) qmax - (int32_t) (uint32_t) zero_point); in xnn_qu8_requantize_fp32__scalar_lrintf() local 47 const float x_clamped = math_min_f32(math_max_f32(x_scaled, fmin), fmax); in xnn_qu8_requantize_fp32__scalar_lrintf() 48 const float y_clamped = math_min_f32(math_max_f32(y_scaled, fmin), fmax); in xnn_qu8_requantize_fp32__scalar_lrintf() 49 const float z_clamped = math_min_f32(math_max_f32(z_scaled, fmin), fmax); in xnn_qu8_requantize_fp32__scalar_lrintf() 50 const float w_clamped = math_min_f32(math_max_f32(w_scaled, fmin), fmax); in xnn_qu8_requantize_fp32__scalar_lrintf()
|
/external/XNNPACK/src/qs8-requantization/ |
D | fp32-scalar-fmagic.c | 34 const float fmax = (float) ((int32_t) qmax - (int32_t) zero_point); in xnn_qs8_requantize_fp32__scalar_fmagic() local 49 const float x_clamped = math_min_f32(math_max_f32(x_scaled, fmin), fmax); in xnn_qs8_requantize_fp32__scalar_fmagic() 50 const float y_clamped = math_min_f32(math_max_f32(y_scaled, fmin), fmax); in xnn_qs8_requantize_fp32__scalar_fmagic() 51 const float z_clamped = math_min_f32(math_max_f32(z_scaled, fmin), fmax); in xnn_qs8_requantize_fp32__scalar_fmagic() 52 const float w_clamped = math_min_f32(math_max_f32(w_scaled, fmin), fmax); in xnn_qs8_requantize_fp32__scalar_fmagic()
|
D | fp32-scalar-lrintf.c | 34 const float fmax = (float) ((int32_t) qmax - (int32_t) zero_point); in xnn_qs8_requantize_fp32__scalar_lrintf() local 47 const float x_clamped = math_min_f32(math_max_f32(x_scaled, fmin), fmax); in xnn_qs8_requantize_fp32__scalar_lrintf() 48 const float y_clamped = math_min_f32(math_max_f32(y_scaled, fmin), fmax); in xnn_qs8_requantize_fp32__scalar_lrintf() 49 const float z_clamped = math_min_f32(math_max_f32(z_scaled, fmin), fmax); in xnn_qs8_requantize_fp32__scalar_lrintf() 50 const float w_clamped = math_min_f32(math_max_f32(w_scaled, fmin), fmax); in xnn_qs8_requantize_fp32__scalar_lrintf()
|
/external/llvm/test/MC/AArch64/ |
D | neon-max-min.s | 70 fmax v0.4h, v1.4h, v2.4h 71 fmax v0.8h, v1.8h, v2.8h 72 fmax v0.2s, v1.2s, v2.2s 73 fmax v31.4s, v15.4s, v16.4s 74 fmax v7.2d, v8.2d, v25.2d
|
/external/clang/test/Driver/ |
D | rewrite-legacy-objc.m | 6 …-fno-objc-infer-related-result-type" "-fobjc-exceptions" "-fexceptions" "-fmax-type-align=16" "-fd… 12 …ck-signature" "-fno-objc-infer-related-result-type" "-fobjc-exceptions" "-fmax-type-align=16" "-fd… 13 …ck-signature" "-fno-objc-infer-related-result-type" "-fobjc-exceptions" "-fmax-type-align=16" "-fd…
|
/external/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
|
/external/llvm/test/CodeGen/PowerPC/ |
D | fmaxnum.ll | 4 declare double @fmax(double, double) 22 ; CHECK: bl fmax 24 %z = call double @fmax(double %x, double %y) readnone 43 ; CHECK: bl fmax
|
D | ctr-minmaxnum.ll | 13 declare double @fmax(double, double) 125 ; CHECK: bl fmax 129 ; QPX-NOT: bl fmax 210 ; CHECK: bl fmax 218 %0 = call double @fmax(double %f, double 1.0) readnone 230 ; CHECK: bl fmax
|
/external/jdiff/src/jdiff/ |
D | DiffMyers.java | 119 int fmin = fmid, fmax = fmid; // Limits of top-down search. in diag() local 138 if (fmax < dmax) in diag() 139 fd[fdiagoff + ++fmax + 1] = -1; in diag() 141 --fmax; in diag() 142 for (d = fmax; d >= fmin; d -= 2) in diag() 190 if (!odd && fmin <= d && d <= fmax && bd[bdiagoff + d] <= fd[fdiagoff + d]) in diag() 210 for (d = fmax; d >= fmin; d -= 2) in diag()
|
/external/aac/libSBRenc/src/ |
D | fram_gen.cpp | 202 INT fmax); 343 INT fmax = 0; in FDKsbrEnc_frameInfoGenerator() local 493 fmax = calcFillLengthMax(tranPos, numberTimeSlots); in FDKsbrEnc_frameInfoGenerator() 523 fmax); in FDKsbrEnc_frameInfoGenerator() 599 fmax); in FDKsbrEnc_frameInfoGenerator() 971 int fmax; in calcFillLengthMax() local 979 fmax = 6; in calcFillLengthMax() 981 fmax = 4; in calcFillLengthMax() 983 fmax = 8; in calcFillLengthMax() 988 fmax = 5; in calcFillLengthMax() [all …]
|
/external/OpenCL-CTS/test_conformance/geometrics/ |
D | test_geometrics_double.cpp | 145 …errorTolerances[ 0 ] = fmax( fabs( vecA[ 1 ] ), fmax( fabs( vecB[ 2 ] ), fmax( fabs( vecA[ 2 ] ), … in cross_product_double() 146 …errorTolerances[ 1 ] = fmax( fabs( vecA[ 2 ] ), fmax( fabs( vecB[ 0 ] ), fmax( fabs( vecA[ 0 ] ), … in cross_product_double() 147 …errorTolerances[ 2 ] = fmax( fabs( vecA[ 0 ] ), fmax( fabs( vecB[ 1 ] ), fmax( fabs( vecA[ 1 ] ), … in cross_product_double() 286 double a = fmax( fabs( vecA[ 0 ] ), fabs( vecB[ 0 ] ) ); in getMaxValue_double() 288 a = fmax( fabs( vecA[ i ] ), fmax( fabs( vecB[ i ] ), a ) ); in getMaxValue_double()
|
/external/capstone/suite/MC/AArch64/ |
D | neon-max-min.s.cs | 26 0x20,0xf4,0x22,0x0e = fmax v0.2s, v1.2s, v2.2s 27 0xff,0xf5,0x30,0x4e = fmax v31.4s, v15.4s, v16.4s 28 0x07,0xf5,0x79,0x4e = fmax v7.2d, v8.2d, v25.2d
|
/external/ComputeLibrary/src/core/CL/cl_kernels/ |
D | roi_pooling_layer.cl | 39 temp = fmax(vec.lo, vec.hi); 40 return fmax(temp.x, temp.y); 46 temp = fmax(vec.lo, vec.hi); 80 curr_max = fmax(val, curr_max); 85 curr_max = fmax(curr_max, val); 146 …const int2 roi_dims = convert_int2_sat(fmax(round(convert_float2(roi.s23 - roi.s01) * (float)SPA…
|
/external/llvm/test/CodeGen/Mips/msa/ |
D | 3rf.ll | 254 %2 = tail call <4 x float> @llvm.mips.fmax.w(<4 x float> %0, <4 x float> %1) 259 declare <4 x float> @llvm.mips.fmax.w(<4 x float>, <4 x float>) nounwind 264 ; CHECK: fmax.w 276 %2 = tail call <2 x double> @llvm.mips.fmax.d(<2 x double> %0, <2 x double> %1) 281 declare <2 x double> @llvm.mips.fmax.d(<2 x double>, <2 x double>) nounwind 286 ; CHECK: fmax.d 298 %2 = tail call <4 x float> @llvm.mips.fmax.a.w(<4 x float> %0, <4 x float> %1) 303 declare <4 x float> @llvm.mips.fmax.a.w(<4 x float>, <4 x float>) nounwind 320 %2 = tail call <2 x double> @llvm.mips.fmax.a.d(<2 x double> %0, <2 x double> %1) 325 declare <2 x double> @llvm.mips.fmax.a.d(<2 x double>, <2 x double>) nounwind
|
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/ |
D | quantize_and_dequantize_op.cc | 73 const xla::XlaComputation* fmax = ctx->GetOrCreateMax(data_type); in Compile() local 77 max_range = ReduceAll(input, xla::MinValue(b, xla_type), *fmax); in Compile() 96 max_range = Reduce(input, xla::MinValue(b, xla_type), *fmax, in Compile()
|
/external/clang/lib/Headers/ |
D | __clang_cuda_math_forward_declares.h | 87 __DEVICE__ double fmax(double, double); 88 __DEVICE__ float fmax(float, float); 209 using ::fmax;
|
/external/XNNPACK/src/f32-gemm/ |
D | 6x8-aarch64-neonfma-cortex-a75.cc | 456 fmax(v20.v4s(), v20.v4s(), v6.v4s()); in generate() 457 fmax(v21.v4s(), v21.v4s(), v6.v4s()); in generate() 458 fmax(v22.v4s(), v22.v4s(), v6.v4s()); in generate() 459 fmax(v23.v4s(), v23.v4s(), v6.v4s()); in generate() 460 fmax(v24.v4s(), v24.v4s(), v6.v4s()); in generate() 461 fmax(v25.v4s(), v25.v4s(), v6.v4s()); in generate() 462 fmax(v26.v4s(), v26.v4s(), v6.v4s()); in generate() 463 fmax(v27.v4s(), v27.v4s(), v6.v4s()); in generate() 464 fmax(v28.v4s(), v28.v4s(), v6.v4s()); in generate() 465 fmax(v29.v4s(), v29.v4s(), v6.v4s()); in generate() [all …]
|
/external/rust/crates/libm/src/math/ |
D | mod.rs | 115 mod fmax; module 223 pub use self::fmax::fmax;
|
D | fmax.rs | 2 pub fn fmax(x: f64, y: f64) -> f64 { in fmax() function
|
/external/musl/src/math/aarch64/ |
D | fmax.c | 3 double fmax(double x, double y) in fmax() function
|
/external/musl/src/math/riscv64/ |
D | fmax.c | 5 double fmax(double x, double y) in fmax() function
|
/external/musl/src/math/powerpc64/ |
D | fmax.c | 5 double fmax(double x, double y) in fmax() function
|
/external/XNNPACK/src/f32-igemm/ |
D | 6x8-aarch64-neonfma-cortex-a75.cc | 470 fmax(v20.v4s(), v20.v4s(), v6.v4s()); in generate() 471 fmax(v21.v4s(), v21.v4s(), v6.v4s()); in generate() 472 fmax(v22.v4s(), v22.v4s(), v6.v4s()); in generate() 473 fmax(v23.v4s(), v23.v4s(), v6.v4s()); in generate() 474 fmax(v24.v4s(), v24.v4s(), v6.v4s()); in generate() 475 fmax(v25.v4s(), v25.v4s(), v6.v4s()); in generate() 476 fmax(v26.v4s(), v26.v4s(), v6.v4s()); in generate() 477 fmax(v27.v4s(), v27.v4s(), v6.v4s()); in generate() 478 fmax(v28.v4s(), v28.v4s(), v6.v4s()); in generate() 479 fmax(v29.v4s(), v29.v4s(), v6.v4s()); in generate() [all …]
|
/external/musl/src/math/ |
D | fmax.c | 3 double fmax(double x, double y) in fmax() function
|