Searched refs:lb_z_max (Results 1 – 2 of 2) sorted by relevance
288 const double lb_z_max = 10.; in updateWeightsAndTrim() local301 w->ord_responses[si] = std::min(z, lb_z_max); in updateWeightsAndTrim()306 w->ord_responses[si] = -std::min(z, lb_z_max); in updateWeightsAndTrim()
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()