Home
last modified time | relevance | path

Searched refs:hypotl (Results 1 – 25 of 32) sorted by relevance

12

/freebsd-10-stable/lib/msun/src/
Ds_csqrtl.c96 t = sqrtl((a + hypotl(a, b)) * 0.5); in csqrtl()
99 t = sqrtl((-a + hypotl(a, b)) * 0.5); in csqrtl()
Dw_cabsl.c19 return hypotl(creall(z), cimagl(z)); in cabsl()
De_hypot.c128 __weak_reference(hypot, hypotl);
De_hypotl.c49 hypotl(long double x, long double y) in hypotl() function
Dmath.h475 long double hypotl(long double, long double);
/freebsd-10-stable/lib/msun/
DSymbol.map206 hypotl;
DMakefile188 hypot.3 hypotf.3 hypot.3 hypotl.3
/freebsd-10-stable/contrib/libstdc++/libmath/
Dstubs.c285 hypotl(long double x, long double y) in hypotl() function
/freebsd-10-stable/gnu/lib/libstdc++/
Dconfig.h946 # define hypotl _hypotl macro
/freebsd-10-stable/contrib/libstdc++/include/tr1/
Dcmath84 #undef hypotl
217 using ::hypotl;
/freebsd-10-stable/contrib/libc++/include/
Dcmath210 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++/
Dconfig.h.in130 /* Define to 1 if you have the `hypotl' function. */
928 # define hypotl _hypotl macro
Dlinkage.m4477 GLIBCXX_CHECK_MATH_DECL_AND_LINKAGE_2(hypotl)
DChangeLog-19993228 * math/Makefile.am (EXTRA_DIST): Add hypot.c, hypotf.c, hypotl.c,
3239 * math/hypotl.c: New file.
DChangeLog-20012398 hypotl, atan2f, atan2l. Remove from REPLACE_MATHFUNCS list.
2402 * libmath/Makefile.am (EXTRA_LONG_DOUBLE_yes): Remove hypotl.c
2407 * libmath/hypotl.c: Likewise.
Dacinclude.m41178 hypotl(0.0l, 0.0l);
/freebsd-10-stable/contrib/libstdc++/config/abi/pre/
Dgnu.ver496 hypotl;
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Headers/
Dtgmath.h837 __tg_hypot(long double __x, long double __y) {return hypotl(__x, __y);} in __tg_hypot()
/freebsd-10-stable/contrib/gcc/
Dbuiltins.def266 DEF_C99_BUILTIN (BUILT_IN_HYPOTL, "hypotl", BT_FN_LONGDOUBLE_LONGDOUBLE_LONGDOUBLE, ATTR_MAT…
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Basic/
DBuiltins.def946 LIBBUILTIN(hypotl, "LdLdLd", "fne", "math.h", ALL_LANGUAGES)
/freebsd-10-stable/contrib/libstdc++/config/abi/post/hppa-linux-gnu/
Dbaseline_symbols.txt2176 FUNC:hypotl@@GLIBCXX_3.4
/freebsd-10-stable/contrib/libstdc++/config/abi/post/powerpc64-linux-gnu/
Dbaseline_symbols.txt2176 FUNC:hypotl@@GLIBCXX_3.4
/freebsd-10-stable/contrib/libstdc++/config/abi/post/sparc-linux-gnu/
Dbaseline_symbols.txt2176 FUNC:hypotl@@GLIBCXX_3.4
/freebsd-10-stable/contrib/libstdc++/config/abi/post/s390-linux-gnu/
Dbaseline_symbols.txt2176 FUNC:hypotl@@GLIBCXX_3.4
/freebsd-10-stable/contrib/libstdc++/config/abi/post/powerpc-linux-gnu/
Dbaseline_symbols.txt2176 FUNC:hypotl@@GLIBCXX_3.4

12