/external/musl/src/math/ |
D | fmax.c | 3 double fmax(double x, double y) 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/rust/crates/libm/src/math/ |
D | fmax.rs | 2 pub fn fmax(x: f64, y: f64) -> f64 { in fmax() function
|
D | mod.rs | 115 mod fmax; module
|
/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
|
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
|
/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
|
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
|
/external/eigen/test/ |
D | boostmultiprec.cpp | 120 Real fmax(const Real& a, const Real& b) { using std::max; return max(a,b); } in fmax() function
|
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/ |
D | quantize_and_dequantize_op.cc | 73 const xla::XlaComputation* fmax = ctx->GetOrCreateMax(data_type); in Compile() local
|
/external/llvm/test/MC/AArch64/ |
D | arm64-fp-encoding.s | 52 fmax d1, d2, d3 define
|
/external/aac/libSBRenc/src/ |
D | fram_gen.cpp | 343 INT fmax = 0; in FDKsbrEnc_frameInfoGenerator() local 971 int fmax; in calcFillLengthMax() local 1029 INT fmax) { in fillFramePost()
|
/external/tensorflow/tensorflow/core/platform/cloud/ |
D | ram_file_block_cache.cc | 87 Key fmax = std::make_pair(key.first, std::numeric_limits<size_t>::max()); in UpdateLRU() local
|
/external/tensorflow/tensorflow/c/experimental/filesystem/plugins/gcs/ |
D | ram_file_block_cache.cc | 88 Key fmax = std::make_pair(key.first, std::numeric_limits<size_t>::max()); in UpdateLRU() local
|
/external/mesa3d/src/compiler/nir/tests/ |
D | serialize_tests.cpp | 131 nir_ssa_def *fmax = nir_fmax(b, zero, zero); in TEST_P() local
|
/external/rust/crates/num-traits/tests/ |
D | cast.rs | 199 let fmax = large.raw_offset(-1); localVariable
|
/external/ComputeLibrary/include/half/ |
D | half.hpp | 2026 static expr fmax(float x, float y) in fmax() function 2050 static half fmax(half x, half y) in fmax() function 2280 inline half fmax(half x, half y) { return binary_specialized<half,half>::fmax(x, y); } in fmax() function 2281 inline expr fmax(half x, expr y) { return binary_specialized<half,expr>::fmax(x, y); } in fmax() function 2282 inline expr fmax(expr x, half y) { return binary_specialized<expr,half>::fmax(x, y); } in fmax() function 2283 inline expr fmax(expr x, expr y) { return binary_specialized<expr,expr>::fmax(x, y); } in fmax() function
|
/external/armnn/third-party/half/ |
D | half.hpp | 2026 static expr fmax(float x, float y) in fmax() function 2050 static half fmax(half x, half y) in fmax() function 2280 inline half fmax(half x, half y) { return binary_specialized<half,half>::fmax(x, y); } in fmax() function 2281 inline expr fmax(half x, expr y) { return binary_specialized<half,expr>::fmax(x, y); } in fmax() function 2282 inline expr fmax(expr x, half y) { return binary_specialized<expr,half>::fmax(x, y); } in fmax() function 2283 inline expr fmax(expr x, expr y) { return binary_specialized<expr,expr>::fmax(x, y); } in fmax() function
|
/external/jdiff/src/jdiff/ |
D | DiffMyers.java | 119 int fmin = fmid, fmax = fmid; // Limits of top-down search. in diag() local
|
/external/libcxx/include/ |
D | math.h | 1217 inline _LIBCPP_INLINE_VISIBILITY float fmax(float __lcpp_x, float __lcpp_y) _NOEXCEPT … in fmax() function 1218 inline _LIBCPP_INLINE_VISIBILITY long double fmax(long double __lcpp_x, long double __lcpp_y) _NOEX… in fmax() function 1228 fmax(_A1 __lcpp_x, _A2 __lcpp_y) _NOEXCEPT in fmax() function
|
/external/vixl/test/aarch64/ |
D | test-api-movprfx-aarch64.cc | 393 __ fmax(z24.VnS(), p1.Merging(), z24.VnS(), z24.VnS()); in TEST() local 900 __ fmax(z14.VnS(), p1.Merging(), z14.VnS(), 0.0); in TEST() local 903 __ fmax(z27.VnD(), p5.Merging(), z27.VnD(), z14.VnD()); in TEST() local 1701 __ fmax(z14.VnH(), p7.Merging(), z14.VnH(), 0.0); in TEST() local 1704 __ fmax(z17.VnS(), p4.Merging(), z17.VnS(), z9.VnS()); in TEST() local
|
/external/musl/include/ |
D | tgmath.h | 235 #define fmax(x,y) __tg_real_2(fmax, (x), (y)) macro
|
/external/python/cpython2/Modules/ |
D | clmodule.c | 529 float fmin, fmax; in clm_GetMinMax() local
|