/third_party/json/tests/thirdparty/Fuzzer/ |
H A D | FuzzerDefs.h | 56 template <class T> T Min(T a, T b) { return a < b ? a : b; } in Min() function
|
/third_party/optimized-routines/math/ |
H A D | v_logf.c | 26 #define Min v_u32 (0x00800000) macro
|
H A D | v_powf.c | 12 #define Min v_u32 (0x00800000) macro
|
/third_party/gn/src/base/numerics/ |
H A D | clamped_math.h | 105 constexpr ClampedNumeric<typename MathWrapper<ClampedMinOp, T, U>::type> Min( in Min() function in base::internal::ClampedNumeric
|
H A D | checked_math.h | 180 constexpr CheckedNumeric<typename MathWrapper<CheckedMinOp, T, U>::type> Min( in Min() function in base::internal::CheckedNumeric
|
/third_party/node/src/ |
H A D | histogram-inl.h | 34 int64_t Histogram::Min() const { in Min() function in node::Histogram
|
/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 | 63 uint64_t Min = std::numeric_limits<uint64_t>::max(); member
|
/third_party/skia/third_party/externals/angle2/src/common/third_party/base/anglebase/numerics/ |
H A D | checked_math.h | 181 constexpr CheckedNumeric<typename MathWrapper<CheckedMinOp, T, U>::type> Min(const U rhs) const in Min() function in angle::base::internal::CheckedNumeric
|
H A D | clamped_math.h | 113 constexpr ClampedNumeric<typename MathWrapper<ClampedMinOp, T, U>::type> Min(const U rhs) const in Min() function in angle::base::internal::ClampedNumeric
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
H A D | CodeViewRecordIO.cpp | 68 Optional<uint32_t> Min = Limits.front().bytesRemaining(Offset); in maxFieldLength() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | TypeSize.h | 25 unsigned Min; // Minimum number of vector elements. member in llvm::ElementCount 29 ElementCount(unsigned Min, bool Scalable) in ElementCount() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/crosstest/ |
H A D | test_vector_ops_main.cpp | 43 Ty Min; in getTestVectors() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
H A D | MemoryBuiltins.h | 189 Min, member in llvm::ObjectSizeOpts::Mode
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/PBQP/ |
H A D | ReductionRules.h | 50 PBQPNum Min = ECosts[0][j] + XCosts[0]; in applyR1() local 60 PBQPNum Min = ECosts[i][0] + XCosts[0]; in applyR1() local 112 PBQPNum Min = (*YXECosts)[i][0] + (*ZXECosts)[j][0] + XCosts[0]; in applyR2() local [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
H A D | layout.h | 285 constexpr size_t Min(size_t a, size_t b) { return b < a ? b : a; } in Min() function
|
/third_party/glslang/glslang/Include/ |
H A D | Common.h | 200 template <class T> T Min(const T a, const T b) { return a < b ? a : b; } in Min() function
|
/third_party/lame/libmp3lame/ |
H A D | presets.c | 44 #undef Min macro
|
H A D | util.c | 335 #define Min(A, B) ((A) < (B) ? (A) : (B)) macro
|
/third_party/lame/Dll/ |
H A D | BladeMP3EncDLL.c | 34 #define Min(A, B) ((A) < (B) ? (A) : (B)) macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | ConstantRange.cpp | 648 APInt Min = APInt::getMinValue(BW).zextOrSelf(ResultBitWidth); in castOp() local [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/MCTargetDesc/ |
H A D | AVRAsmBackend.cpp | 42 int64_t Min = minIntN(Width); in signed_width() local
|
/third_party/node/deps/v8/src/base/platform/ |
H A D | time.h | 237 constexpr TimeDelta TimeDelta::Min() { in Min() function in v8::base::TimeDelta 271 static TimeClass Min() { in Min() 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 | 533 auto Min = Scaled64::getLargest(); in finalizeMetrics() local 460 convertFloatingToInteger(BlockFrequencyInfoImplBase &BFI, const Scaled64 &Min, const Scaled64 &Max) convertFloatingToInteger() argument
|
/third_party/skia/include/private/ |
H A D | SkNx_neon.h | 100 AI static SkNx Min(const SkNx& l, const SkNx& r) { return vmin_f32(l.fVec, r.fVec); } in Min() function in __anon18470::SkNx 213 AI static SkNx Min(const SkNx& l, const SkNx& r) { return vminq_f32(l.fVec, r.fVec); } in Min() function in __anon18470::SkNx 342 AI static SkNx Min(const SkNx& a, const SkNx& b) { return vmin_u16(a.fVec, b.fVec); } in Min() function in __anon18470::SkNx 382 AI static SkNx Min(const SkNx& a, const SkNx& b) { return vminq_u16(a.fVec, b.fVec); } in Min() function in __anon18470::SkNx 479 AI static SkNx Min(const SkNx& a, const SkNx& b) { return vminq_u8(a.fVec, b.fVec); } in Min() function in __anon18470::SkNx 540 AI static SkNx Min(const SkNx& a, const SkNx& b) { return vminq_s32(a.fVec, b.fVec); } in Min() function in __anon18470::SkNx 592 AI static SkNx Min(const SkNx& a, const SkNx& b) { return vminq_u32(a.fVec, b.fVec); } in Min() function in __anon18470::SkNx
|