Searched refs:kp_err_next_inpr (Results 1 – 2 of 2) sorted by relevance
142 extern f32 kp_err_next_inpr ; // Allowable range in variation of inclination (inner product)
49 f32 kp_err_next_inpr = 0.900f ; // Allowable range in variation of inclination (inn… variable1051 if ( f2 <= kp_err_next_inpr ) continue ; in select_2obj_continue()1052 f2 = ( 1.0f - f2 ) / ( 1.0f - kp_err_next_inpr ) ; // Slope error rate in select_2obj_continue()