Lines Matching refs:SubscriptValue
86 SubscriptValue ub[maxRank], xAt[maxRank], yAt[maxRank]; in Compare()
87 SubscriptValue elements{1}; in Compare()
90 SubscriptValue xUB{x.GetDimension(j).Extent()}; in Compare()
91 SubscriptValue yUB{y.GetDimension(j).Extent()}; in Compare()
116 for (SubscriptValue resultAt{0}; elements-- > 0; in Compare()
152 SubscriptValue ub[maxRank], stringAt[maxRank]; in AdjustLRHelper()
153 SubscriptValue elements{1}; in AdjustLRHelper()
169 for (SubscriptValue resultAt{0}; elements-- > 0; in AdjustLRHelper()
208 SubscriptValue ub[maxRank], stringAt[maxRank]; in LenTrim()
209 SubscriptValue elements{1}; in LenTrim()
224 for (SubscriptValue resultAt{0}; elements-- > 0; in LenTrim()
381 SubscriptValue ub[maxRank], stringAt[maxRank], argAt[maxRank], in GeneralCharFunc()
383 SubscriptValue elements{1}; in GeneralCharFunc()
406 for (SubscriptValue resultAt{0}; elements-- > 0; resultAt += sizeof(INT), in GeneralCharFunc()
488 SubscriptValue ub[maxRank], xAt[maxRank]; in MaxMinHelper()
489 SubscriptValue elements{1}; in MaxMinHelper()
500 SubscriptValue accumExt{accumulator.GetDimension(j).Extent()}; in MaxMinHelper()
571 SubscriptValue ub[maxRank], fromAt[maxRank]; in RTNAME()
572 SubscriptValue elements{1}; in RTNAME()
576 SubscriptValue fromUB{from.GetDimension(j).Extent()}; in RTNAME()
631 SubscriptValue ub[maxRank], lhsAt[maxRank], rhsAt[maxRank]; in RTNAME()
632 SubscriptValue elements{1}; in RTNAME()
640 SubscriptValue lhsExt{lhs.GetDimension(j).Extent()}; in RTNAME()
641 SubscriptValue rhsExt{rhs.GetDimension(j).Extent()}; in RTNAME()