Home
last modified time | relevance | path

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

/aoo42x/main/scaddins/source/analysis/
H A Danalysis.cxx1187 ComplexList z_list; in getImproduct() local
1189 z_list.Append( aNum1, AH_IgnoreEmpty ); in getImproduct()
1190 z_list.Append( aNL, AH_IgnoreEmpty ); in getImproduct()
1192 const Complex* p = z_list.First(); in getImproduct()
1199 for( p = z_list.Next() ; p ; p = z_list.Next() ) in getImproduct()
1235 ComplexList z_list; in getImsum() local
1237 z_list.Append( aNum1, AH_IgnoreEmpty ); in getImsum()
1238 z_list.Append( aFollowingPars, AH_IgnoreEmpty ); in getImsum()
1240 const Complex* p = z_list.First(); in getImsum()
1247 for( p = z_list.Next() ; p ; p = z_list.Next() ) in getImsum()

Completed in 33 milliseconds