/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/PBQP/ |
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
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
D | LegalizeMutations.cpp | 47 unsigned Min) { in widenScalarOrEltToNextPow2() 57 unsigned Min) { in moreElementsToNextPow2()
|
/third_party/flutter/engine/flutter/fml/time/ |
D | time_point.h | 29 static constexpr TimePoint Min() { in Min() function
|
D | time_delta.h | 22 static constexpr TimeDelta Min() { in Min() function
|
/third_party/boost/boost/hana/ |
D | min.hpp | 28 using Min = BOOST_HANA_DISPATCH_IF(decltype(min_impl<T, U>{}), in operator ()() typedef
|
/third_party/boost/libs/hana/include/boost/hana/ |
D | min.hpp | 28 using Min = BOOST_HANA_DISPATCH_IF(decltype(min_impl<T, U>{}), in operator ()() typedef
|
/third_party/skia/third_party/externals/abseil-cpp/absl/types/internal/ |
D | span.h | 33 constexpr size_t Min(size_t a, size_t b) noexcept { return a < b ? a : b; } in Min() function
|
/third_party/abseil-cpp/absl/types/internal/ |
D | span.h | 33 constexpr size_t Min(size_t a, size_t b) noexcept { return a < b ? a : b; } in Min() function
|
/third_party/node/src/ |
D | histogram-inl.h | 19 int64_t Histogram::Min() { in Min() function
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/ |
D | rank_cpu_kernel.h | 32 Min, enumerator
|
D | rolling_cpu_kernel.h | 30 Min, enumerator
|
/third_party/mindspore/tests/st/ops/ascend/test_tbe_ops/ |
D | test_minimum.py | 27 class Min(nn.Cell): class
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | TypeSize.h | 29 ElementCount(unsigned Min, bool Scalable) in ElementCount()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | ConstantRange.cpp | 648 APInt Min = APInt::getMinValue(BW).zextOrSelf(ResultBitWidth); in castOp() local 1384 APInt Min = getSignedMin(), Max = getSignedMax(); in sshl_sat() local 1435 APInt Min = getUnsignedMin(), Max = getUnsignedMax(); in unsignedAddMayOverflow() local 1451 APInt Min = getSignedMin(), Max = getSignedMax(); in signedAddMayOverflow() local 1481 APInt Min = getUnsignedMin(), Max = getUnsignedMax(); in unsignedSubMayOverflow() local 1497 APInt Min = getSignedMin(), Max = getSignedMax(); in signedSubMayOverflow() local 1527 APInt Min = getUnsignedMin(), Max = getUnsignedMax(); in unsignedMulMayOverflow() local
|
/third_party/optimized-routines/math/ |
D | v_logf.c | 26 #define Min v_u32 (0x00800000) macro
|
/third_party/skia/include/private/ |
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 213 AI static SkNx Min(const SkNx& l, const SkNx& r) { return vminq_f32(l.fVec, r.fVec); } in Min() function 342 AI static SkNx Min(const SkNx& a, const SkNx& b) { return vmin_u16(a.fVec, b.fVec); } in Min() function 382 AI static SkNx Min(const SkNx& a, const SkNx& b) { return vminq_u16(a.fVec, b.fVec); } in Min() function 479 AI static SkNx Min(const SkNx& a, const SkNx& b) { return vminq_u8(a.fVec, b.fVec); } in Min() function 540 AI static SkNx Min(const SkNx& a, const SkNx& b) { return vminq_s32(a.fVec, b.fVec); } in Min() function 592 AI static SkNx Min(const SkNx& a, const SkNx& b) { return vminq_u32(a.fVec, b.fVec); } in Min() function
|
/third_party/flutter/skia/include/private/ |
D | SkNx_neon.h | 106 AI static SkNx Min(const SkNx& l, const SkNx& r) { return vmin_f32(l.fVec, r.fVec); } in Min() function 230 AI static SkNx Min(const SkNx& l, const SkNx& r) { return vminq_f32(l.fVec, r.fVec); } in Min() function 364 AI static SkNx Min(const SkNx& a, const SkNx& b) { return vmin_u16(a.fVec, b.fVec); } in Min() function 404 AI static SkNx Min(const SkNx& a, const SkNx& b) { return vminq_u16(a.fVec, b.fVec); } in Min() function 501 AI static SkNx Min(const SkNx& a, const SkNx& b) { return vminq_u8(a.fVec, b.fVec); } in Min() function 562 AI static SkNx Min(const SkNx& a, const SkNx& b) { return vminq_s32(a.fVec, b.fVec); } in Min() function 614 AI static SkNx Min(const SkNx& a, const SkNx& b) { return vminq_u32(a.fVec, b.fVec); } in Min() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/FuzzMutate/ |
D | Random.h | 21 template <typename T, typename GenT> T uniform(GenT &Gen, T Min, T Max) { in uniform()
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/ |
D | color_space.inl | 67 float Min = min(min(rgbColor.r, rgbColor.g), rgbColor.b); local
|
/third_party/json/test/thirdparty/Fuzzer/ |
D | FuzzerDefs.h | 56 template <class T> T Min(T a, T b) { return a < b ? a : b; } in Min() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | PointerSumType.h | 232 struct Min : std::integral_constant< struct
|
/third_party/gn/src/base/numerics/ |
D | clamped_math.h | 105 constexpr ClampedNumeric<typename MathWrapper<ClampedMinOp, T, U>::type> Min( in Min() function
|
/third_party/skia/third_party/externals/angle2/src/common/third_party/base/anglebase/numerics/ |
D | clamped_math.h | 113 constexpr ClampedNumeric<typename MathWrapper<ClampedMinOp, T, U>::type> Min(const U rhs) const in Min() function
|
D | checked_math.h | 181 constexpr CheckedNumeric<typename MathWrapper<CheckedMinOp, T, U>::type> Min(const U rhs) const in Min() function
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtc/ |
D | random.inl | 259 GLM_FUNC_QUALIFIER genType linearRand(genType Min, genType Max) 267 GLM_FUNC_QUALIFIER vecType<T, P> linearRand(vecType<T, P> const & Min, vecType<T, P> const & Max)
|