Searched defs:hypotl (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libm/common/LD/
H A Dhypotl.c30 #pragma weak __hypotl = hypotl
33 * hypotl(x,y)
67 hypotl(long double x, long double y) { function
134 return (y1 * hypotl(x, y));
142 return (t1 * hypotl(x, y));
/illumos-gate/usr/src/lib/libm/common/Q/
H A Dhypotl.c30 #pragma weak __hypotl = hypotl
33 * long double hypotl(long double x, long double y);
67 hypotl(long double x, long double y) { function
143 return (scalbnl(one, -16381) * hypotl(x, y));
150 return (t1 * hypotl(x, y));

Completed in 49 milliseconds