/aosp_15_r20/external/OpenCL-CTS/test_conformance/c11_atomics/ |
H A D | common.cpp | 199 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 D | avg_test.cc | 352 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 D | minmax_test.cc | 73 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 D | avg_test.cc | 318 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 D | minmax_test.cc | 74 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 D | Attributes.cpp | 78 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 D | release.h | 226 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 D | IceSwitchLowering.cpp | 64 const uint64_t MaxValue = CaseClusters.back().High; in clusterizeSwitch() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/client/lib/ |
H A D | constants.cc | 104 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 D | MemoryLocation.h | 68 MaxValue = (MapTombstone - 1) & ~ImpreciseBit, enumerator
|
/aosp_15_r20/external/grpc-grpc/third_party/upb/upb/hash/ |
H A D | test.cc | 200 TEST(Table, MaxValue) { in TEST() argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/upb/hash/ |
D | test.cc | 218 TEST(Table, MaxValue) { in TEST() argument
|
/aosp_15_r20/art/compiler/optimizing/ |
H A D | induction_var_range_test.cc | 312 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 D | MemoryLocation.h | 76 MaxValue = (MapTombstone - 1) & ~ImpreciseBit, enumerator
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Analysis/ |
D | MemoryLocation.h | 79 MaxValue = (MapTombstone - 1) & ~(ImpreciseBit | ScalableBit), enumerator
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Analysis/ |
D | MemoryLocation.h | 79 MaxValue = (MapTombstone - 1) & ~(ImpreciseBit | ScalableBit), enumerator
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Analysis/ |
D | MemoryLocation.h | 79 MaxValue = (MapTombstone - 1) & ~(ImpreciseBit | ScalableBit), enumerator
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Analysis/ |
D | MemoryLocation.h | 79 MaxValue = (MapTombstone - 1) & ~(ImpreciseBit | ScalableBit), enumerator
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/gl/ |
H A D | helpers.cpp | 342 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 D | literal_util.cc | 331 /* static */ Literal LiteralUtil::MaxValue(PrimitiveType primitive_type) { in MaxValue() function in xla::LiteralUtil
|
/aosp_15_r20/external/llvm/lib/IR/ |
H A D | ConstantRange.cpp | 582 APInt MaxValue = APInt::getMaxValue(DstTySize).zext(getBitWidth()); in truncate() local
|
/aosp_15_r20/external/scudo/standalone/tests/ |
H A D | release_test.cpp | 66 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 D | XtensaAsmParser.cpp | 85 static bool inRange(const MCExpr *Expr, int64_t MinValue, int64_t MaxValue) { in inRange()
|
/aosp_15_r20/external/emboss/runtime/cpp/ |
H A D | emboss_prelude.h | 730 static constexpr ValueType MaxValue() { in MaxValue() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/FuzzMutate/ |
H A D | IRMutator.cpp | 343 uint64_t MaxValue, RandomIRBuilder &IB) { in getUniqueCaseValue()
|