Home
last modified time | relevance | path

Searched defs:fmax (Results 1 – 25 of 44) sorted by relevance

12

/external/musl/src/math/
Dfmax.c3 double fmax(double x, double y) in fmax() function
/external/musl/src/math/aarch64/
Dfmax.c3 double fmax(double x, double y) in fmax() function
/external/musl/src/math/riscv64/
Dfmax.c5 double fmax(double x, double y) in fmax() function
/external/musl/src/math/powerpc64/
Dfmax.c5 double fmax(double x, double y) in fmax() function
/external/rust/crates/libm/src/math/
Dfmax.rs2 pub fn fmax(x: f64, y: f64) -> f64 { in fmax() function
Dmod.rs115 mod fmax; module
/external/XNNPACK/src/qu8-requantization/
Dfp32-scalar-fmagic.c34 const float fmax = (float) ((int32_t) (uint32_t) qmax - (int32_t) (uint32_t) zero_point); in xnn_qu8_requantize_fp32__scalar_fmagic() local
Dfp32-scalar-lrintf.c34 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/
Dfp32-scalar-fmagic.c34 const float fmax = (float) ((int32_t) qmax - (int32_t) zero_point); in xnn_qs8_requantize_fp32__scalar_fmagic() local
Dfp32-scalar-lrintf.c34 const float fmax = (float) ((int32_t) qmax - (int32_t) zero_point); in xnn_qs8_requantize_fp32__scalar_lrintf() local
/external/eigen/test/
Dboostmultiprec.cpp120 Real fmax(const Real& a, const Real& b) { using std::max; return max(a,b); } in fmax() function
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dquantize_and_dequantize_op.cc73 const xla::XlaComputation* fmax = ctx->GetOrCreateMax(data_type); in Compile() local
/external/llvm/test/MC/AArch64/
Darm64-fp-encoding.s52 fmax d1, d2, d3 define
/external/aac/libSBRenc/src/
Dfram_gen.cpp343 INT fmax = 0; in FDKsbrEnc_frameInfoGenerator() local
971 int fmax; in calcFillLengthMax() local
1029 INT fmax) { in fillFramePost()
/external/tensorflow/tensorflow/core/platform/cloud/
Dram_file_block_cache.cc87 Key fmax = std::make_pair(key.first, std::numeric_limits<size_t>::max()); in UpdateLRU() local
/external/tensorflow/tensorflow/c/experimental/filesystem/plugins/gcs/
Dram_file_block_cache.cc88 Key fmax = std::make_pair(key.first, std::numeric_limits<size_t>::max()); in UpdateLRU() local
/external/mesa3d/src/compiler/nir/tests/
Dserialize_tests.cpp131 nir_ssa_def *fmax = nir_fmax(b, zero, zero); in TEST_P() local
/external/rust/crates/num-traits/tests/
Dcast.rs199 let fmax = large.raw_offset(-1); localVariable
/external/ComputeLibrary/include/half/
Dhalf.hpp2026 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/
Dhalf.hpp2026 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/
DDiffMyers.java119 int fmin = fmid, fmax = fmid; // Limits of top-down search. in diag() local
/external/libcxx/include/
Dmath.h1217 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/
Dtest-api-movprfx-aarch64.cc393 __ 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/
Dtgmath.h235 #define fmax(x,y) __tg_real_2(fmax, (x), (y)) macro
/external/python/cpython2/Modules/
Dclmodule.c529 float fmin, fmax; in clm_GetMinMax() local

12