Searched refs:eai2 (Results 1 – 2 of 2) sorted by relevance
754 const endpoints_and_weights& eai2, in compute_error_of_weight_set_2planes() argument781 vfloat actual_values2 = loada(eai2.weights + i); in compute_error_of_weight_set_2planes()783 vfloat error2 = diff * diff * loada(eai2.weight_error_scale + i); in compute_error_of_weight_set_2planes()806 vfloat actual_values2 = loada(eai2.weights + i); in compute_error_of_weight_set_2planes()808 vfloat error2 = diff * diff * loada(eai2.weight_error_scale + i); in compute_error_of_weight_set_2planes()831 vfloat actual_values2 = loada(eai2.weights + i); in compute_error_of_weight_set_2planes()833 vfloat error2 = diff * diff * loada(eai2.weight_error_scale + i); in compute_error_of_weight_set_2planes()
1770 const endpoints_and_weights& eai2,