Searched refs:hypotf (Results 1 - 9 of 9) sorted by relevance

/freebsd-10.3-release/lib/msun/src/
H A Dw_cabsf.c2 * cabsf() wrapper for hypotf().
22 return hypotf(crealf(z), cimagf(z));
H A Dcatrigf.c94 R = hypotf(x, y + 1);
95 S = hypotf(x, y - 1);
294 return (CMPLXF(logf(hypotf(x / m_e, y / m_e)) + 1,
298 return (CMPLXF(logf(hypotf(x, y)), atan2f(y, x)));
H A Dmath.h381 float hypotf(float, float);
H A Dmath_private.h728 #define __ieee754_hypotf hypotf
/freebsd-10.3-release/contrib/libstdc++/libmath/
H A Dstubs.c261 hypotf(float x, float y) function
/freebsd-10.3-release/gnu/lib/libstdc++/
H A Dconfig.h133 /* Define to 1 if you have the `hypotf' function. */
941 # define hypotf _hypotf macro
/freebsd-10.3-release/lib/msun/
H A DMakefile187 hypot.3 hypotf.3 hypot.3 hypotl.3
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Headers/
H A Dtgmath.h829 __tg_hypot(float __x, float __y) {return hypotf(__x, __y);}
/freebsd-10.3-release/contrib/libstdc++/
H A Dconfigure15159 echo "$as_me:$LINENO: checking for hypotf declaration" >&5
15160 echo $ECHO_N "checking for hypotf declaration... $ECHO_C" >&6
15184 hypotf(0, 0);
15234 for ac_func in hypotf
31009 hypotf(0.0f, 0.0f);
[all...]

Completed in 158 milliseconds