Lines Matching refs:logStep
101 if( pg.logStep < 1. + FLT_EPSILON )
372 grid.logStep = 5; // total iterations = 5
378 grid.logStep = 15; // total iterations = 4
384 grid.logStep = 7; // total iterations = 4
390 grid.logStep = 3; // total iterations = 3
396 grid.logStep = 14; // total iterations = 3
402 grid.logStep = 7; // total iterations = 3
1646 if( grid.logStep <= 1 ) \
1649 grid.logStep = 10; \
1766 for( params.var = grid.minVal; params.var == grid.minVal || params.var < grid.maxVal; params.var = (grid.minVal == grid.maxVal) ? grid.maxVal + 1 : params.var * grid.logStep )