Home
last modified time | relevance | path

Searched defs:Max (Results 1 - 25 of 81) sorted by relevance

1234

/third_party/json/tests/thirdparty/Fuzzer/
H A DFuzzerDefs.h57 template <class T> T Max(T a, T b) { return a > b ? a : b; } in Max() function
/third_party/skia/src/core/
H A DSkMiniRecorder.h49 struct Max { static const size_t val = A > B ? A : B; }; struct in SkMiniRecorder
/third_party/optimized-routines/math/
H A Dv_logf.c27 #define Max v_u32 (0x7f800000) macro
H A Dv_powf.c13 #define Max v_u32 (0x7f800000) macro
/third_party/protobuf/src/google/protobuf/stubs/
H A Dmathutil.h102 static T Max(const T x, const T y) { in Max() function in google::protobuf::MathUtil
/third_party/gn/src/base/numerics/
H A Dclamped_math.h97 constexpr ClampedNumeric<typename MathWrapper<ClampedMaxOp, T, U>::type> Max( in Max() function in base::internal::ClampedNumeric
H A Dchecked_math.h165 constexpr CheckedNumeric<typename MathWrapper<CheckedMaxOp, T, U>::type> Max( in Max() function in base::internal::CheckedNumeric
/third_party/node/src/
H A Dhistogram-inl.h39 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 DSupport.cpp88 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 DRandom.h21 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 DLowerTypeTests.h64 uint64_t Max = 0; member
/third_party/skia/third_party/externals/angle2/src/common/third_party/base/anglebase/numerics/
H A Dchecked_math.h175 constexpr CheckedNumeric<typename MathWrapper<CheckedMaxOp, T, U>::type> Max(const U rhs) const in Max() function in angle::base::internal::CheckedNumeric
H A Dclamped_math.h106 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 Dtest_vector_ops_main.cpp46 Ty Max; in getTestVectors() local
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Dlayout.h287 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 DCommon.h201 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 Dpresets.c45 #undef Max macro
/third_party/lame/Dll/
H A DBladeMP3EncDLL.c35 #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 DCriticalAntiDepBreaker.cpp463 const SUnit *Max = nullptr; in BreakAntiDependencies() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DConstantRange.cpp649 APInt Max = APInt::getMaxValue(BW).zextOrSelf(ResultBitWidth); in castOp() local
[all...]
/third_party/skia/third_party/externals/libwebp/tests/fuzzer/
H A Dfuzz_utils.h172 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 DAVRAsmBackend.cpp43 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 Dtime.h232 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 DBlockFrequencyInfoImpl.cpp534 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 DSkNx_neon.h101 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

Completed in 18 milliseconds

1234