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

  /external/swiftshader/third_party/subzero/src/
IceSwitchLowering.cpp 65 const uint64_t MinValue = CaseClusters.front().Low;
67 const uint64_t Range = MaxValue - MinValue;
84 JumpTable->addTarget(I - MinValue, Case.Target);
85 JumpTable->addTarget(Case.High - MinValue, Case.Target);
91 CaseClusters.emplace_back(MinValue, MaxValue, JumpTable);
  /external/tensorflow/tensorflow/compiler/xla/client/lib/
constants.cc 63 XlaOp MinValue(XlaBuilder* builder, PrimitiveType type) {
64 return ConstantLiteral(builder, LiteralUtil::MinValue(type));
79 return MinValue(builder, type);
  /external/tensorflow/tensorflow/compiler/xla/
literal_util.cc 186 /* static */ Literal LiteralUtil::MinValue(PrimitiveType primitive_type) {
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-exegesis/lib/
BenchmarkResult.h 92 double min() const { return MinValue; }
102 double MinValue = std::numeric_limits<double>::max();
  /external/tensorflow/tensorflow/contrib/boosted_trees/lib/quantiles/
weighted_quantiles_summary.h 305 ValueType MinValue() const {
  /external/tensorflow/tensorflow/core/kernels/boosted_trees/quantiles/
weighted_quantiles_summary.h 313 ValueType MinValue() const {
  /art/compiler/optimizing/
induction_var_range_test.cc 301 Value MinValue(Value v1, Value v2) { return range_.MergeVal(v1, v2, true); }
684 TEST_F(InductionVarRangeTest, MinValue) {
685 ExpectEqual(Value(10), MinValue(Value(10), Value(100)));
686 ExpectEqual(Value(x_, 1, -4), MinValue(Value(x_, 1, -4), Value(x_, 1, -1)));
687 ExpectEqual(Value(x_, 4, -4), MinValue(Value(x_, 4, -4), Value(x_, 4, -1)));
688 ExpectEqual(Value(), MinValue(Value(x_, 1, 5), Value(y_, 1, -7)));
689 ExpectEqual(Value(), MinValue(Value(x_, 1, 20), Value(3)));
690 ExpectEqual(Value(), MinValue(Value(55), Value(y_, 1, -50)));
    [all...]
  /external/tensorflow/tensorflow/contrib/image/kernels/
single_image_random_dot_stereograms_ops.cc 174 double MinValue = 0.0;
184 MinValue = *Z;
190 if (value < MinValue) MinValue = value;
194 MinValue = normalize_min;
203 value = (value - MinValue) / (MaxValue - MinValue);
  /external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCInstrInfo.cpp 485 int MinValue = HexagonMCInstrInfo::getMinValue(MCII, MCI);
487 return (MinValue > Value || Value > MaxValue);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCInstrInfo.cpp 524 int MinValue = HexagonMCInstrInfo::getMinValue(MCII, MCI);
526 return (MinValue > Value || Value > MaxValue);
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/
VfrFormPkg.h 499 mMinMaxStepData->u64.MinValue = 0;
506 VOID SetMinMaxStepData (IN UINT64 MinValue, IN UINT64 MaxValue, IN UINT64 Step) {
508 mMinMaxStepData->u64.MinValue = MinValue;
512 if (MinValue < mMinMaxStepData->u64.MinValue) {
513 mMinMaxStepData->u64.MinValue = MinValue;
522 VOID SetMinMaxStepData (IN UINT32 MinValue, IN UINT32 MaxValue, IN UINT32 Step) {
524 mMinMaxStepData->u32.MinValue = MinValue;
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiVfrCompile/
VfrFormPkg.h 385 mMinMaxStepData->u64.MinValue = 0;
392 VOID SetMinMaxStepData (IN UINT64 MinValue, IN UINT64 MaxValue, IN UINT64 Step) {
394 mMinMaxStepData->u64.MinValue = MinValue;
398 if (MinValue < mMinMaxStepData->u64.MinValue) {
399 mMinMaxStepData->u64.MinValue = MinValue;
408 VOID SetMinMaxStepData (IN UINT32 MinValue, IN UINT32 MaxValue, IN UINT32 Step) {
410 mMinMaxStepData->u32.MinValue = MinValue;
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonInstrInfo.cpp     [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Include/Common/
UefiInternalFormRepresentation.h 925 UINT8 MinValue;
930 UINT16 MinValue;
935 UINT32 MinValue;
940 UINT64 MinValue;
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Include/
EfiHii.h 846 UINT8 MinValue;
851 UINT16 MinValue;
856 UINT32 MinValue;
861 UINT64 MinValue;
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Uefi/
UefiInternalFormRepresentation.h     [all...]

Completed in 556 milliseconds