Home
last modified time | relevance | path

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

/bionic/libm/upstream-freebsd/lib/msun/src/
Dcatrig.c135 f(double a, double b, double hypot_a_b) in f() argument
138 return ((hypot_a_b - b) / 2); in f()
141 return (a * a / (hypot_a_b + b) / 2); in f()
Dcatrigf.c80 f(float a, float b, float hypot_a_b) in f() argument
83 return ((hypot_a_b - b) / 2); in f()
86 return (a * a / (hypot_a_b + b) / 2); in f()
Dcatrigl.c99 f(long double a, long double b, long double hypot_a_b) in f() argument
102 return ((hypot_a_b - b) / 2); in f()
105 return (a * a / (hypot_a_b + b) / 2); in f()