Searched refs:ratio (Results 1 – 2 of 2) sorted by relevance
26 long double denom, ratio, x, y; in __divtc3() local34 ratio = c / d; in __divtc3()35 denom = (c * ratio) + d; in __divtc3()36 x = ((a * ratio) + b) / denom; in __divtc3()37 y = ((b * ratio) - a) / denom; in __divtc3()41 ratio = d / c; in __divtc3()42 denom = (d * ratio) + c; in __divtc3()43 x = ((b * ratio) + a) / denom; in __divtc3()44 y = (b - (a * ratio)) / denom; in __divtc3()
4848 # Cases where the ratio of two values in a wider format is very close
Completed in 8 milliseconds