HomeSort by relevance Sort by last modified time
    Searched defs:MaxValue (Results 1 - 21 of 21) 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/tf2xla/
xla_helpers.cc 42 init_value = XlaHelpers::MaxValue(builder, input_type);
100 xla::ComputationDataHandle XlaHelpers::MaxValue(xla::ComputationBuilder* b,
104 return b->ConstantLiteral(xla::Literal::MaxValue(type));
  /art/libartbase/base/
atomic.h 233 static T MaxValue() {
  /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 310 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/tensorflow/tensorflow/compiler/xla/
literal_util.cc 623 /* static */ Literal Literal::MaxValue(PrimitiveType primitive_type) {
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dxva2api.h 283 DXVA2_Fixed32 MaxValue;
    [all...]
vmr9.h     [all...]
ndr64types.h 135 NDR64_INT64 MaxValue;
569 NDR64_UINT32 MaxValue;
netmon.h 1183 DWORD MaxValue;
    [all...]
  /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...]
  /external/syslinux/gpxe/src/include/gpxe/efi/Uefi/
UefiInternalFormRepresentation.h 931 UINT8 MaxValue;
936 UINT16 MaxValue;
941 UINT32 MaxValue;
946 UINT64 MaxValue;
    [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 1786 milliseconds