Searched refs:eai2 (Results 1 – 2 of 2) sorted by relevance
684 const endpoints_and_weights& eai2, in compute_error_of_weight_set_2planes() argument711 vfloat actual_values2 = loada(eai2.weights + i); in compute_error_of_weight_set_2planes()713 vfloat error2 = diff * diff * loada(eai2.weight_error_scale + i); in compute_error_of_weight_set_2planes()736 vfloat actual_values2 = loada(eai2.weights + i); in compute_error_of_weight_set_2planes()738 vfloat error2 = diff * diff * loada(eai2.weight_error_scale + i); in compute_error_of_weight_set_2planes()761 vfloat actual_values2 = loada(eai2.weights + i); in compute_error_of_weight_set_2planes()763 vfloat error2 = diff * diff * loada(eai2.weight_error_scale + i); in compute_error_of_weight_set_2planes()
2076 const endpoints_and_weights& eai2,