Home
last modified time | relevance | path

Searched defs:Max (Results 1 – 25 of 124) 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/gettext/gnulib-local/lib/
Dxgetcwd.c38 # define getcwd(Buf, Max) (getcwd) (Buf, Max, 0) argument
44 # define getcwd(Buf, Max) getwd (Buf) argument
/third_party/flutter/skia/src/core/
DSkMiniRecorder.h49 struct Max { static const size_t val = A > B ? A : B; }; argument
/third_party/flutter/skia/third_party/externals/wuffs/lib/base38/
Dbase38.go24 Max = 2085135 const
/third_party/flutter/engine/flutter/fml/time/
Dtime_point.h33 static constexpr TimePoint Max() { in Max() function
Dtime_delta.h25 static constexpr TimeDelta Max() { in Max() function
/third_party/boost/boost/hana/
Dmax.hpp28 using Max = BOOST_HANA_DISPATCH_IF(decltype(max_impl<T, U>{}), in operator ()() typedef
/third_party/boost/libs/hana/include/boost/hana/
Dmax.hpp28 using Max = BOOST_HANA_DISPATCH_IF(decltype(max_impl<T, U>{}), in operator ()() typedef
/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/boost/boost/geometry/index/detail/
Dserialization.hpp84 void save_construct_data(Archive & ar, const boost::geometry::index::linear<Max, Min> * params, uns… in save_construct_data()
91 void load_construct_data(Archive & ar, boost::geometry::index::linear<Max, Min> * params, unsigned … in load_construct_data()
102 …Archive, size_t Max, size_t Min> void serialize(Archive &, boost::geometry::index::linear<Max, Min… in serialize()
107 void save_construct_data(Archive & ar, const boost::geometry::index::quadratic<Max, Min> * params, … in save_construct_data()
114 void load_construct_data(Archive & ar, boost::geometry::index::quadratic<Max, Min> * params, unsign… in load_construct_data()
125 …rchive, size_t Max, size_t Min> void serialize(Archive &, boost::geometry::index::quadratic<Max, M… in serialize()
130 void save_construct_data(Archive & ar, const boost::geometry::index::rstar<Max, Min, RE, OCT> * par… in save_construct_data()
142 void load_construct_data(Archive & ar, boost::geometry::index::rstar<Max, Min, RE, OCT> * params, u… in load_construct_data()
157 void serialize(Archive &, boost::geometry::index::rstar<Max, Min, RE, OCT> &, unsigned int) {} in serialize()
/third_party/boost/libs/safe_numerics/test/
Dtest_range.cpp9 void display_log(T Max){ in display_log()
/third_party/node/src/
Dhistogram-inl.h24 int64_t Histogram::Max() { in Max() function
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/
Drank_cpu_kernel.h31 Max, enumerator
Drolling_cpu_kernel.h29 Max, enumerator
/third_party/mindspore/tests/st/ops/ascend/test_tbe_ops/
Dtest_maximum.py27 class Max(nn.Cell): class
/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/optimized-routines/math/
Dv_logf.c27 #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/protobuf/src/google/protobuf/stubs/
Dmathutil.h102 static T Max(const T x, const T y) { in Max() function
/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/json/test/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/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
/third_party/gn/src/base/numerics/
Dclamped_math.h97 constexpr ClampedNumeric<typename MathWrapper<ClampedMaxOp, T, U>::type> Max( 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)

12345