| /third_party/json/tests/thirdparty/Fuzzer/ |
| H A D | FuzzerDefs.h | 57 template <class T> T Max(T a, T b) { return a > b ? a : b; } in Max() function
|
| /third_party/skia/src/core/ |
| H A D | SkMiniRecorder.h | 49 struct Max { static const size_t val = A > B ? A : B; }; struct in SkMiniRecorder
|
| /third_party/optimized-routines/math/ |
| H A D | v_logf.c | 27 #define Max v_u32 (0x7f800000) macro
|
| H A D | v_powf.c | 13 #define Max v_u32 (0x7f800000) macro
|
| /third_party/protobuf/src/google/protobuf/stubs/ |
| H A D | mathutil.h | 102 static T Max(const T x, const T y) { in Max() function in google::protobuf::MathUtil
|
| /third_party/gn/src/base/numerics/ |
| H A D | clamped_math.h | 97 constexpr ClampedNumeric<typename MathWrapper<ClampedMaxOp, T, U>::type> Max( in Max() function in base::internal::ClampedNumeric
|
| H A D | checked_math.h | 165 constexpr CheckedNumeric<typename MathWrapper<CheckedMaxOp, T, U>::type> Max( in Max() function in base::internal::CheckedNumeric
|
| /third_party/node/src/ |
| H A D | histogram-inl.h | 39 int64_t Histogram::Max() const { in Max() function in node::Histogram
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/ |
| H A D | Support.cpp | 88 double Max = static_cast<double>(NumMicroOps) / DispatchWidth; in computeBlockRThroughput() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/FuzzMutate/ |
| H A D | Random.h | 21 template <typename T, typename GenT> T uniform(GenT &Gen, T Min, T Max) { in uniform() argument
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/ |
| H A D | LowerTypeTests.h | 64 uint64_t Max = 0; member
|
| /third_party/skia/third_party/externals/angle2/src/common/third_party/base/anglebase/numerics/ |
| H A D | checked_math.h | 175 constexpr CheckedNumeric<typename MathWrapper<CheckedMaxOp, T, U>::type> Max(const U rhs) const in Max() function in angle::base::internal::CheckedNumeric
|
| H A D | clamped_math.h | 106 constexpr ClampedNumeric<typename MathWrapper<ClampedMaxOp, T, U>::type> Max(const U rhs) const in Max() function in angle::base::internal::ClampedNumeric
|
| /third_party/skia/third_party/externals/swiftshader/third_party/subzero/crosstest/ |
| H A D | test_vector_ops_main.cpp | 46 Ty Max; in getTestVectors() local
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
| H A D | layout.h | 287 constexpr size_t Max(size_t a) { return a; } in Max() function 290 constexpr size_t Max(size_t a, size_t b, Ts... rest) { in Max() function
|
| /third_party/glslang/glslang/Include/ |
| H A D | Common.h | 201 template <class T> T Max(const T a, const T b) { return a > b ? a : b; } in Max() function
|
| /third_party/lame/libmp3lame/ |
| H A D | presets.c | 45 #undef Max macro
|
| /third_party/lame/Dll/ |
| H A D | BladeMP3EncDLL.c | 35 #define Max(A, B) ((A) > (B) ? (A) : (B)) macro
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
| H A D | CriticalAntiDepBreaker.cpp | 463 const SUnit *Max = nullptr; in BreakAntiDependencies() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
| H A D | ConstantRange.cpp | 649 APInt Max = APInt::getMaxValue(BW).zextOrSelf(ResultBitWidth); in castOp() local [all...] |
| /third_party/skia/third_party/externals/libwebp/tests/fuzzer/ |
| H A D | fuzz_utils.h | 172 static WEBP_INLINE int Max(int a, int b) { return ((a < b) ? b : a); } in Max() function
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/MCTargetDesc/ |
| H A D | AVRAsmBackend.cpp | 43 int64_t Max = maxIntN(Width); in signed_width() local 61 int64_t Max = maxUIntN(Width); in unsigned_width() local
|
| /third_party/node/deps/v8/src/base/platform/ |
| H A D | time.h | 232 constexpr TimeDelta TimeDelta::Max() { in Max() function in v8::base::TimeDelta 268 static TimeClass Max() { in Max() function in v8::base::time_internal::TimeBase
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
| H A D | BlockFrequencyInfoImpl.cpp | 534 auto Max = Scaled64::getZero(); in finalizeMetrics() local 460 convertFloatingToInteger(BlockFrequencyInfoImplBase &BFI, const Scaled64 &Min, const Scaled64 &Max) convertFloatingToInteger() argument [all...] |
| /third_party/skia/include/private/ |
| H A D | SkNx_neon.h | 101 AI static SkNx Max(const SkNx& l, const SkNx& r) { return vmax_f32(l.fVec, r.fVec); } in Max() function in __anon18470::SkNx 214 AI static SkNx Max(const SkNx& l, const SkNx& r) { return vmaxq_f32(l.fVec, r.fVec); } in Max() function in __anon18470::SkNx 541 AI static SkNx Max(const SkNx& a, const SkNx& b) { return vmaxq_s32(a.fVec, b.fVec); } in Max() function in __anon18470::SkNx
|