Home
last modified time | relevance | path

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

12345678910>>...43

/dports/devel/gnulib/gnulib-20140202-stable/doc/posix-functions/
H A Dhypotl.texi1 @node hypotl
2 @section @code{hypotl}
3 @findex hypotl
5 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/hypotl.html}
7 Gnulib module: hypotl or hypotl-ieee
9 Portability problems fixed by either Gnulib module @code{hypotl} or @code{hypotl-ieee}:
19 Portability problems fixed by Gnulib module @code{hypotl-ieee}:
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/doc/posix-functions/
H A Dhypotl.texi1 @node hypotl
2 @section @code{hypotl}
3 @findex hypotl
5 POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9699919799/functions/hypotl.html}
7 Gnulib module: hypotl or hypotl-ieee
9 Portability problems fixed by either Gnulib module @code{hypotl} or @code{hypotl-ieee}:
19 Portability problems fixed by Gnulib module @code{hypotl-ieee}:
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/m4/
H A Dhypotl.m41 # hypotl.m4 serial 11
13 dnl Persuade glibc <math.h> to declare hypotl().
16 dnl Test whether hypotl() exists. Assume that hypotl(), if it exists, is
20 AC_CHECK_FUNCS([hypotl])
63 /* Test hypotl(NaN,Infinity).
96 dnl to define rpl_hypotl, not hypotl.
97 AC_CHECK_DECLS([hypotl], [REPLACE_HYPOTL=1], , [[#include <math.h>]])
100 dnl Find libraries needed to link lib/hypotl.c.
134 dnl Test whether hypotl() works.
142 AC_CACHE_CHECK([whether hypotl works], [gl_cv_func_hypotl_works],
[all …]
/dports/devel/gnulib/gnulib-20140202-stable/m4/
H A Dhypotl.m41 # hypotl.m4 serial 5
13 dnl Persuade glibc <math.h> to declare hypotl().
16 dnl Test whether hypotl() exists. Assume that hypotl(), if it exists, is
20 AC_CHECK_FUNCS([hypotl])
37 AC_CACHE_CHECK([whether hypotl works according to ISO C 99 with IEC 60559],
61 long double (*my_hypotl) (long double, long double) = argc ? hypotl : dummy;
63 /* Test hypotl(NaN,Infinity).
92 dnl Find libraries needed to link lib/hypotl.c.
126 dnl Test whether hypotl() works.
134 AC_CACHE_CHECK([whether hypotl works], [gl_cv_func_hypotl_works],
[all …]
/dports/devel/gnulib/gnulib-20140202-stable/modules/
H A Dhypotl2 hypotl() function: length of a vector in the plane.
5 lib/hypotl.c
6 m4/hypotl.m4
23 AC_LIBOBJ([hypotl])
25 gl_MATH_MODULE_INDICATOR([hypotl])
H A Dhypotl-tests2 tests/test-hypotl.c
15 TESTS += test-hypotl
16 check_PROGRAMS += test-hypotl
17 test_hypotl_SOURCES = test-hypotl.c randoml.c
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/modules/
H A Dhypotl2 hypotl() function: length of a vector in the plane.
5 lib/hypotl.c
6 m4/hypotl.m4
23 AC_LIBOBJ([hypotl])
25 gl_MATH_MODULE_INDICATOR([hypotl])
H A Dhypotl-tests2 tests/test-hypotl.c
15 TESTS += test-hypotl
16 check_PROGRAMS += test-hypotl
17 test_hypotl_SOURCES = test-hypotl.c randoml.c
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gcc.dg/
H A Dbuiltins-20.c589 if (hypotl (x, 0) != fabsl(x)) in test2l()
592 if (hypotl (0, x) != fabsl(x)) in test2l()
598 if (hypotl (-x, y) != hypotl (x, y)) in test2l()
601 if (hypotl (x, -y) != hypotl (x, y)) in test2l()
604 if (hypotl (-x, -y) != hypotl (x, y)) in test2l()
607 if (hypotl (fabsl(x), y) != hypotl (x, y)) in test2l()
610 if (hypotl (x, fabsl(y)) != hypotl (x, y)) in test2l()
613 if (hypotl (fabsl(x), fabsl(y)) != hypotl (x, y)) in test2l()
616 if (hypotl (-fabsl(-x), -fabsl(fabsl(fabsl(-y)))) != hypotl (x, y)) in test2l()
619 if (hypotl (-x, 0) != fabsl(x)) in test2l()
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.dg/
H A Dbuiltins-20.c588 if (hypotl (x, 0) != fabsl(x)) in test2l()
591 if (hypotl (0, x) != fabsl(x)) in test2l()
597 if (hypotl (-x, y) != hypotl (x, y)) in test2l()
600 if (hypotl (x, -y) != hypotl (x, y)) in test2l()
603 if (hypotl (-x, -y) != hypotl (x, y)) in test2l()
606 if (hypotl (fabsl(x), y) != hypotl (x, y)) in test2l()
609 if (hypotl (x, fabsl(y)) != hypotl (x, y)) in test2l()
612 if (hypotl (fabsl(x), fabsl(y)) != hypotl (x, y)) in test2l()
615 if (hypotl (-fabsl(-x), -fabsl(fabsl(fabsl(-y)))) != hypotl (x, y)) in test2l()
618 if (hypotl (-x, 0) != fabsl(x)) in test2l()
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/gcc.dg/
H A Dbuiltins-20.c589 if (hypotl (x, 0) != fabsl(x)) in test2l()
592 if (hypotl (0, x) != fabsl(x)) in test2l()
598 if (hypotl (-x, y) != hypotl (x, y)) in test2l()
601 if (hypotl (x, -y) != hypotl (x, y)) in test2l()
604 if (hypotl (-x, -y) != hypotl (x, y)) in test2l()
607 if (hypotl (fabsl(x), y) != hypotl (x, y)) in test2l()
610 if (hypotl (x, fabsl(y)) != hypotl (x, y)) in test2l()
613 if (hypotl (fabsl(x), fabsl(y)) != hypotl (x, y)) in test2l()
616 if (hypotl (-fabsl(-x), -fabsl(fabsl(fabsl(-y)))) != hypotl (x, y)) in test2l()
619 if (hypotl (-x, 0) != fabsl(x)) in test2l()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gcc.dg/
H A Dbuiltins-20.c588 if (hypotl (x, 0) != fabsl(x)) in test2l()
591 if (hypotl (0, x) != fabsl(x)) in test2l()
597 if (hypotl (-x, y) != hypotl (x, y)) in test2l()
600 if (hypotl (x, -y) != hypotl (x, y)) in test2l()
603 if (hypotl (-x, -y) != hypotl (x, y)) in test2l()
606 if (hypotl (fabsl(x), y) != hypotl (x, y)) in test2l()
609 if (hypotl (x, fabsl(y)) != hypotl (x, y)) in test2l()
612 if (hypotl (fabsl(x), fabsl(y)) != hypotl (x, y)) in test2l()
615 if (hypotl (-fabsl(-x), -fabsl(fabsl(fabsl(-y)))) != hypotl (x, y)) in test2l()
618 if (hypotl (-x, 0) != fabsl(x)) in test2l()
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.dg/
H A Dbuiltins-20.c588 if (hypotl (x, 0) != fabsl(x)) in test2l()
591 if (hypotl (0, x) != fabsl(x)) in test2l()
597 if (hypotl (-x, y) != hypotl (x, y)) in test2l()
600 if (hypotl (x, -y) != hypotl (x, y)) in test2l()
603 if (hypotl (-x, -y) != hypotl (x, y)) in test2l()
606 if (hypotl (fabsl(x), y) != hypotl (x, y)) in test2l()
609 if (hypotl (x, fabsl(y)) != hypotl (x, y)) in test2l()
612 if (hypotl (fabsl(x), fabsl(y)) != hypotl (x, y)) in test2l()
615 if (hypotl (-fabsl(-x), -fabsl(fabsl(fabsl(-y)))) != hypotl (x, y)) in test2l()
618 if (hypotl (-x, 0) != fabsl(x)) in test2l()
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/
H A Dbuiltins-20.c589 if (hypotl (x, 0) != fabsl(x)) in test2l()
592 if (hypotl (0, x) != fabsl(x)) in test2l()
598 if (hypotl (-x, y) != hypotl (x, y)) in test2l()
601 if (hypotl (x, -y) != hypotl (x, y)) in test2l()
604 if (hypotl (-x, -y) != hypotl (x, y)) in test2l()
607 if (hypotl (fabsl(x), y) != hypotl (x, y)) in test2l()
610 if (hypotl (x, fabsl(y)) != hypotl (x, y)) in test2l()
613 if (hypotl (fabsl(x), fabsl(y)) != hypotl (x, y)) in test2l()
616 if (hypotl (-fabsl(-x), -fabsl(fabsl(fabsl(-y)))) != hypotl (x, y)) in test2l()
619 if (hypotl (-x, 0) != fabsl(x)) in test2l()
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/
H A Dbuiltins-20.c589 if (hypotl (x, 0) != fabsl(x)) in test2l()
592 if (hypotl (0, x) != fabsl(x)) in test2l()
598 if (hypotl (-x, y) != hypotl (x, y)) in test2l()
601 if (hypotl (x, -y) != hypotl (x, y)) in test2l()
604 if (hypotl (-x, -y) != hypotl (x, y)) in test2l()
607 if (hypotl (fabsl(x), y) != hypotl (x, y)) in test2l()
610 if (hypotl (x, fabsl(y)) != hypotl (x, y)) in test2l()
613 if (hypotl (fabsl(x), fabsl(y)) != hypotl (x, y)) in test2l()
616 if (hypotl (-fabsl(-x), -fabsl(fabsl(fabsl(-y)))) != hypotl (x, y)) in test2l()
619 if (hypotl (-x, 0) != fabsl(x)) in test2l()
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gcc.dg/
H A Dbuiltins-20.c589 if (hypotl (x, 0) != fabsl(x)) in test2l()
592 if (hypotl (0, x) != fabsl(x)) in test2l()
598 if (hypotl (-x, y) != hypotl (x, y)) in test2l()
601 if (hypotl (x, -y) != hypotl (x, y)) in test2l()
604 if (hypotl (-x, -y) != hypotl (x, y)) in test2l()
607 if (hypotl (fabsl(x), y) != hypotl (x, y)) in test2l()
610 if (hypotl (x, fabsl(y)) != hypotl (x, y)) in test2l()
613 if (hypotl (fabsl(x), fabsl(y)) != hypotl (x, y)) in test2l()
616 if (hypotl (-fabsl(-x), -fabsl(fabsl(fabsl(-y)))) != hypotl (x, y)) in test2l()
619 if (hypotl (-x, 0) != fabsl(x)) in test2l()
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/
H A Dbuiltins-20.c589 if (hypotl (x, 0) != fabsl(x)) in test2l()
592 if (hypotl (0, x) != fabsl(x)) in test2l()
598 if (hypotl (-x, y) != hypotl (x, y)) in test2l()
601 if (hypotl (x, -y) != hypotl (x, y)) in test2l()
604 if (hypotl (-x, -y) != hypotl (x, y)) in test2l()
607 if (hypotl (fabsl(x), y) != hypotl (x, y)) in test2l()
610 if (hypotl (x, fabsl(y)) != hypotl (x, y)) in test2l()
613 if (hypotl (fabsl(x), fabsl(y)) != hypotl (x, y)) in test2l()
616 if (hypotl (-fabsl(-x), -fabsl(fabsl(fabsl(-y)))) != hypotl (x, y)) in test2l()
619 if (hypotl (-x, 0) != fabsl(x)) in test2l()
[all …]
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/gcc.dg/
H A Dbuiltins-20.c589 if (hypotl (x, 0) != fabsl(x)) in test2l()
592 if (hypotl (0, x) != fabsl(x)) in test2l()
598 if (hypotl (-x, y) != hypotl (x, y)) in test2l()
601 if (hypotl (x, -y) != hypotl (x, y)) in test2l()
604 if (hypotl (-x, -y) != hypotl (x, y)) in test2l()
607 if (hypotl (fabsl(x), y) != hypotl (x, y)) in test2l()
610 if (hypotl (x, fabsl(y)) != hypotl (x, y)) in test2l()
613 if (hypotl (fabsl(x), fabsl(y)) != hypotl (x, y)) in test2l()
616 if (hypotl (-fabsl(-x), -fabsl(fabsl(fabsl(-y)))) != hypotl (x, y)) in test2l()
619 if (hypotl (-x, 0) != fabsl(x)) in test2l()
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gcc.dg/
H A Dbuiltins-20.c589 if (hypotl (x, 0) != fabsl(x)) in test2l()
592 if (hypotl (0, x) != fabsl(x)) in test2l()
598 if (hypotl (-x, y) != hypotl (x, y)) in test2l()
601 if (hypotl (x, -y) != hypotl (x, y)) in test2l()
604 if (hypotl (-x, -y) != hypotl (x, y)) in test2l()
607 if (hypotl (fabsl(x), y) != hypotl (x, y)) in test2l()
610 if (hypotl (x, fabsl(y)) != hypotl (x, y)) in test2l()
613 if (hypotl (fabsl(x), fabsl(y)) != hypotl (x, y)) in test2l()
616 if (hypotl (-fabsl(-x), -fabsl(fabsl(fabsl(-y)))) != hypotl (x, y)) in test2l()
619 if (hypotl (-x, 0) != fabsl(x)) in test2l()
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/
H A Dbuiltins-20.c589 if (hypotl (x, 0) != fabsl(x)) in test2l()
592 if (hypotl (0, x) != fabsl(x)) in test2l()
598 if (hypotl (-x, y) != hypotl (x, y)) in test2l()
601 if (hypotl (x, -y) != hypotl (x, y)) in test2l()
604 if (hypotl (-x, -y) != hypotl (x, y)) in test2l()
607 if (hypotl (fabsl(x), y) != hypotl (x, y)) in test2l()
610 if (hypotl (x, fabsl(y)) != hypotl (x, y)) in test2l()
613 if (hypotl (fabsl(x), fabsl(y)) != hypotl (x, y)) in test2l()
616 if (hypotl (-fabsl(-x), -fabsl(fabsl(fabsl(-y)))) != hypotl (x, y)) in test2l()
619 if (hypotl (-x, 0) != fabsl(x)) in test2l()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gcc.dg/
H A Dbuiltins-20.c588 if (hypotl (x, 0) != fabsl(x)) in test2l()
591 if (hypotl (0, x) != fabsl(x)) in test2l()
597 if (hypotl (-x, y) != hypotl (x, y)) in test2l()
600 if (hypotl (x, -y) != hypotl (x, y)) in test2l()
603 if (hypotl (-x, -y) != hypotl (x, y)) in test2l()
606 if (hypotl (fabsl(x), y) != hypotl (x, y)) in test2l()
609 if (hypotl (x, fabsl(y)) != hypotl (x, y)) in test2l()
612 if (hypotl (fabsl(x), fabsl(y)) != hypotl (x, y)) in test2l()
615 if (hypotl (-fabsl(-x), -fabsl(fabsl(fabsl(-y)))) != hypotl (x, y)) in test2l()
618 if (hypotl (-x, 0) != fabsl(x)) in test2l()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gcc.dg/
H A Dbuiltins-20.c588 if (hypotl (x, 0) != fabsl(x)) in test2l()
591 if (hypotl (0, x) != fabsl(x)) in test2l()
597 if (hypotl (-x, y) != hypotl (x, y)) in test2l()
600 if (hypotl (x, -y) != hypotl (x, y)) in test2l()
603 if (hypotl (-x, -y) != hypotl (x, y)) in test2l()
606 if (hypotl (fabsl(x), y) != hypotl (x, y)) in test2l()
609 if (hypotl (x, fabsl(y)) != hypotl (x, y)) in test2l()
612 if (hypotl (fabsl(x), fabsl(y)) != hypotl (x, y)) in test2l()
615 if (hypotl (-fabsl(-x), -fabsl(fabsl(fabsl(-y)))) != hypotl (x, y)) in test2l()
618 if (hypotl (-x, 0) != fabsl(x)) in test2l()
[all …]
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gcc.dg/
H A Dbuiltins-20.c589 if (hypotl (x, 0) != fabsl(x)) in test2l()
592 if (hypotl (0, x) != fabsl(x)) in test2l()
598 if (hypotl (-x, y) != hypotl (x, y)) in test2l()
601 if (hypotl (x, -y) != hypotl (x, y)) in test2l()
604 if (hypotl (-x, -y) != hypotl (x, y)) in test2l()
607 if (hypotl (fabsl(x), y) != hypotl (x, y)) in test2l()
610 if (hypotl (x, fabsl(y)) != hypotl (x, y)) in test2l()
613 if (hypotl (fabsl(x), fabsl(y)) != hypotl (x, y)) in test2l()
616 if (hypotl (-fabsl(-x), -fabsl(fabsl(fabsl(-y)))) != hypotl (x, y)) in test2l()
619 if (hypotl (-x, 0) != fabsl(x)) in test2l()
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gcc.dg/
H A Dbuiltins-20.c589 if (hypotl (x, 0) != fabsl(x)) in test2l()
592 if (hypotl (0, x) != fabsl(x)) in test2l()
598 if (hypotl (-x, y) != hypotl (x, y)) in test2l()
601 if (hypotl (x, -y) != hypotl (x, y)) in test2l()
604 if (hypotl (-x, -y) != hypotl (x, y)) in test2l()
607 if (hypotl (fabsl(x), y) != hypotl (x, y)) in test2l()
610 if (hypotl (x, fabsl(y)) != hypotl (x, y)) in test2l()
613 if (hypotl (fabsl(x), fabsl(y)) != hypotl (x, y)) in test2l()
616 if (hypotl (-fabsl(-x), -fabsl(fabsl(fabsl(-y)))) != hypotl (x, y)) in test2l()
619 if (hypotl (-x, 0) != fabsl(x)) in test2l()
[all …]
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/gcc.dg/
H A Dbuiltins-20.c589 if (hypotl (x, 0) != fabsl(x)) in test2l()
592 if (hypotl (0, x) != fabsl(x)) in test2l()
598 if (hypotl (-x, y) != hypotl (x, y)) in test2l()
601 if (hypotl (x, -y) != hypotl (x, y)) in test2l()
604 if (hypotl (-x, -y) != hypotl (x, y)) in test2l()
607 if (hypotl (fabsl(x), y) != hypotl (x, y)) in test2l()
610 if (hypotl (x, fabsl(y)) != hypotl (x, y)) in test2l()
613 if (hypotl (fabsl(x), fabsl(y)) != hypotl (x, y)) in test2l()
616 if (hypotl (-fabsl(-x), -fabsl(fabsl(fabsl(-y)))) != hypotl (x, y)) in test2l()
619 if (hypotl (-x, 0) != fabsl(x)) in test2l()
[all …]

12345678910>>...43