Home
last modified time | relevance | path

Searched defs:Min (Results 1 – 25 of 76) 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/typescript/tests/ts_extra_tests/test_ts_cases/4.7/extends_constraints_on_infer_type_variables/
Dextends_constraints_on_infer_type_variables.ts38 const Min = (a: number, b: number)=>{ constant
/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/node/deps/v8/src/base/platform/
Dtime.h237 constexpr TimeDelta TimeDelta::Min() { in Min() function
271 static TimeClass Min() { in Min() function
/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/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/node/src/
Dhistogram-inl.h34 int64_t Histogram::Min() const { in Min() function
/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
DSkNx_sse.h90 AI static SkNx Min(const SkNx& l, const SkNx& r) { return _mm_min_ps(l.fVec, r.fVec); } in Min() function
181 AI static SkNx Min(const SkNx& l, const SkNx& r) { return _mm_min_ps(l.fVec, r.fVec); } in Min() function
290 AI static SkNx Min(const SkNx& x, const SkNx& y) { in Min() function
560 AI static SkNx Min(const SkNx& a, const SkNx& b) { in Min() function
630 AI static SkNx Min(const SkNx& a, const SkNx& b) { return _mm_min_epu8(a.fVec, b.fVec); } in Min() function
676 AI static SkNx Min(const SkNx& a, const SkNx& b) { return _mm_min_epu8(a.fVec, b.fVec); } in Min() function
DSkNx.h150 AI static SkNx Min(const SkNx& x, const SkNx& y) { in Min() function
/third_party/optimized-routines/math/
Dv_logf.c26 #define Min v_u32 (0x00800000) macro
Dv_powf.c12 #define Min v_u32 (0x00800000) macro
/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
Dcomponent_wise.inl18 floatType const Min = static_cast<floatType>(std::numeric_limits<T>::min()); local
/third_party/json/tests/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/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)
/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
Dchecked_math.h180 constexpr CheckedNumeric<typename MathWrapper<CheckedMinOp, 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/swiftshader/third_party/subzero/crosstest/
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/
DMemoryBuiltins.h189 Min, enumerator

1234