| /external/musl/src/math/riscv64/ | 
| D | fmax.c | 5 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/ | 
| D | fmax.c | 3 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 | 131 mod fmax;  module
 | 
| /external/XNNPACK/src/qs8-requantization/ | 
| D | fp32-scalar-fmagic.c | 32   const float fmax = (float) ((int32_t) qmax - (int32_t) zero_point);  in xnn_qs8_requantize_fp32__scalar_fmagic()  local
 | 
| D | fp32-scalar-lrintf.c | 32   const float fmax = (float) ((int32_t) qmax - (int32_t) zero_point);  in xnn_qs8_requantize_fp32__scalar_lrintf()  local
 | 
| /external/XNNPACK/src/qu8-requantization/ | 
| D | fp32-scalar-fmagic.c | 32   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 | 32   const float fmax = (float) ((int32_t) (uint32_t) qmax - (int32_t) (uint32_t) zero_point);  in xnn_qu8_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()  local971   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/cronet/buildtools/third_party/libc++/trunk/include/ | 
| D | math.h | 1195 _LIBCPP_NODISCARD_EXT inline _LIBCPP_HIDE_FROM_ABI float       fmax(float __x, float __y) _NOEXCEPT…  in fmax()  function1198 _LIBCPP_NODISCARD_EXT _LIBCPP_HIDE_FROM_ABI double fmax(double __x, double __y) _NOEXCEPT {  in fmax()  function
 1202 _LIBCPP_NODISCARD_EXT inline _LIBCPP_HIDE_FROM_ABI long double fmax(long double __x, long double __…  in fmax()  function
 1212 fmax(_A1 __x, _A2 __y) _NOEXCEPT  in fmax()  function
 
 | 
| /external/ComputeLibrary/include/half/ | 
| D | half.hpp | 2026 			static expr fmax(float x, float y)  in fmax()  function2050 			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 | 2028 			static expr fmax(float x, float y)  in fmax()  function2052 			static half fmax(half x, half y)  in fmax()  function
 2282 		inline half fmax(half x, half y) { return binary_specialized<half,half>::fmax(x, y); }  in fmax()  function
 2283 		inline expr fmax(half x, expr y) { return binary_specialized<half,expr>::fmax(x, y); }  in fmax()  function
 2284 		inline expr fmax(expr x, half y) { return binary_specialized<expr,half>::fmax(x, y); }  in fmax()  function
 2285 		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()  function1218 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/musl/include/ | 
| D | tgmath.h | 235 #define fmax(x,y)       __tg_real_2(fmax, (x), (y))  macro
 | 
| /external/libcxx/test/std/depr/depr.c.headers/ | 
| D | math_h.pass.cpp | 77 Ambiguous fmax(Ambiguous, Ambiguous){ return Ambiguous(); }  in fmax()  function
 |