Home
last modified time | relevance | path

Searched refs:maxRank (Results 1 – 14 of 14) sorted by relevance

/external/llvm-project/flang/runtime/
Ddescriptor.h39 static constexpr int maxRank{CFI_MAX_RANK};
148 int rank = maxRank, const SubscriptValue *extent = nullptr,
151 void Establish(TypeCategory, int kind, void *p = nullptr, int rank = maxRank,
156 int rank = maxRank, const SubscriptValue *extent = nullptr,
160 int rank = maxRank, const SubscriptValue *extent = nullptr,
164 void *p = nullptr, int rank = maxRank,
169 int rank = maxRank, const SubscriptValue *extent = nullptr,
172 SubscriptValue characters, void *p = nullptr, int rank = maxRank,
176 void *p = nullptr, int rank = maxRank,
228 SubscriptValue at[maxRank]; in ZeroBasedIndexedElement()
[all …]
Dtransformational.cpp42 resultRank >= 0 && resultRank <= static_cast<SubscriptValue>(maxRank)); in RESHAPE()
45 SubscriptValue lowerBound[maxRank]; // all 1's in RESHAPE()
46 SubscriptValue resultExtent[maxRank]; in RESHAPE()
70 int dimOrder[maxRank]; in RESHAPE()
121 SubscriptValue resultSubscript[maxRank]; in RESHAPE()
123 SubscriptValue sourceSubscript[maxRank]; in RESHAPE()
135 SubscriptValue padSubscript[maxRank]; in RESHAPE()
Dcharacter.cpp77 SubscriptValue lb[maxRank], ub[maxRank], xAt[maxRank], yAt[maxRank]; in Compare()
139 SubscriptValue lb[maxRank], ub[maxRank], stringAt[maxRank]; in AdjustLRHelper()
191 SubscriptValue lb[maxRank], ub[maxRank], stringAt[maxRank]; in LenTrim()
262 SubscriptValue lb[maxRank], ub[maxRank], xAt[maxRank]; in MaxMinHelper()
344 SubscriptValue lb[maxRank], ub[maxRank], fromAt[maxRank]; in RTNAME()
403 SubscriptValue ub[maxRank], lhsAt[maxRank], rhsAt[maxRank]; in RTNAME()
Ddescriptor-io.h38 SubscriptValue subscripts[maxRank]; in FormattedIntegerIO()
68 SubscriptValue subscripts[maxRank]; in FormattedRealIO()
98 SubscriptValue subscripts[maxRank]; in FormattedComplexIO()
142 SubscriptValue subscripts[maxRank]; in FormattedCharacterIO()
179 SubscriptValue subscripts[maxRank]; in FormattedLogicalIO()
226 SubscriptValue subscripts[maxRank]; in DescriptorIO()
Dderived.cpp94 SubscriptValue extent[maxRank]; in Destroy()
106 StaticDescriptor<maxRank, true, 0> staticDescriptor; in Destroy()
Dinternal-unit.h47 StaticDescriptor<maxRank, true /*addendum*/> staticDescriptor_;
Dinternal-unit.cpp34 terminator, that.SizeInBytes() <= d.SizeInBytes(maxRank, true, 0)); in InternalDescriptorUnit()
Ddescriptor.cpp200 std::size_t dimCoefficient[maxRank]; in SubscriptsForZeroBasedElementNumber()
/external/llvm-project/flang/lib/Semantics/
Dcheck-select-rank.cpp56 std::optional<parser::CharBlock> caseForRank[common::maxRank + 1]; in Leave()
99 if (*val < 0 || *val > common::maxRank) { // C1151 in Leave()
103 common::maxRank); in Leave()
/external/tensorflow/tensorflow/compiler/mlir/hlo/lib/utils/
Dhlo_utils.cc43 auto maxRank = std::max(xRank, yRank); in getBroadcastDimensionsAttr() local
50 maxRank - minRank); in getBroadcastDimensionsAttr()
/external/deqp/framework/platform/lnx/X11/
DtcuLnxX11GlxPlatform.cpp625 deUint64 maxRank = 0; in chooseVisual() local
643 if (cfgRank > maxRank) in chooseVisual()
645 maxRank = cfgRank; in chooseVisual()
656 if (maxRank == 0) in chooseVisual()
/external/llvm-project/flang/include/flang/Common/
DFortran.h71 static constexpr int maxRank{15};
/external/llvm-project/flang/lib/Evaluate/
Dconstant.cpp81 std::bitset<common::maxRank> seenDimensions; in ValidateDimensionOrder()
Dfold-implementation.h561 } else if (shape.value().size() > common::maxRank) { in Reshape()
564 common::maxRank); in Reshape()