HomeSort by relevance Sort by last modified time
    Searched defs:MaxValue (Results 1 - 18 of 18) sorted by null

  /external/swiftshader/third_party/subzero/src/
IceSwitchLowering.cpp 64 const uint64_t MaxValue = CaseClusters.back().High;
67 const uint64_t Range = MaxValue - MinValue;
91 CaseClusters.emplace_back(MinValue, MaxValue, JumpTable);
  /external/tensorflow/tensorflow/compiler/xla/client/lib/
constants.cc 101 XlaOp MaxValue(XlaBuilder* builder, PrimitiveType type) {
102 return ConstantLiteral(builder, LiteralUtil::MaxValue(type));
117 return MaxValue(builder, type);
  /art/libartbase/base/
atomic.h 123 static T MaxValue() {
  /external/tensorflow/tensorflow/compiler/xla/
literal_util.cc 230 /* static */ Literal LiteralUtil::MaxValue(PrimitiveType primitive_type) {
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-exegesis/lib/
BenchmarkResult.h 93 double max() const { return MaxValue; }
101 double MaxValue = std::numeric_limits<double>::min();
  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTDecompress.cpp 537 PVRTuint32 MaxValue=YPos;
553 MaxValue = XPos;
575 MaxValue >>= ShiftCount;
576 Twiddled |= (MaxValue << (2*ShiftCount));
    [all...]
  /external/tensorflow/tensorflow/contrib/boosted_trees/lib/quantiles/
weighted_quantiles_summary.h 309 ValueType MaxValue() const {
  /external/tensorflow/tensorflow/core/kernels/boosted_trees/quantiles/
weighted_quantiles_summary.h 317 ValueType MaxValue() const {
  /art/compiler/optimizing/
induction_var_range_test.cc 302 Value MaxValue(Value v1, Value v2) { return range_.MergeVal(v1, v2, false); }
693 TEST_F(InductionVarRangeTest, MaxValue) {
694 ExpectEqual(Value(100), MaxValue(Value(10), Value(100)));
695 ExpectEqual(Value(x_, 1, -1), MaxValue(Value(x_, 1, -4), Value(x_, 1, -1)));
696 ExpectEqual(Value(x_, 4, -1), MaxValue(Value(x_, 4, -4), Value(x_, 4, -1)));
697 ExpectEqual(Value(), MaxValue(Value(x_, 1, 5), Value(y_, 1, -7)))
    [all...]
  /external/tensorflow/tensorflow/contrib/image/kernels/
single_image_random_dot_stereograms_ops.cc 173 double MaxValue = 1.0;
183 MaxValue = *Z;
189 if (value > MaxValue) MaxValue = value;
193 MaxValue = normalize_max;
203 value = (value - MinValue) / (MaxValue - MinValue);
  /external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCInstrInfo.cpp 486 int MaxValue = HexagonMCInstrInfo::getMaxValue(MCII, MCI);
487 return (MinValue > Value || Value > MaxValue);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCInstrInfo.cpp 525 int MaxValue = HexagonMCInstrInfo::getMaxValue(MCII, MCI);
526 return (MinValue > Value || Value > MaxValue);
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/
VfrFormPkg.h 500 mMinMaxStepData->u64.MaxValue = 0;
506 VOID SetMinMaxStepData (IN UINT64 MinValue, IN UINT64 MaxValue, IN UINT64 Step) {
509 mMinMaxStepData->u64.MaxValue = MaxValue;
515 if (MaxValue > mMinMaxStepData->u64.MaxValue) {
516 mMinMaxStepData->u64.MaxValue = MaxValue;
522 VOID SetMinMaxStepData (IN UINT32 MinValue, IN UINT32 MaxValue, IN UINT32 Step) {
525 mMinMaxStepData->u32.MaxValue = MaxValue;
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiVfrCompile/
VfrFormPkg.h 386 mMinMaxStepData->u64.MaxValue = 0;
392 VOID SetMinMaxStepData (IN UINT64 MinValue, IN UINT64 MaxValue, IN UINT64 Step) {
395 mMinMaxStepData->u64.MaxValue = MaxValue;
401 if (MaxValue > mMinMaxStepData->u64.MaxValue) {
402 mMinMaxStepData->u64.MaxValue = MaxValue;
408 VOID SetMinMaxStepData (IN UINT32 MinValue, IN UINT32 MaxValue, IN UINT32 Step) {
411 mMinMaxStepData->u32.MaxValue = MaxValue;
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonInstrInfo.cpp     [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Include/Common/
UefiInternalFormRepresentation.h 926 UINT8 MaxValue;
931 UINT16 MaxValue;
936 UINT32 MaxValue;
941 UINT64 MaxValue;
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Include/
EfiHii.h 847 UINT8 MaxValue;
852 UINT16 MaxValue;
857 UINT32 MaxValue;
862 UINT64 MaxValue;
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Uefi/
UefiInternalFormRepresentation.h     [all...]

Completed in 342 milliseconds