/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/typescript/tests/ts_extra_tests/test_ts_cases/4.7/extends_constraints_on_infer_type_variables/ |
D | extends_constraints_on_infer_type_variables.ts | 38 const Min = (a: number, b: number)=>{ constant
|
/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/node/deps/v8/src/base/platform/ |
D | time.h | 237 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/ |
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/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/node/src/ |
D | histogram-inl.h | 34 int64_t Histogram::Min() const { in Min() function
|
/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
|
D | SkNx_sse.h | 90 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
|
D | SkNx.h | 150 AI static SkNx Min(const SkNx& x, const SkNx& y) { in Min() function
|
/third_party/optimized-routines/math/ |
D | v_logf.c | 26 #define Min v_u32 (0x00800000) macro
|
D | v_powf.c | 12 #define Min v_u32 (0x00800000) macro
|
/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
|
D | component_wise.inl | 18 floatType const Min = static_cast<floatType>(std::numeric_limits<T>::min()); local
|
/third_party/json/tests/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/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)
|
/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
|
D | checked_math.h | 180 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/ |
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/swiftshader/third_party/subzero/crosstest/ |
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/ |
D | MemoryBuiltins.h | 189 Min, enumerator
|