| /freebsd/lib/msun/src/ |
| H A D | s_clogl.c | 86 RETURNI(CMPLXL(logl(hypotl(x, y)), v)); in clogl() 101 RETURNI(CMPLXL(logl(hypotl(x * 0x1p-16382L, y * 0x1p-16382L)) + in clogl() 104 RETURNI(CMPLXL(logl(hypotl(x, y)), v)); in clogl() 108 RETURNI(CMPLXL(logl(hypotl(x * 0x1p16383L, y * 0x1p16383L)) + in clogl() 113 RETURNI(CMPLXL(logl(hypotl(x, y)), v)); in clogl()
|
| H A D | s_csqrtl.c | 113 t = sqrtl((a + hypotl(a, b)) * 0.5); in csqrtl() 117 t = sqrtl((-a + hypotl(a, b)) * 0.5); in csqrtl()
|
| H A D | catrigl.c | 112 R = hypotl(x, y + 1); in do_hard_work() 113 S = hypotl(x, y - 1); in do_hard_work() 313 return (CMPLXL(logl(hypotl(x / m_e, y / m_e)) + 1, in clog_for_large_values() 317 return (CMPLXL(logl(hypotl(x, y)), atan2l(y, x))); in clog_for_large_values()
|
| H A D | w_cabsl.c | 16 return hypotl(creall(z), cimagl(z)); in cabsl()
|
| H A D | e_hypot.c | 124 __weak_reference(hypot, hypotl);
|
| H A D | e_hypotl.c | 45 hypotl(long double x, long double y) in hypotl() function
|
| H A D | math.h | 470 long double hypotl(long double, long double);
|
| /freebsd/contrib/netbsd-tests/lib/libm/ |
| H A D | t_hypot.c | 87 volatile long double val = hypotl(a, b); in ATF_TC_BODY()
|
| /freebsd/lib/msun/ |
| H A D | Symbol.map | 204 hypotl;
|
| H A D | Makefile | 258 hypot.3 hypotf.3 hypot.3 hypotl.3
|
| /freebsd/contrib/llvm-project/libcxx/modules/std.compat/ |
| H A D | cmath.inc | 135 using ::hypotl _LIBCPP_USING_IF_EXISTS;
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/ |
| H A D | cmath | 217 long double hypotl(long double x, long double y); 533 using ::hypotl _LIBCPP_USING_IF_EXISTS;
|
| /freebsd/contrib/llvm-project/libcxx/include/ |
| H A D | cmath | 217 long double hypotl(long double x, long double y); 537 using ::hypotl _LIBCPP_USING_IF_EXISTS;
|
| /freebsd/contrib/llvm-project/libcxx/modules/std/ |
| H A D | cmath.cppm | |
| H A D | cmath.inc | 136 using std::hypotl _LIBCPP_USING_IF_EXISTS;
|
| /freebsd/contrib/llvm-project/clang/lib/Headers/ |
| H A D | tgmath.h | 830 __tg_hypot(long double __x, long double __y) {return hypotl(__x, __y);} in __tg_hypot()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | TargetLibraryInfo.def | 1684 /// long double hypotl(long double x, long double y); 1685 TLI_DEFINE_ENUM_INTERNAL(hypotl) 1686 TLI_DEFINE_STRING_INTERNAL("hypotl")
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
| H A D | CSymbolMap.inc | 521 SYMBOL(hypotl, None, <math.h>)
|
| H A D | StdSymbolMap.inc | 1500 SYMBOL(hypotl, std::, <cmath>) 1501 SYMBOL(hypotl, None, <cmath>) 1502 SYMBOL(hypotl, None, <math.h>)
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
| H A D | libc_ubuntu1404_abilist.txt | 2019 fun:hypotl=uninstrumented
|