Searched refs:lb_z_max (Results 1 – 3 of 3) sorted by relevance
286 const double lb_z_max = 10.; in updateWeightsAndTrim() local299 w->ord_responses[si] = std::min(z, lb_z_max); in updateWeightsAndTrim()304 w->ord_responses[si] = -std::min(z, lb_z_max); in updateWeightsAndTrim()
1145 const double lb_z_max = 10.; in update_weights() local1170 responses[i] = (float)MIN(z, lb_z_max); in update_weights()1175 responses[i] = (float)-MIN(z, lb_z_max); in update_weights()
1358 const double lb_z_max = 10.; in update_weights() local1385 fdata[sample_idx[i]*step] = (float)MIN(z, lb_z_max); in update_weights()1390 fdata[sample_idx[i]*step] = (float)-MIN(z, lb_z_max); in update_weights()