Searched refs:hypotl (Results 1 - 14 of 14) sorted by last modified time

/freebsd-11-stable/lib/msun/src/
H A Dmath.h470 long double hypotl(long double, long double);
H A De_hypotl.c49 hypotl(long double x, long double y) function
H A De_hypot.c128 __weak_reference(hypot, hypotl);
H A Ds_clogl.c89 RETURNI(CMPLXL(logl(hypotl(x, y)), v));
104 RETURNI(CMPLXL(logl(hypotl(x * 0x1p-16382L, y * 0x1p-16382L)) +
107 RETURNI(CMPLXL(logl(hypotl(x, y)), v));
111 RETURNI(CMPLXL(logl(hypotl(x * 0x1p16383L, y * 0x1p16383L)) +
116 RETURNI(CMPLXL(logl(hypotl(x, y)), v));
H A Ds_csqrtl.c104 t = sqrtl((a + hypotl(a, b)) * 0.5);
107 t = sqrtl((-a + hypotl(a, b)) * 0.5);
H A Dcatrigl.c115 R = hypotl(x, y + 1);
116 S = hypotl(x, y - 1);
316 return (CMPLXL(logl(hypotl(x / m_e, y / m_e)) + 1,
320 return (CMPLXL(logl(hypotl(x, y)), atan2l(y, x)));
H A Dw_cabsl.c19 return hypotl(creall(z), cimagl(z));
/freebsd-11-stable/lib/msun/
H A DMakefile215 hypot.3 hypotf.3 hypot.3 hypotl.3
/freebsd-11-stable/contrib/netbsd-tests/lib/libm/
H A Dt_hypot.c77 atf_tc_set_md_var(tc, "descr", "Test hypotl near underflow");
87 volatile long double val = hypotl(a, b);
/freebsd-11-stable/contrib/llvm-project/libcxx/include/
H A Dmath.h206 long double hypotl(long double x, long double y);
1307 inline _LIBCPP_INLINE_VISIBILITY long double hypot(long double __lcpp_x, long double __lcpp_y) _NOEXCEPT {return ::hypotl(__lcpp_x, __lcpp_y);}
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Dtgmath.h830 __tg_hypot(long double __x, long double __y) {return hypotl(__x, __y);}
/freebsd-11-stable/gnu/lib/libstdc++/
H A Dconfig.h136 /* Define to 1 if you have the `hypotl' function. */
946 # define hypotl _hypotl macro
/freebsd-11-stable/contrib/libstdc++/
H A Dconfigure22673 echo "$as_me:$LINENO: checking for hypotl declaration" >&5
22674 echo $ECHO_N "checking for hypotl declaration... $ECHO_C" >&6
22698 hypotl(0, 0);
22748 for ac_func in hypotl
31010 hypotl(0.0l, 0.0l);
[all...]
/freebsd-11-stable/contrib/libstdc++/libmath/
H A Dstubs.c285 hypotl(long double x, long double y) function

Completed in 361 milliseconds