Home
last modified time | relevance | path

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

/dports/games/golly/golly-3.3-src/gollybase/
H A Dhlifealgo.h281 void aftercalcpop2(node *root, int depth) ;
H A Dghashbase.cpp1176 void ghashbase::aftercalcpop2(ghnode *root, int depth) { in aftercalcpop2() function in ghashbase
1184 aftercalcpop2(root->nw, depth) ; in aftercalcpop2()
1185 aftercalcpop2(root->ne, depth) ; in aftercalcpop2()
1186 aftercalcpop2(root->sw, depth) ; in aftercalcpop2()
1187 aftercalcpop2(root->se, depth) ; in aftercalcpop2()
1225 aftercalcpop2(root, depth) ; in calcPopulation()
H A Dghashbase.h190 void aftercalcpop2(ghnode *root, int depth) ;
H A Dhlifealgo.cpp1300 void hlifealgo::aftercalcpop2(node *root, int depth) { in aftercalcpop2() function in hlifealgo
1308 aftercalcpop2(root->nw, depth) ; in aftercalcpop2()
1309 aftercalcpop2(root->ne, depth) ; in aftercalcpop2()
1310 aftercalcpop2(root->sw, depth) ; in aftercalcpop2()
1311 aftercalcpop2(root->se, depth) ; in aftercalcpop2()
1348 aftercalcpop2(root, depth) ; in calcPopulation()