Home
last modified time | relevance | path

Searched refs:GetLowerBounds (Results 1 – 12 of 12) sorted by relevance

/llvm-project-15.0.7/flang/runtime/
H A Dtransformational.cpp158 source.GetLowerBounds(sourceLB); in RTNAME()
251 source.GetLowerBounds(sourceLB); in RTNAME()
254 boundary->GetLowerBounds(boundaryAt); in RTNAME()
330 mask.GetLowerBounds(maskAt); in RTNAME()
357 source.GetLowerBounds(sourceAt); in RTNAME()
368 mask.GetLowerBounds(maskAt); in RTNAME()
486 pad->GetLowerBounds(padSubscript); in RTNAME()
519 source.GetLowerBounds(sourceAt); in RTNAME()
539 matrix.GetLowerBounds(matrixLB); in RTNAME()
572 mask.GetLowerBounds(maskAt); in RTNAME()
[all …]
H A Ddescriptor-io.h50 descriptor.GetLowerBounds(subscripts); in FormattedIntegerIO()
83 descriptor.GetLowerBounds(subscripts); in FormattedRealIO()
116 descriptor.GetLowerBounds(subscripts); in FormattedComplexIO()
164 descriptor.GetLowerBounds(subscripts); in FormattedCharacterIO()
204 descriptor.GetLowerBounds(subscripts); in FormattedLogicalIO()
293 descriptor.GetLowerBounds(subscripts); in FormattedDerivedTypeIO()
297 compArray.GetLowerBounds(at); in FormattedDerivedTypeIO()
340 descriptor.GetLowerBounds(subscripts); in UnformattedDescriptorIO()
H A Dcopy.cpp56 to.GetLowerBounds(toAt); in CopyArray()
57 from.GetLowerBounds(fromAt); in CopyArray()
H A Dreduction-templates.h51 x.GetLowerBounds(xAt); in DoTotalReduction()
55 mask->GetLowerBounds(maskAt); in DoTotalReduction()
103 descriptor.GetLowerBounds(at); in GetExpandedSubscripts()
200 result.GetLowerBounds(at); in PartialReduction()
H A Dcharacter.cpp104 x.GetLowerBounds(xAt); in Compare()
105 y.GetLowerBounds(yAt); in Compare()
159 string.GetLowerBounds(stringAt); in AdjustLRHelper()
214 string.GetLowerBounds(stringAt); in LenTrim()
391 string.GetLowerBounds(stringAt); in GeneralCharFunc()
392 arg.GetLowerBounds(argAt); in GeneralCharFunc()
394 back->GetLowerBounds(backAt); in GeneralCharFunc()
513 x.GetLowerBounds(xAt); in MaxMinHelper()
604 from.GetLowerBounds(fromAt); in RTNAME()
H A Dmatmul.cpp251 x.GetLowerBounds(xAt); in DoMatmul()
252 y.GetLowerBounds(yAt); in DoMatmul()
253 result.GetLowerBounds(resAt); in DoMatmul()
H A Dmisc-intrinsic.cpp40 source.GetLowerBounds(sourceAt); in TransferImpl()
H A Dreduction.cpp234 x.GetLowerBounds(xAt); in GetTotalLogicalReduction()
268 result.GetLowerBounds(at); in operator ()()
316 result.GetLowerBounds(at); in operator ()()
H A Dassign.cpp140 to.GetLowerBounds(toAt); in Assign()
145 from.GetLowerBounds(fromAt); in Assign()
H A Drandom.cpp67 harvest.GetLowerBounds(at); in Generate()
H A Dtype-info.cpp151 compDesc.GetLowerBounds(at); in FindDataComponent()
/llvm-project-15.0.7/flang/include/flang/Runtime/
H A Ddescriptor.h240 int GetLowerBounds(SubscriptValue subscript[]) const { in GetLowerBounds() function