Home
last modified time | relevance | path

Searched refs:cbrtl (Results 1 – 25 of 1004) sorted by relevance

12345678910>>...41

/dports/devel/gnulib/gnulib-20140202-stable/m4/
H A Dcbrtl.m41 # cbrtl.m4 serial 5
14 dnl Persuade glibc <math.h> to declare cbrtl().
17 dnl Test whether cbrtl() exists. Assume that cbrtl(), if it exists, is
21 AC_CHECK_FUNCS([cbrtl])
61 long double cbrtl (long double);
64 /* Test cbrtl(-0.0).
94 dnl Find libraries needed to link lib/cbrtl.c.
116 dnl Test whether cbrtl() works.
117 dnl On OpenBSD 5.1/SPARC, cbrtl(16.0L) is = 1.2599...
131 long double cbrtl (long double);
[all …]
/dports/devel/gnulib/gnulib-20140202-stable/doc/posix-functions/
H A Dcbrtl.texi1 @node cbrtl
2 @section @code{cbrtl}
3 @findex cbrtl
5 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/cbrtl.html}
7 Gnulib module: cbrtl or cbrtl-ieee
9 Portability problems fixed by either Gnulib module @code{cbrtl} or @code{cbrtl-ieee}
22 Portability problems fixed by Gnulib module @code{cbrtl-ieee}:
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/doc/posix-functions/
H A Dcbrtl.texi1 @node cbrtl
2 @section @code{cbrtl}
3 @findex cbrtl
5 POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9699919799/functions/cbrtl.html}
7 Gnulib module: cbrtl or cbrtl-ieee
9 Portability problems fixed by either Gnulib module @code{cbrtl} or @code{cbrtl-ieee}
22 Portability problems fixed by Gnulib module @code{cbrtl-ieee}:
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/m4/
H A Dcbrtl.m41 # cbrtl.m4 serial 10
14 dnl Persuade glibc <math.h> to declare cbrtl().
17 dnl Test whether cbrtl() exists. Assume that cbrtl(), if it exists, is
21 AC_CHECK_FUNCS([cbrtl])
61 long double cbrtl (long double);
64 /* Test cbrtl(-0.0).
98 dnl Find libraries needed to link lib/cbrtl.c.
120 dnl Test whether cbrtl() works.
121 dnl On OpenBSD 5.1/SPARC, cbrtl(16.0L) is = 1.2599...
135 long double cbrtl (long double);
[all …]
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/modules/
H A Dcbrtl2 cbrtl() function: cube root.
5 lib/cbrtl.c
6 m4/cbrtl.m4
21 AC_LIBOBJ([cbrtl])
23 gl_MATH_MODULE_INDICATOR([cbrtl])
H A Dcbrtl-tests2 tests/test-cbrtl.c
14 TESTS += test-cbrtl
15 check_PROGRAMS += test-cbrtl
16 test_cbrtl_SOURCES = test-cbrtl.c randoml.c
H A Dcbrtl-ieee2 cbrtl() function according to ISO C 99 with IEC 60559.
5 m4/cbrtl-ieee.m4
10 cbrtl
/dports/devel/gnulib/gnulib-20140202-stable/modules/
H A Dcbrtl2 cbrtl() function: cube root.
5 lib/cbrtl.c
6 m4/cbrtl.m4
21 AC_LIBOBJ([cbrtl])
23 gl_MATH_MODULE_INDICATOR([cbrtl])
H A Dcbrtl-tests2 tests/test-cbrtl.c
14 TESTS += test-cbrtl
15 check_PROGRAMS += test-cbrtl
16 test_cbrtl_SOURCES = test-cbrtl.c randoml.c
H A Dcbrtl-ieee2 cbrtl() function according to ISO C 99 with IEC 60559.
5 m4/cbrtl-ieee.m4
10 cbrtl
/dports/devel/gnulib/gnulib-20140202-stable/tests/
H A Dtest-cbrtl.c24 SIGNATURE_CHECK (cbrtl, long double, (long double));
33 #define CBRT cbrtl
42 y = cbrtl (x); in main()
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/tests/
H A Dtest-cbrtl.c24 SIGNATURE_CHECK (cbrtl, long double, (long double));
33 #define CBRT cbrtl
42 y = cbrtl (x); in main()
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.dg/torture/
H A Dbuiltin-math-1.c16 extern long double cbrtl (long double);
142 if (cbrtl (0.0L) != 0.0L) in test()
145 if (cbrtl (1.0L) != 1.0L) in test()
148 if (cbrtl (-1.0L) != -1.0L) in test()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/gcc.dg/torture/
H A Dbuiltin-math-1.c15 extern long double cbrtl (long double);
141 if (cbrtl (0.0L) != 0.0L) in test()
144 if (cbrtl (1.0L) != 1.0L) in test()
147 if (cbrtl (-1.0L) != -1.0L) in test()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gcc.dg/torture/
H A Dbuiltin-math-1.c16 extern long double cbrtl (long double);
142 if (cbrtl (0.0L) != 0.0L) in test()
145 if (cbrtl (1.0L) != 1.0L) in test()
148 if (cbrtl (-1.0L) != -1.0L) in test()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gcc.dg/torture/
H A Dbuiltin-math-1.c16 extern long double cbrtl (long double);
142 if (cbrtl (0.0L) != 0.0L) in test()
145 if (cbrtl (1.0L) != 1.0L) in test()
148 if (cbrtl (-1.0L) != -1.0L) in test()
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.dg/torture/
H A Dbuiltin-math-1.c16 extern long double cbrtl (long double);
142 if (cbrtl (0.0L) != 0.0L) in test()
145 if (cbrtl (1.0L) != 1.0L) in test()
148 if (cbrtl (-1.0L) != -1.0L) in test()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/torture/
H A Dbuiltin-math-1.c16 extern long double cbrtl (long double);
142 if (cbrtl (0.0L) != 0.0L) in test()
145 if (cbrtl (1.0L) != 1.0L) in test()
148 if (cbrtl (-1.0L) != -1.0L) in test()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/torture/
H A Dbuiltin-math-1.c16 extern long double cbrtl (long double);
142 if (cbrtl (0.0L) != 0.0L) in test()
145 if (cbrtl (1.0L) != 1.0L) in test()
148 if (cbrtl (-1.0L) != -1.0L) in test()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/torture/
H A Dbuiltin-math-1.c16 extern long double cbrtl (long double);
142 if (cbrtl (0.0L) != 0.0L) in test()
145 if (cbrtl (1.0L) != 1.0L) in test()
148 if (cbrtl (-1.0L) != -1.0L) in test()
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/gcc.dg/torture/
H A Dbuiltin-math-1.c15 extern long double cbrtl (long double);
141 if (cbrtl (0.0L) != 0.0L) in test()
144 if (cbrtl (1.0L) != 1.0L) in test()
147 if (cbrtl (-1.0L) != -1.0L) in test()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gcc.dg/torture/
H A Dbuiltin-math-1.c16 extern long double cbrtl (long double);
142 if (cbrtl (0.0L) != 0.0L) in test()
145 if (cbrtl (1.0L) != 1.0L) in test()
148 if (cbrtl (-1.0L) != -1.0L) in test()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/torture/
H A Dbuiltin-math-1.c16 extern long double cbrtl (long double);
142 if (cbrtl (0.0L) != 0.0L) in test()
145 if (cbrtl (1.0L) != 1.0L) in test()
148 if (cbrtl (-1.0L) != -1.0L) in test()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gcc.dg/torture/
H A Dbuiltin-math-1.c16 extern long double cbrtl (long double);
142 if (cbrtl (0.0L) != 0.0L) in test()
145 if (cbrtl (1.0L) != 1.0L) in test()
148 if (cbrtl (-1.0L) != -1.0L) in test()
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gcc.dg/torture/
H A Dbuiltin-math-1.c16 extern long double cbrtl (long double);
142 if (cbrtl (0.0L) != 0.0L) in test()
145 if (cbrtl (1.0L) != 1.0L) in test()
148 if (cbrtl (-1.0L) != -1.0L) in test()

12345678910>>...41