| /external/llvm-project/llvm/test/MC/AArch64/SVE/ |
| D | fmin.s | 10 fmin z0.h, p0/m, z0.h, #0.000000000000000 label 16 fmin z0.h, p0/m, z0.h, #0.0 label 22 fmin z0.s, p0/m, z0.s, #0.0 label 28 fmin z0.d, p0/m, z0.d, #0.0 label 34 fmin z31.h, p7/m, z31.h, #1.000000000000000 label 40 fmin z31.h, p7/m, z31.h, #1.0 label 46 fmin z31.s, p7/m, z31.s, #1.0 label 52 fmin z31.d, p7/m, z31.d, #1.0 label 58 fmin z0.h, p7/m, z0.h, z31.h label 64 fmin z0.s, p7/m, z0.s, z31.s label [all …]
|
| D | fmin-diagnostics.s | 6 fmin z0.h, p0/m, z0.h, #0.5 label 11 fmin z0.h, p0/m, z0.h, #-0.0 label 16 fmin z0.h, p0/m, z0.h, #0.0000000000000000000000001 label 21 fmin z0.h, p0/m, z0.h, #1.0000000000000000000000001 label 26 fmin z0.h, p0/m, z0.h, #0.9999999999999999999999999 label 35 fmin z0.h, p7/m, z1.h, z31.h label 44 fmin z0.b, p7/m, z0.b, z31.b label 49 fmin z0.h, p7/m, z0.h, z31.s label 58 fmin z0.h, p8/m, z0.h, z31.h label
|
| /external/llvm-project/compiler-rt/lib/builtins/hexagon/ |
| D | dfminmax.S | 28 .global fmin symbol 38 fmin: label
|
| /external/rust/crates/libm/src/math/ |
| D | fmin.rs | 2 pub fn fmin(x: f64, y: f64) -> f64 { in fmin() function
|
| D | mod.rs | 117 mod fmin; module
|
| /external/llvm-project/libc/src/math/ |
| D | fmin.cpp | 14 double LLVM_LIBC_ENTRYPOINT(fmin)(double x, double y) { in LLVM_LIBC_ENTRYPOINT() argument
|
| /external/llvm-project/libc/utils/FPUtil/ |
| D | BasicOperations.h | 29 static inline T fmin(T x, T y) { in fmin() function
|
| /external/XNNPACK/src/qu8-requantization/ |
| D | fp32-scalar-magic.c | 32 const float fmin = (float) ((int32_t)(uint32_t) qmin - (int32_t)(uint32_t) zero_point); in xnn_qu8_requantize_fp32__scalar_magic() local
|
| /external/XNNPACK/src/qs8-requantization/ |
| D | fp32-scalar-magic.c | 32 const float fmin = (float) ((int32_t) qmin - (int32_t) zero_point); in xnn_qs8_requantize_fp32__scalar_magic() local
|
| /external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/solvers/ |
| D | BisectionSolver.java | 107 double fmin; in solve() local
|
| /external/llvm/test/MC/AArch64/ |
| D | arm64-fp-encoding.s | 70 fmin d1, d2, d3 define
|
| /external/tensorflow/tensorflow/compiler/tf2xla/kernels/ |
| D | quantize_and_dequantize_op.cc | 74 const xla::XlaComputation* fmin = ctx->GetOrCreateMin(data_type); in Compile() local
|
| /external/llvm-project/llvm/test/MC/AArch64/ |
| D | arm64-fp-encoding.s | 70 fmin d1, d2, d3 define
|
| /external/rust/crates/num-traits/tests/ |
| D | cast.rs | 185 let fmin = small.raw_offset(-1); localVariable
|
| /external/jdiff/src/jdiff/ |
| D | DiffMyers.java | 119 int fmin = fmid, fmax = fmid; // Limits of top-down search. in diag() local
|
| /external/llvm-project/libcxx/include/ |
| D | math.h | 1234 inline _LIBCPP_INLINE_VISIBILITY float fmin(float __lcpp_x, float __lcpp_y) _NOEXCEPT … in fmin() function 1235 inline _LIBCPP_INLINE_VISIBILITY long double fmin(long double __lcpp_x, long double __lcpp_y) _NOEX… in fmin() function 1245 fmin(_A1 __lcpp_x, _A2 __lcpp_y) _NOEXCEPT in fmin() function
|
| /external/libcxx/include/ |
| D | math.h | 1238 inline _LIBCPP_INLINE_VISIBILITY float fmin(float __lcpp_x, float __lcpp_y) _NOEXCEPT … in fmin() function 1239 inline _LIBCPP_INLINE_VISIBILITY long double fmin(long double __lcpp_x, long double __lcpp_y) _NOEX… in fmin() function 1249 fmin(_A1 __lcpp_x, _A2 __lcpp_y) _NOEXCEPT in fmin() function
|
| /external/vixl/test/aarch64/ |
| D | test-api-movprfx-aarch64.cc | 399 __ fmin(z20.VnH(), p0.Merging(), z20.VnH(), z20.VnH()); in TEST() local 912 __ fmin(z31.VnH(), p6.Merging(), z31.VnH(), 0.0); in TEST() local 915 __ fmin(z20.VnH(), p3.Merging(), z20.VnH(), z8.VnH()); in TEST() local 1713 __ fmin(z3.VnS(), p0.Merging(), z3.VnS(), 0.0); in TEST() local 1716 __ fmin(z15.VnS(), p4.Merging(), z15.VnS(), z21.VnS()); in TEST() local
|
| /external/bzip2/ |
| D | blocksort.c | 78 #define fmin(a,b) ((a) < (b)) ? (a) : (b) macro
|
| /external/OpenCL-CTS/test_common/harness/ |
| D | msvc9.c | 325 double fmin(double x, double y) in fmin() function
|
| /external/libcxx/test/std/depr/depr.c.headers/ |
| D | math_h.pass.cpp | 78 Ambiguous fmin(Ambiguous, Ambiguous){ return Ambiguous(); } in fmin() function
|
| /external/python/cpython2/Modules/ |
| D | clmodule.c | 529 float fmin, fmax; in clm_GetMinMax() local
|
| /external/tensorflow/tensorflow/compiler/mlir/lite/quantization/ |
| D | quantization_utils.cc | 172 auto fmin = min.dyn_cast<FloatAttr>(); in GetQuantizedTypeAttr() local
|
| /external/llvm-project/libcxx/test/std/numerics/c.math/ |
| D | cmath.pass.cpp | 79 Ambiguous fmin(Ambiguous, Ambiguous){ return Ambiguous(); } in fmin() function
|
| /external/llvm-project/libcxx/test/std/depr/depr.c.headers/ |
| D | math_h.pass.cpp | 78 Ambiguous fmin(Ambiguous, Ambiguous){ return Ambiguous(); } in fmin() function
|