HomeSort by relevance Sort by last modified time
    Searched defs:MinValue (Results 1 - 19 of 19) 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/tf2xla/
xla_helpers.cc 45 init_value = XlaHelpers::MinValue(builder, input_type);
84 builder->Reduce(product, XlaHelpers::MinValue(builder, output_type),
93 xla::ComputationDataHandle XlaHelpers::MinValue(xla::ComputationBuilder* b,
97 return b->ConstantLiteral(xla::Literal::MinValue(type));
  /external/tensorflow/tensorflow/contrib/boosted_trees/lib/quantiles/
weighted_quantiles_summary.h 306 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/tensorflow/tensorflow/compiler/xla/
literal_util.cc 575 /* static */ Literal Literal::MinValue(PrimitiveType primitive_type) {
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dxva2api.h 282 DXVA2_Fixed32 MinValue;
    [all...]
vmr9.h     [all...]
ndr64types.h 134 NDR64_INT64 MinValue;
568 NDR64_UINT32 MinValue;
netmon.h 1182 DWORD MinValue;
    [all...]
  /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...]
  /external/syslinux/gpxe/src/include/gpxe/efi/Uefi/
UefiInternalFormRepresentation.h 930 UINT8 MinValue;
935 UINT16 MinValue;
940 UINT32 MinValue;
945 UINT64 MinValue;
    [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.metadata_2.2.0.v20130523-1557.jar 

Completed in 364 milliseconds