Searched refs:fast_val (Results 1 – 2 of 2) sorted by relevance
119 static int find_closest_slow_by_fast(unsigned int fast_val, unsigned int *target, in find_closest_slow_by_fast() argument126 multipliers[sel] * fast_val < *target; sel++) in find_closest_slow_by_fast()133 *target = multipliers[sel] * fast_val; in find_closest_slow_by_fast()
103 static int find_closest_slow_by_fast(int fast_val, int target, int *slowsel) in find_closest_slow_by_fast() argument109 multipliers[sel] * fast_val < target; sel++) in find_closest_slow_by_fast()