Home
last modified time | relevance | path

Searched refs:GetIx0 (Results 1 – 3 of 3) sorted by relevance

/dports/science/gnudatalanguage/gdl-1.0.1/src/
H A Darrayindex.hpp89 virtual RangeT GetIx0()=0;
190 RangeT GetIx0() in GetIx0() function in ArrayIndexScalar
265 RangeT GetIx0() in GetIx0() function in ArrayIndexScalarVP
332 RangeT GetIx0() in GetIx0() function in CArrayIndexScalar
472 RangeT GetIx0() in GetIx0() function in ArrayIndexIndexed
641 RangeT GetIx0() in GetIx0() function in CArrayIndexIndexed
752 RangeT GetIx0() { return 0;} in GetIx0() function in ArrayIndexAll
791 RangeT GetIx0() { return s;} in GetIx0() function in ArrayIndexORange
903 RangeT GetIx0() { return s;} in GetIx0() function in ArrayIndexRange
1042 RangeT GetIx0() { return s;} in GetIx0() function in ArrayIndexORangeS
[all …]
H A Darrayindexlistt.hpp303 return ix->GetIx0(); in LongIx()
312 var->AssignAtIx( ix->GetIx0(), right); in AssignAt()
344 return var->NewIx( ix->GetIx0()); in Index()
355 destStart = ix->GetIx0(); in GetDimIx0()
1417 baseIx = ixList[0]->GetIx0(); // * varStride[0]; // GetS() not ok because INDEXED in SetVariable()
1423 baseIx += ixList[i]->GetIx0() * varStride[i]; // GetS() not ok because INDEXED in SetVariable()
1663 SizeT dStart = ixList[0]->GetIx0(); in LongIx()
1665 dStart += ixList[i]->GetIx0() * varStride[ i]; in LongIx()
1710 actIx[ i] = ixList[i]->GetIx0(); in GetDimIx0()
2034 baseIx = ixList[0]->GetIx0(); // * varStride[0]; // GetS() not ok because INDEXED in SetVariable()
[all …]
H A Darrayindexlistnoassoct.hpp273 return ix->GetIx0(); in LongIx()
282 var->AssignAtIx( ix->GetIx0(), right); in AssignAt()
311 return var->NewIx( ix->GetIx0()); in Index()
322 destStart = ix->GetIx0(); in GetDimIx0()
1542 baseIx += ixList[i]->GetIx0() * varStride[i]; // GetS() not ok because INDEXED in SetVariable()
1751 SizeT dStart = ixList[0]->GetIx0(); in LongIx()
1753 dStart += ixList[i]->GetIx0() * varStride[ i]; in LongIx()
1799 actIx[ i] = ixList[i]->GetIx0(); in GetDimIx0()
2188 baseIx = ixList[0]->GetIx0(); // * varStride[0]; // GetS() not ok because INDEXED in SetVariable()
2194 baseIx += ixList[i]->GetIx0() * varStride[i]; // GetS() not ok because INDEXED in SetVariable()
[all …]