Home
last modified time | relevance | path

Searched refs:ilogbf (Results 1 – 25 of 960) sorted by relevance

12345678910>>...39

/dports/devel/gnulib/gnulib-20140202-stable/m4/
H A Dilogbf.m41 # ilogbf.m4 serial 1
11 dnl Persuade glibc <math.h> to declare ilogbf().
15 gl_MATHFUNC([ilogbf], [int], [(float)])
30 dnl Find libraries needed to link lib/ilogbf.c.
48 dnl Test whether ilogbf() works.
49 dnl On OpenBSD 4.9, ilogbf(0.0) is wrong.
50 dnl On NetBSD 5.1, OpenBSD 4.9, ilogbf(Infinity) is wrong.
64 /* NetBSD, IRIX 6.5: match what ilogbf() does */
68 /* AIX 5.1: match what ilogbf() does in AIX >= 5.2 */
72 /* Solaris 9: match what ilogbf() does */
[all …]
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/m4/
H A Dilogbf.m41 # ilogbf.m4 serial 6
11 dnl Persuade glibc <math.h> to declare ilogbf().
15 gl_MATHFUNC([ilogbf], [int], [(float)])
30 dnl Find libraries needed to link lib/ilogbf.c.
48 dnl Test whether ilogbf() works.
49 dnl On OpenBSD 6.7, ilogbf(0.0) is wrong.
50 dnl On NetBSD 7.1, OpenBSD 6.7, ilogbf(Infinity) is wrong.
72 /* NetBSD, IRIX 6.5: match what ilogbf() does */
76 /* AIX 5.1: match what ilogbf() does in AIX >= 5.2 */
80 /* Solaris 9: match what ilogbf() does */
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libc/test/src/math/
H A Dilogbf_test.cpp19 testSpecialNumbers<float>(&__llvm_libc::ilogbf); in TEST_F()
23 testPowersOfTwo<float>(&__llvm_libc::ilogbf); in TEST_F()
27 testSomeIntegers<float>(&__llvm_libc::ilogbf); in TEST_F()
31 testSubnormalRange<float>(&__llvm_libc::ilogbf); in TEST_F()
35 testNormalRange<float>(&__llvm_libc::ilogbf); in TEST_F()
/dports/devel/llvm12/llvm-project-12.0.1.src/libc/test/src/math/
H A Dilogbf_test.cpp19 testSpecialNumbers<float>(&__llvm_libc::ilogbf); in TEST_F()
23 testPowersOfTwo<float>(&__llvm_libc::ilogbf); in TEST_F()
27 testSomeIntegers<float>(&__llvm_libc::ilogbf); in TEST_F()
31 testSubnormalRange<float>(&__llvm_libc::ilogbf); in TEST_F()
35 testNormalRange<float>(&__llvm_libc::ilogbf); in TEST_F()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libc/test/src/math/
H A Dilogbf_test.cpp19 testSpecialNumbers<float>(&__llvm_libc::ilogbf); in TEST_F()
23 testPowersOfTwo<float>(&__llvm_libc::ilogbf); in TEST_F()
27 testSomeIntegers<float>(&__llvm_libc::ilogbf); in TEST_F()
31 testSubnormalRange<float>(&__llvm_libc::ilogbf); in TEST_F()
35 testNormalRange<float>(&__llvm_libc::ilogbf); in TEST_F()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libc/test/src/math/
H A Dilogbf_test.cpp19 testSpecialNumbers<float>(&__llvm_libc::ilogbf); in TEST_F()
23 testPowersOfTwo<float>(&__llvm_libc::ilogbf); in TEST_F()
27 testSomeIntegers<float>(&__llvm_libc::ilogbf); in TEST_F()
31 testSubnormalRange<float>(&__llvm_libc::ilogbf); in TEST_F()
35 testNormalRange<float>(&__llvm_libc::ilogbf); in TEST_F()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/libc/test/src/math/
H A Dilogbf_test.cpp19 testSpecialNumbers<float>(&__llvm_libc::ilogbf); in TEST_F()
23 testPowersOfTwo<float>(&__llvm_libc::ilogbf); in TEST_F()
27 testSomeIntegers<float>(&__llvm_libc::ilogbf); in TEST_F()
31 testSubnormalRange<float>(&__llvm_libc::ilogbf); in TEST_F()
35 testNormalRange<float>(&__llvm_libc::ilogbf); in TEST_F()
/dports/devel/llvm13/llvm-project-13.0.1.src/libc/test/src/math/
H A Dilogbf_test.cpp19 testSpecialNumbers<float>(&__llvm_libc::ilogbf); in TEST_F()
23 testPowersOfTwo<float>(&__llvm_libc::ilogbf); in TEST_F()
27 testSomeIntegers<float>(&__llvm_libc::ilogbf); in TEST_F()
31 testSubnormalRange<float>(&__llvm_libc::ilogbf); in TEST_F()
35 testNormalRange<float>(&__llvm_libc::ilogbf); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libc/test/src/math/
H A Dilogbf_test.cpp24 testSpecialNumbers<float>(&__llvm_libc::ilogbf); in TEST_F()
28 testPowersOfTwo<float>(&__llvm_libc::ilogbf); in TEST_F()
32 testSomeIntegers<float>(&__llvm_libc::ilogbf); in TEST_F()
36 testSubnormalRange<float>(&__llvm_libc::ilogbf); in TEST_F()
40 testNormalRange<float>(&__llvm_libc::ilogbf); in TEST_F()
/dports/devel/gnulib/gnulib-20140202-stable/modules/
H A Dilogbf2 ilogbf() function: get exponent as integer.
5 lib/ilogbf.c
7 m4/ilogbf.m4
20 AC_LIBOBJ([ilogbf])
22 gl_MATH_MODULE_INDICATOR([ilogbf])
H A Dilogbf-tests2 tests/test-ilogbf.c
16 TESTS += test-ilogbf
17 check_PROGRAMS += test-ilogbf
18 test_ilogbf_SOURCES = test-ilogbf.c randomf.c
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/modules/
H A Dilogbf2 ilogbf() function: get exponent as integer.
5 lib/ilogbf.c
7 m4/ilogbf.m4
20 AC_LIBOBJ([ilogbf])
22 gl_MATH_MODULE_INDICATOR([ilogbf])
H A Dilogbf-tests2 tests/test-ilogbf.c
16 TESTS += test-ilogbf
17 check_PROGRAMS += test-ilogbf
18 test_ilogbf_SOURCES = test-ilogbf.c randomf.c
/dports/devel/gnulib/gnulib-20140202-stable/doc/posix-functions/
H A Dilogbf.texi1 @node ilogbf
2 @section @code{ilogbf}
3 @findex ilogbf
5 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/ilogbf.html}
7 Gnulib module: ilogbf
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/doc/posix-functions/
H A Dilogbf.texi1 @node ilogbf
2 @section @code{ilogbf}
3 @findex ilogbf
5 POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9699919799/functions/ilogbf.html}
7 Gnulib module: ilogbf
/dports/lang/zig-devel/zig-0.9.0/lib/libc/mingw/math/x86/
H A Dilogbf.S11 .globl __MINGW_USYMBOL(ilogbf)
12 .def __MINGW_USYMBOL(ilogbf); .scl 2; .type 32; .endef
14 .seh_proc __MINGW_USYMBOL(ilogbf)
16 __MINGW_USYMBOL(ilogbf):
/dports/lang/zig/zig-0.9.0/lib/libc/mingw/math/x86/
H A Dilogbf.S11 .globl __MINGW_USYMBOL(ilogbf)
12 .def __MINGW_USYMBOL(ilogbf); .scl 2; .type 32; .endef
14 .seh_proc __MINGW_USYMBOL(ilogbf)
16 __MINGW_USYMBOL(ilogbf):
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/newlib/libm/common/
H A Dsf_ilogb.c20 int ilogbf(float x) in ilogbf() function
22 int ilogbf(x) in ilogbf()
49 return ilogbf((float) x);
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/newlib/libm/common/
H A Dsf_ilogb.c20 int ilogbf(float x) in ilogbf() function
22 int ilogbf(x) in ilogbf()
49 return ilogbf((float) x);
/dports/devel/tinygo/tinygo-0.14.1/lib/picolibc/newlib/libm/common/
H A Dsf_ilogb.c20 int ilogbf(float x) in ilogbf() function
22 int ilogbf(x) in ilogbf()
52 return ilogbf((float) x);
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libm/common/
H A Dsf_ilogb.c20 int ilogbf(float x) in ilogbf() function
22 int ilogbf(x) in ilogbf()
52 return ilogbf((float) x);
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gcc.dg/
H A Dbuiltins-38.c15 extern int ilogbf(float);
41 return ilogbf(x); in test2f()
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.dg/
H A Dbuiltins-38.c15 extern int ilogbf(float);
41 return ilogbf(x); in test2f()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/gcc.dg/
H A Dbuiltins-38.c15 extern int ilogbf(float);
41 return ilogbf(x); in test2f()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gcc.dg/
H A Dbuiltins-38.c15 extern int ilogbf(float);
41 return ilogbf(x); in test2f()

12345678910>>...39