Home
last modified time | relevance | path

Searched defs:MaxValue (Results 1 – 25 of 119) sorted by relevance

12345

/aosp_15_r20/external/OpenCL-CTS/test_conformance/c11_atomics/
H A Dcommon.cpp199 template<> cl_int AtomicTypeExtendedInfo<cl_int>::MaxValue() {return CL_INT_MAX;} in MaxValue() function in AtomicTypeExtendedInfo
200 template<> cl_uint AtomicTypeExtendedInfo<cl_uint>::MaxValue() {return CL_UINT_MAX;} in MaxValue() function in AtomicTypeExtendedInfo
201 template<> cl_long AtomicTypeExtendedInfo<cl_long>::MaxValue() {return CL_LONG_MAX;} in MaxValue() function in AtomicTypeExtendedInfo
202 template<> cl_ulong AtomicTypeExtendedInfo<cl_ulong>::MaxValue() {return CL_ULONG_MAX;} in MaxValue() function in AtomicTypeExtendedInfo
203 template<> cl_float AtomicTypeExtendedInfo<cl_float>::MaxValue() {return CL_FLT_MAX;} in MaxValue() function in AtomicTypeExtendedInfo
204 template<> cl_double AtomicTypeExtendedInfo<cl_double>::MaxValue() {return CL_DBL_MAX;} in MaxValue() function in AtomicTypeExtendedInfo
/aosp_15_r20/external/libvpx/test/
H A Davg_test.cc352 TEST_P(AverageTest, MaxValue) { in TEST_P() argument
371 TEST_P(AverageTestHBD, MaxValue) { in TEST_P() argument
393 TEST_P(IntProRowTest, MaxValue) { in TEST_P() argument
408 TEST_P(IntProColTest, MaxValue) { in TEST_P() argument
426 TEST_P(SatdLowbdTest, MaxValue) { in TEST_P() argument
481 TEST_P(SatdHighbdTest, MaxValue) { in TEST_P() argument
527 TEST_P(BlockErrorTestFP, MaxValue) { in TEST_P() argument
H A Dminmax_test.cc73 TEST_P(MinMaxTest, MaxValue) { in TEST_P() argument
161 TEST_P(HBDMinMaxTest, MaxValue) { in TEST_P() argument
/aosp_15_r20/external/libaom/test/
H A Davg_test.cc318 TEST_P(AverageTest8bpp, MaxValue) { TestConstantValue(255); } in TEST_P() argument
331 TEST_P(AvgTest8bpp_avg_8x8_quad, MaxValue) { TestConstantValue(255); } in TEST_P() argument
549 TEST_P(IntProRowTest, MaxValue) { in TEST_P() argument
569 TEST_P(IntProColTest, MaxValue) { in TEST_P() argument
972 TEST_P(SatdTest, MaxValue) { in TEST_P() argument
1082 TEST_P(SatdLpTest, MaxValue) { in TEST_P() argument
H A Dminmax_test.cc74 TEST_P(MinMaxTest, MaxValue) { in TEST_P() argument
162 TEST_P(HBDMinMaxTest, MaxValue) { in TEST_P() argument
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
H A DAttributes.cpp78 std::optional<unsigned> MaxValue) { in packVScaleRangeArgs()
84 unsigned MaxValue = Value & std::numeric_limits<unsigned>::max(); in unpackVScaleRangeArgs() local
229 unsigned MaxValue) { in getWithVScaleRangeArgs()
467 std::optional<unsigned> MaxValue = getVScaleRangeMax(); in getAsString() local
1784 std::optional<unsigned> MaxValue) { in addVScaleRangeAttr()
/aosp_15_r20/external/scudo/standalone/
H A Drelease.h226 RegionPageMap(uptr NumberOfRegions, uptr CountersPerRegion, uptr MaxValue) { in RegionPageMap()
240 void reset(uptr NumberOfRegion, uptr CountersPerRegion, uptr MaxValue) { in reset()
/aosp_15_r20/external/swiftshader/third_party/subzero/src/
H A DIceSwitchLowering.cpp64 const uint64_t MaxValue = CaseClusters.back().High; in clusterizeSwitch() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/client/lib/
H A Dconstants.cc104 XlaOp MaxValue(XlaBuilder* builder, PrimitiveType type) { in MaxValue() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DMemoryLocation.h68 MaxValue = (MapTombstone - 1) & ~ImpreciseBit, enumerator
/aosp_15_r20/external/grpc-grpc/third_party/upb/upb/hash/
H A Dtest.cc200 TEST(Table, MaxValue) { in TEST() argument
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/upb/hash/
Dtest.cc218 TEST(Table, MaxValue) { in TEST() argument
/aosp_15_r20/art/compiler/optimizing/
H A Dinduction_var_range_test.cc312 Value MaxValue(Value v1, Value v2) { return range_.MergeVal(v1, v2, false); } in MaxValue() function in art::InductionVarRangeTest
874 TEST_F(InductionVarRangeTest, MaxValue) { in TEST_F() argument
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/
H A DMemoryLocation.h76 MaxValue = (MapTombstone - 1) & ~ImpreciseBit, enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Analysis/
DMemoryLocation.h79 MaxValue = (MapTombstone - 1) & ~(ImpreciseBit | ScalableBit), enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Analysis/
DMemoryLocation.h79 MaxValue = (MapTombstone - 1) & ~(ImpreciseBit | ScalableBit), enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Analysis/
DMemoryLocation.h79 MaxValue = (MapTombstone - 1) & ~(ImpreciseBit | ScalableBit), enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Analysis/
DMemoryLocation.h79 MaxValue = (MapTombstone - 1) & ~(ImpreciseBit | ScalableBit), enumerator
/aosp_15_r20/external/OpenCL-CTS/test_conformance/gl/
H A Dhelpers.cpp342 const cl_float MaxValue = (glDataType == GL_UNSIGNED_INT_24_8) in convert_to_expected() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/
H A Dliteral_util.cc331 /* static */ Literal LiteralUtil::MaxValue(PrimitiveType primitive_type) { in MaxValue() function in xla::LiteralUtil
/aosp_15_r20/external/llvm/lib/IR/
H A DConstantRange.cpp582 APInt MaxValue = APInt::getMaxValue(DstTySize).zext(getBitWidth()); in truncate() local
/aosp_15_r20/external/scudo/standalone/tests/
H A Drelease_test.cpp66 scudo::uptr MaxValue = 1UL << ((1UL << I) - 1); in TEST() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Xtensa/AsmParser/
H A DXtensaAsmParser.cpp85 static bool inRange(const MCExpr *Expr, int64_t MinValue, int64_t MaxValue) { in inRange()
/aosp_15_r20/external/emboss/runtime/cpp/
H A Demboss_prelude.h730 static constexpr ValueType MaxValue() { in MaxValue() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/FuzzMutate/
H A DIRMutator.cpp343 uint64_t MaxValue, RandomIRBuilder &IB) { in getUniqueCaseValue()

12345