Searched refs:hypot_a_b (Results 1 – 3 of 3) sorted by relevance
135 f(double a, double b, double hypot_a_b) in f() argument138 return ((hypot_a_b - b) / 2); in f()141 return (a * a / (hypot_a_b + b) / 2); in f()
80 f(float a, float b, float hypot_a_b) in f() argument83 return ((hypot_a_b - b) / 2); in f()86 return (a * a / (hypot_a_b + b) / 2); in f()
99 f(long double a, long double b, long double hypot_a_b) in f() argument102 return ((hypot_a_b - b) / 2); in f()105 return (a * a / (hypot_a_b + b) / 2); in f()