Home
last modified time | relevance | path

Searched refs:hypot_a_b (Results 1 – 2 of 2) sorted by relevance

/bionic/libm/upstream-freebsd/lib/msun/src/
Dcatrig.c133 f(double a, double b, double hypot_a_b) in f() argument
136 return ((hypot_a_b - b) / 2); in f()
139 return (a * a / (hypot_a_b + b) / 2); in f()
Dcatrigf.c78 f(float a, float b, float hypot_a_b) in f() argument
81 return ((hypot_a_b - b) / 2); in f()
84 return (a * a / (hypot_a_b + b) / 2); in f()