Searched refs:poly_coe (Results 1 – 1 of 1) sorted by relevance
76 float poly_coe = poly_array[j] == 0 ? 0 : -poly_array[j]; in LT() local79 coefficient_array[k] = coefficient_array[k] * poly_coe + coefficient_array[k - 1]; in LT()81 coefficient_array[0] *= poly_coe; in LT()