Searched defs:g_step (Results 1 - 2 of 2) sorted by relevance

/external/opencv/ml/src/
H A Dmlsvm.cpp1612 double degree_step = 10, g_step = 10, coef_step = 10, C_step = 10, nu_step = 10, p_step = 10; local
1696 CV_ASSERT( g_step > 1 && degree_step > 1 && coef_step > 1);
2448 g_step = 15,
2522 g_step = gamma_grid->step;
2619 assert( g_step > 1 && degree_step > 1 && coef_step > 1);
2626 for( gamma= g_begin; gamma <= g_end; gamma *= g_step )
/external/syslinux/gpxe/src/drivers/net/ath5k/
H A Dath5k_phy.c219 const struct ath5k_gain_opt_step *g_step; local
231 g_step = &go->go_step[ah->ah_gain.g_step_idx];
247 mix = g_step->gos_param[0];
328 const struct ath5k_gain_opt_step *g_step; local
342 g_step = &go->go_step[ah->ah_gain.g_step_idx];
353 g_step = &go->go_step[ah->ah_gain.g_step_idx])
356 g_step->gos_gain);
371 g_step = &go->go_step[ah->ah_gain.g_step_idx])
374 g_step->gos_gain);
525 const struct ath5k_gain_opt_step *g_step; local
[all...]

Completed in 166 milliseconds