Searched refs:hypotl (Results 1 – 25 of 32) sorted by relevance
12
| /freebsd-10-stable/lib/msun/src/ |
| D | s_csqrtl.c | 96 t = sqrtl((a + hypotl(a, b)) * 0.5); in csqrtl() 99 t = sqrtl((-a + hypotl(a, b)) * 0.5); in csqrtl()
|
| D | w_cabsl.c | 19 return hypotl(creall(z), cimagl(z)); in cabsl()
|
| D | e_hypot.c | 128 __weak_reference(hypot, hypotl);
|
| D | e_hypotl.c | 49 hypotl(long double x, long double y) in hypotl() function
|
| D | math.h | 475 long double hypotl(long double, long double);
|
| /freebsd-10-stable/lib/msun/ |
| D | Symbol.map | 206 hypotl;
|
| D | Makefile | 188 hypot.3 hypotf.3 hypot.3 hypotl.3
|
| /freebsd-10-stable/contrib/libstdc++/libmath/ |
| D | stubs.c | 285 hypotl(long double x, long double y) in hypotl() function
|
| /freebsd-10-stable/gnu/lib/libstdc++/ |
| D | config.h | 946 # define hypotl _hypotl macro
|
| /freebsd-10-stable/contrib/libstdc++/include/tr1/ |
| D | cmath | 84 #undef hypotl 217 using ::hypotl;
|
| /freebsd-10-stable/contrib/libc++/include/ |
| D | cmath | 210 long double hypotl(long double x, long double y); 1289 …uble hypot(long double __lcpp_x, long double __lcpp_y) _NOEXCEPT {return hypotl(__lcpp_x, __lcpp_y… 1655 using ::hypotl;
|
| /freebsd-10-stable/contrib/libstdc++/ |
| D | config.h.in | 130 /* Define to 1 if you have the `hypotl' function. */ 928 # define hypotl _hypotl macro
|
| D | linkage.m4 | 477 GLIBCXX_CHECK_MATH_DECL_AND_LINKAGE_2(hypotl)
|
| D | ChangeLog-1999 | 3228 * math/Makefile.am (EXTRA_DIST): Add hypot.c, hypotf.c, hypotl.c, 3239 * math/hypotl.c: New file.
|
| D | ChangeLog-2001 | 2398 hypotl, atan2f, atan2l. Remove from REPLACE_MATHFUNCS list. 2402 * libmath/Makefile.am (EXTRA_LONG_DOUBLE_yes): Remove hypotl.c 2407 * libmath/hypotl.c: Likewise.
|
| D | acinclude.m4 | 1178 hypotl(0.0l, 0.0l);
|
| /freebsd-10-stable/contrib/libstdc++/config/abi/pre/ |
| D | gnu.ver | 496 hypotl;
|
| /freebsd-10-stable/contrib/llvm/tools/clang/lib/Headers/ |
| D | tgmath.h | 837 __tg_hypot(long double __x, long double __y) {return hypotl(__x, __y);} in __tg_hypot()
|
| /freebsd-10-stable/contrib/gcc/ |
| D | builtins.def | 266 DEF_C99_BUILTIN (BUILT_IN_HYPOTL, "hypotl", BT_FN_LONGDOUBLE_LONGDOUBLE_LONGDOUBLE, ATTR_MAT…
|
| /freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Basic/ |
| D | Builtins.def | 946 LIBBUILTIN(hypotl, "LdLdLd", "fne", "math.h", ALL_LANGUAGES)
|
| /freebsd-10-stable/contrib/libstdc++/config/abi/post/hppa-linux-gnu/ |
| D | baseline_symbols.txt | 2176 FUNC:hypotl@@GLIBCXX_3.4
|
| /freebsd-10-stable/contrib/libstdc++/config/abi/post/powerpc64-linux-gnu/ |
| D | baseline_symbols.txt | 2176 FUNC:hypotl@@GLIBCXX_3.4
|
| /freebsd-10-stable/contrib/libstdc++/config/abi/post/sparc-linux-gnu/ |
| D | baseline_symbols.txt | 2176 FUNC:hypotl@@GLIBCXX_3.4
|
| /freebsd-10-stable/contrib/libstdc++/config/abi/post/s390-linux-gnu/ |
| D | baseline_symbols.txt | 2176 FUNC:hypotl@@GLIBCXX_3.4
|
| /freebsd-10-stable/contrib/libstdc++/config/abi/post/powerpc-linux-gnu/ |
| D | baseline_symbols.txt | 2176 FUNC:hypotl@@GLIBCXX_3.4
|
12