Home
last modified time | relevance | path

Searched defs:Min (Results 1 – 25 of 89) sorted by relevance

1234

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/PBQP/
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
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DLegalizeMutations.cpp47 unsigned Min) { in widenScalarOrEltToNextPow2()
57 unsigned Min) { in moreElementsToNextPow2()
/third_party/flutter/engine/flutter/fml/time/
Dtime_point.h29 static constexpr TimePoint Min() { in Min() function
Dtime_delta.h22 static constexpr TimeDelta Min() { in Min() function
/third_party/boost/boost/hana/
Dmin.hpp28 using Min = BOOST_HANA_DISPATCH_IF(decltype(min_impl<T, U>{}), in operator ()() typedef
/third_party/boost/libs/hana/include/boost/hana/
Dmin.hpp28 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/
Dspan.h33 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/
Dspan.h33 constexpr size_t Min(size_t a, size_t b) noexcept { return a < b ? a : b; } in Min() function
/third_party/node/src/
Dhistogram-inl.h19 int64_t Histogram::Min() { in Min() function
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/
Drank_cpu_kernel.h32 Min, enumerator
Drolling_cpu_kernel.h30 Min, enumerator
/third_party/mindspore/tests/st/ops/ascend/test_tbe_ops/
Dtest_minimum.py27 class Min(nn.Cell): class
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DTypeSize.h29 ElementCount(unsigned Min, bool Scalable) in ElementCount()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstantRange.cpp648 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/
Dv_logf.c26 #define Min v_u32 (0x00800000) macro
/third_party/skia/include/private/
DSkNx_neon.h100 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/
DSkNx_neon.h106 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/
DRandom.h21 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/
Dcolor_space.inl67 float Min = min(min(rgbColor.r, rgbColor.g), rgbColor.b); local
/third_party/json/test/thirdparty/Fuzzer/
DFuzzerDefs.h56 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/
DPointerSumType.h232 struct Min : std::integral_constant< struct
/third_party/gn/src/base/numerics/
Dclamped_math.h105 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/
Dclamped_math.h113 constexpr ClampedNumeric<typename MathWrapper<ClampedMinOp, T, U>::type> Min(const U rhs) const in Min() function
Dchecked_math.h181 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/
Drandom.inl259 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)

1234