Home
last modified time | relevance | path

Searched refs:ArrayIndexIndexed (Results 1 – 6 of 6) sorted by relevance

/dports/science/gnudatalanguage/gdl-1.0.1/src/
H A Dallix.cpp93 assert( dynamic_cast<ArrayIndexIndexed*>( (*ixList)[0]) != NULL); in operator []()
98 assert( dynamic_cast<ArrayIndexIndexed*>( (*ixList)[l]) != NULL); in operator []()
107 assert( dynamic_cast<ArrayIndexIndexed*>( (*ixList)[0]) != NULL); in InitSeqAccess()
112 assert( dynamic_cast<ArrayIndexIndexed*>( (*ixList)[l]) != NULL); in InitSeqAccess()
122 assert( dynamic_cast<ArrayIndexIndexed*>( (*ixList)[0]) != NULL); in SeqAccess()
126 assert( dynamic_cast<ArrayIndexIndexed*>( (*ixList)[l]) != NULL); in SeqAccess()
185 seqIx += static_cast< ArrayIndexIndexed*>((*ixList)[0])->GetIx( 0); in InitSeqAccess()
215 seqIx += static_cast< ArrayIndexIndexed*>((*ixList)[0])->GetIx( seqIter0); in SeqAccess()
223 seqIx += static_cast< ArrayIndexIndexed*>((*ixList)[0])->GetIx( seqIter0); in SeqAccess()
283 seqIx += static_cast< ArrayIndexIndexed*>((*ixList)[0])->GetIx( 0); in InitSeqAccess()
[all …]
H A Darrayindex.hpp426 class ArrayIndexIndexed: public ArrayIndexT class
441 ArrayIndexIndexed( const ArrayIndexT& r) {} in ArrayIndexIndexed() function in ArrayIndexIndexed
488 ~ArrayIndexIndexed() in ~ArrayIndexIndexed()
494 ArrayIndexIndexed( bool strictArrSubs_ = false): in ArrayIndexIndexed() function in ArrayIndexIndexed
502 ArrayIndexIndexed* d = new ArrayIndexIndexed( strictArrSubs); in Dup()
H A Darrayindexlistt.hpp230 return static_cast<ArrayIndexIndexed*>(ix)->GetDim(); in GetDim()
253 allIx = static_cast< ArrayIndexIndexed*>(ix)->GetAllIx(); in BuildIx()
1516 baseIx = static_cast< ArrayIndexIndexed*>( ixList[0])->GetIx0();// * varStride[0]; in SetVariable()
1547 baseIx += static_cast< ArrayIndexIndexed*>( ixList[i])->GetIx0() * varStride[i]; in SetVariable()
1567 return static_cast<ArrayIndexIndexed*>(ixList[0])->GetDim(); in GetDim()
1606 allIx = static_cast< ArrayIndexIndexed*>(ix)->GetAllIx(); in BuildIx()
2117 baseIx = static_cast< ArrayIndexIndexed*>( ixList[0])->GetIx0();// * varStride[0]; in SetVariable()
2148 baseIx += static_cast< ArrayIndexIndexed*>( ixList[i])->GetIx0() * varStride[i]; in SetVariable()
H A Darrayindexlistnoassoct.hpp196 return static_cast<ArrayIndexIndexed*>(ix)->GetDim(); in GetDim()
223 allIx = static_cast< ArrayIndexIndexed*>(ix)->GetAllIx(); in BuildIx()
1638 baseIx = static_cast< ArrayIndexIndexed*>( ixList[0])->GetIx0();// * varStride[0]; in SetVariable()
1669 baseIx += static_cast< ArrayIndexIndexed*>( ixList[i])->GetIx0() * varStride[i]; in SetVariable()
1690 return static_cast<ArrayIndexIndexed*>(ixList[0])->GetDim(); in GetDim()
2273 baseIx = static_cast< ArrayIndexIndexed*>( ixList[0])->GetIx0();// * varStride[0]; in SetVariable()
2304 baseIx += static_cast< ArrayIndexIndexed*>( ixList[i])->GetIx0() * varStride[i]; in SetVariable()
H A Dgdlc.tree.g1039 ixList->push_back( new ArrayIndexIndexed());
H A DGDLTreeParser.cpp4823 ixList->push_back( new ArrayIndexIndexed()); in arrayindex()