Home
last modified time | relevance | path

Searched defs:Min (Results 1 - 25 of 61) sorted by relevance

123

/third_party/json/tests/thirdparty/Fuzzer/
H A DFuzzerDefs.h56 template <class T> T Min(T a, T b) { return a < b ? a : b; } in Min() function
/third_party/optimized-routines/math/
H A Dv_logf.c26 #define Min v_u32 (0x00800000) macro
H A Dv_powf.c12 #define Min v_u32 (0x00800000) macro
/third_party/gn/src/base/numerics/
H A Dclamped_math.h105 constexpr ClampedNumeric<typename MathWrapper<ClampedMinOp, T, U>::type> Min( in Min() function in base::internal::ClampedNumeric
H A Dchecked_math.h180 constexpr CheckedNumeric<typename MathWrapper<CheckedMinOp, T, U>::type> Min( in Min() function in base::internal::CheckedNumeric
/third_party/node/src/
H A Dhistogram-inl.h34 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 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.h63 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 Dchecked_math.h181 constexpr CheckedNumeric<typename MathWrapper<CheckedMinOp, T, U>::type> Min(const U rhs) const in Min() function in angle::base::internal::CheckedNumeric
H A Dclamped_math.h113 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 DCodeViewRecordIO.cpp68 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 DTypeSize.h25 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 Dtest_vector_ops_main.cpp43 Ty Min; in getTestVectors() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DMemoryBuiltins.h189 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 DReductionRules.h50 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 Dlayout.h285 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 DCommon.h200 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 Dpresets.c44 #undef Min macro
H A Dutil.c335 #define Min(A, B) ((A) < (B) ? (A) : (B)) macro
/third_party/lame/Dll/
H A DBladeMP3EncDLL.c34 #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 DConstantRange.cpp648 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 DAVRAsmBackend.cpp42 int64_t Min = minIntN(Width); in signed_width() local
/third_party/node/deps/v8/src/base/platform/
H A Dtime.h237 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 DBlockFrequencyInfoImpl.cpp533 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 DSkNx_neon.h100 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

Completed in 21 milliseconds

123