Home
last modified time | relevance | path

Searched refs:exp2l (Results 1 – 25 of 1061) sorted by relevance

12345678910>>...43

/dports/devel/gnulib/gnulib-20140202-stable/m4/
H A Dexp2l.m41 # exp2l.m4 serial 3
14 dnl Persuade glibc <math.h> to declare exp2l().
17 dnl Test whether exp2l() exists. Assume that exp2l(), if it exists, is
21 AC_CHECK_FUNCS([exp2l])
43 #undef exp2l
48 long double exp2l (long double);
53 long double (*my_exp2l) (long double) = argc ? exp2l : dummy;
56 if (exp2l (zero / zero) == 0.0L)
58 /* This test fails on IRIX 6.5, where exp2l(-Inf) = 1.0. */
59 if (!(exp2l (-1.0L / zero) == 0.0L))
[all …]
/dports/devel/gnulib/gnulib-20140202-stable/doc/posix-functions/
H A Dexp2l.texi1 @node exp2l
2 @section @code{exp2l}
3 @findex exp2l
5 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/exp2l.html}
7 Gnulib module: exp2l or exp2l-ieee
9 Portability problems fixed by either Gnulib module @code{exp2l} or @code{exp2l-ieee}:
19 Portability problems fixed by Gnulib module @code{exp2l-ieee}:
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/m4/
H A Dexp2l.m41 # exp2l.m4 serial 10
14 dnl Persuade glibc <math.h> to declare exp2l().
17 dnl Test whether exp2l() exists. Assume that exp2l(), if it exists, is
21 AC_CHECK_FUNCS([exp2l])
31 AC_CACHE_CHECK([whether exp2l works],
72 #undef exp2l
77 long double exp2l (long double);
133 #undef exp2l
138 long double exp2l (long double);
146 if (exp2l (zero / zero) == 0.0L)
[all …]
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/doc/posix-functions/
H A Dexp2l.texi1 @node exp2l
2 @section @code{exp2l}
3 @findex exp2l
5 POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9699919799/functions/exp2l.html}
7 Gnulib module: exp2l or exp2l-ieee
9 Portability problems fixed by either Gnulib module @code{exp2l} or @code{exp2l-ieee}:
23 Portability problems fixed by Gnulib module @code{exp2l-ieee}:
/dports/devel/gnulib/gnulib-20140202-stable/modules/
H A Dexp2l2 exp2l() function: exponential base 2 function with long double argument.
5 lib/exp2l.c
7 m4/exp2l.m4
21 AC_LIBOBJ([exp2l])
24 gl_MATH_MODULE_INDICATOR([exp2l])
H A Dexp2l-tests2 tests/test-exp2l.c
15 TESTS += test-exp2l
16 check_PROGRAMS += test-exp2l
17 test_exp2l_SOURCES = test-exp2l.c randoml.c
H A Dexp2l-ieee2 exp2l() function according to ISO C 99 with IEC 60559.
5 m4/exp2l-ieee.m4
8 exp2l
H A Dexp2l-ieee-tests2 tests/test-exp2l-ieee.c
17 TESTS += test-exp2l-ieee
18 check_PROGRAMS += test-exp2l-ieee
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/modules/
H A Dexp2l2 exp2l() function: exponential base 2 function with long double argument.
5 lib/exp2l.c
7 m4/exp2l.m4
21 AC_LIBOBJ([exp2l])
24 gl_MATH_MODULE_INDICATOR([exp2l])
H A Dexp2l-tests2 tests/test-exp2l.c
15 TESTS += test-exp2l
16 check_PROGRAMS += test-exp2l
17 test_exp2l_SOURCES = test-exp2l.c randoml.c
H A Dexp2l-ieee2 exp2l() function according to ISO C 99 with IEC 60559.
5 m4/exp2l-ieee.m4
8 exp2l
H A Dexp2l-ieee-tests2 tests/test-exp2l-ieee.c
17 TESTS += test-exp2l-ieee
18 check_PROGRAMS += test-exp2l-ieee
/dports/devel/gnulib/gnulib-20140202-stable/tests/
H A Dtest-exp2l.c24 SIGNATURE_CHECK (exp2l, long double, (long double));
36 #define EXP2 exp2l
49 y = exp2l (x); in main()
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/tests/
H A Dtest-exp2l.c24 SIGNATURE_CHECK (exp2l, long double, (long double));
36 #define EXP2 exp2l
49 y = exp2l (x); in main()
/dports/lang/zig-devel/zig-0.9.0/lib/libc/mingw/math/arm64/
H A Dexp2.S12 .globl __MINGW_USYMBOL(exp2l)
14 .def __MINGW_USYMBOL(exp2l); .scl 2; .type 32; .endef
16 __MINGW_USYMBOL(exp2l):
/dports/lang/zig/zig-0.9.0/lib/libc/mingw/math/arm64/
H A Dexp2.S12 .globl __MINGW_USYMBOL(exp2l)
14 .def __MINGW_USYMBOL(exp2l); .scl 2; .type 32; .endef
16 __MINGW_USYMBOL(exp2l):
/dports/lang/zig-devel/zig-0.9.0/lib/libc/mingw/math/arm/
H A Dexp2.S12 .globl __MINGW_USYMBOL(exp2l)
14 .def __MINGW_USYMBOL(exp2l); .scl 2; .type 32; .endef
16 __MINGW_USYMBOL(exp2l):
/dports/lang/zig/zig-0.9.0/lib/libc/mingw/math/arm/
H A Dexp2.S12 .globl __MINGW_USYMBOL(exp2l)
14 .def __MINGW_USYMBOL(exp2l); .scl 2; .type 32; .endef
16 __MINGW_USYMBOL(exp2l):
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/CodeGen/
H A Dlibcalls-ld.c15 long double exp2l(long double);
18 return exp2l(x); in t4()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/CodeGen/
H A Dlibcalls-ld.c15 long double exp2l(long double);
18 return exp2l(x); in t4()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/CodeGen/
H A Dlibcalls-ld.c15 long double exp2l(long double);
18 return exp2l(x); in t4()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/CodeGen/
H A Dlibcalls-ld.c15 long double exp2l(long double);
18 return exp2l(x); in t4()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/CodeGen/
H A Dlibcalls-ld.c15 long double exp2l(long double);
18 return exp2l(x); in t4()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/CodeGen/
H A Dlibcalls-ld.c15 long double exp2l(long double);
18 return exp2l(x); in t4()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/CodeGen/
H A Dlibcalls-ld.c15 long double exp2l(long double);
18 return exp2l(x); in t4()

12345678910>>...43