Home
last modified time | relevance | path

Searched defs:Max (Results 1 – 25 of 102) sorted by relevance

12345

/third_party/skia/src/core/
DSkMiniRecorder.h49 struct Max { static const size_t val = A > B ? A : B; }; struct
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/
Dcomponent_wise.inl19 floatType const Max = static_cast<floatType>(std::numeric_limits<T>::max()); local
51 …floatType const Max = static_cast<floatType>(std::numeric_limits<T>::max()) + static_cast<floatTyp… local
Dcolor_space.inl68 float Max = max(max(rgbColor.r, rgbColor.g), rgbColor.b); local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstantRange.cpp649 APInt Max = APInt::getMaxValue(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/node/deps/v8/src/base/platform/
Dtime.h232 constexpr TimeDelta TimeDelta::Max() { in Max() function
268 static TimeClass Max() { in Max() function
/third_party/node/src/
Dhistogram-inl.h39 int64_t Histogram::Max() const { in Max() function
/third_party/optimized-routines/math/
Dv_logf.c27 #define Max v_u32 (0x7f800000) macro
Dv_powf.c13 #define Max v_u32 (0x7f800000) 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/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/
DSupport.cpp88 double Max = static_cast<double>(NumMicroOps) / DispatchWidth; in computeBlockRThroughput() local
/third_party/protobuf/src/google/protobuf/stubs/
Dmathutil.h102 static T Max(const T x, const T y) { in Max() function
/third_party/json/tests/thirdparty/Fuzzer/
DFuzzerDefs.h57 template <class T> T Max(T a, T b) { return a > b ? a : b; } in Max() 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/gn/src/base/numerics/
Dclamped_math.h97 constexpr ClampedNumeric<typename MathWrapper<ClampedMaxOp, T, U>::type> Max( in Max() function
Dchecked_math.h165 constexpr CheckedNumeric<typename MathWrapper<CheckedMaxOp, T, U>::type> Max( in Max() function
/third_party/skia/third_party/externals/angle2/src/common/third_party/base/anglebase/numerics/
Dclamped_math.h106 constexpr ClampedNumeric<typename MathWrapper<ClampedMaxOp, T, U>::type> Max(const U rhs) const in Max() function
Dchecked_math.h175 constexpr CheckedNumeric<typename MathWrapper<CheckedMaxOp, T, U>::type> Max(const U rhs) const in Max() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/
DLowerTypeTests.h64 uint64_t Max = 0; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/MCTargetDesc/
DAVRAsmBackend.cpp43 int64_t Max = maxIntN(Width); in signed_width() local
61 int64_t Max = maxUIntN(Width); in unsigned_width() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/
DMicrosoftDemangle.h116 static constexpr size_t Max = 10; member
/third_party/googletest/googletest/include/gtest/internal/
Dgtest-internal.h396 inline float FloatingPoint<float>::Max() { in Max() function
400 inline double FloatingPoint<double>::Max() { in Max() function
/third_party/mesa3d/src/gtest/include/gtest/internal/
Dgtest-internal.h390 inline float FloatingPoint<float>::Max() { return FLT_MAX; } in Max() function
392 inline double FloatingPoint<double>::Max() { return DBL_MAX; } in Max() function
/third_party/skia/third_party/externals/libwebp/tests/fuzzer/
Dfuzz_utils.h172 static WEBP_INLINE int Max(int a, int b) { return ((a < b) ? b : a); } in Max() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
DRawConstants.h98 Max enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/crosstest/
Dtest_vector_ops_main.cpp46 Ty Max; in getTestVectors() local

12345