Home
last modified time | relevance | path

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

/aoo41x/main/scaddins/source/analysis/
H A Danalysis.cxx1202 ComplexList z_list; in getImproduct() local
1204 z_list.Append( aNum1, AH_IgnoreEmpty ); in getImproduct()
1205 z_list.Append( aNL, AH_IgnoreEmpty ); in getImproduct()
1207 const Complex* p = z_list.First(); in getImproduct()
1214 for( p = z_list.Next() ; p ; p = z_list.Next() ) in getImproduct()
1250 ComplexList z_list; in getImsum() local
1252 z_list.Append( aNum1, AH_IgnoreEmpty ); in getImsum()
1253 z_list.Append( aFollowingPars, AH_IgnoreEmpty ); in getImsum()
1255 const Complex* p = z_list.First(); in getImsum()
1262 for( p = z_list.Next() ; p ; p = z_list.Next() ) in getImsum()

Completed in 21 milliseconds