Searched refs:__ieee754_hypot (Results 1 – 2 of 2) sorted by relevance
47 double __ieee754_hypot(double x, double y) in __ieee754_hypot() function126 double z = __ieee754_hypot(x, y); in hypot()134 strong_alias(__ieee754_hypot, hypot)
170 extern double __ieee754_hypot (double,double) attribute_hidden;
Completed in 3 milliseconds