Home
last modified time | relevance | path

Searched refs:imaxdiv (Results 1 – 25 of 696) sorted by relevance

12345678910>>...28

/dports/devel/gnulib/gnulib-20140202-stable/modules/
H A Dimaxdiv2 imaxdiv() function: division of 'intmax_t'.
5 lib/imaxdiv.c
6 m4/imaxdiv.m4
14 AC_LIBOBJ([imaxdiv])
17 gl_INTTYPES_MODULE_INDICATOR([imaxdiv])
H A Dimaxdiv-tests2 tests/test-imaxdiv.c
11 TESTS += test-imaxdiv
12 check_PROGRAMS += test-imaxdiv
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/modules/
H A Dimaxdiv2 imaxdiv() function: division of 'intmax_t'.
5 lib/imaxdiv.c
6 m4/imaxdiv.m4
14 AC_LIBOBJ([imaxdiv])
17 gl_INTTYPES_MODULE_INDICATOR([imaxdiv])
H A Dimaxdiv-tests2 tests/test-imaxdiv.c
11 TESTS += test-imaxdiv
12 check_PROGRAMS += test-imaxdiv
/dports/devel/gnulib/gnulib-20140202-stable/tests/
H A Dtest-imaxdiv.c22 SIGNATURE_CHECK (imaxdiv, imaxdiv_t, (intmax_t, intmax_t));
30 imaxdiv_t result = imaxdiv (101, 7); in main()
35 imaxdiv_t result = imaxdiv (-101, 7); in main()
40 imaxdiv_t result = imaxdiv (101, -7); in main()
45 imaxdiv_t result = imaxdiv (-101, -7); in main()
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/tests/
H A Dtest-imaxdiv.c22 SIGNATURE_CHECK (imaxdiv, imaxdiv_t, (intmax_t, intmax_t));
30 imaxdiv_t result = imaxdiv (101, 7); in main()
35 imaxdiv_t result = imaxdiv (-101, 7); in main()
40 imaxdiv_t result = imaxdiv (101, -7); in main()
45 imaxdiv_t result = imaxdiv (-101, -7); in main()
/dports/devel/gnulib/gnulib-20140202-stable/doc/posix-functions/
H A Dimaxdiv.texi1 @node imaxdiv
2 @section @code{imaxdiv}
3 @findex imaxdiv
5 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/imaxdiv.html}
7 Gnulib module: imaxdiv
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/doc/posix-functions/
H A Dimaxdiv.texi1 @node imaxdiv
2 @section @code{imaxdiv}
3 @findex imaxdiv
5 POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9699919799/functions/imaxdiv.html}
7 Gnulib module: imaxdiv
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/m4/
H A Dimaxdiv.m41 # imaxdiv.m4 serial 5
12 AC_CHECK_FUNCS_ONCE([imaxdiv])
13 AC_CHECK_DECLS_ONCE([imaxdiv])
20 [dnl Assume that if imaxdiv is declared, imaxdiv_t is defined.
39 # Prerequisites of lib/imaxdiv.c.
/dports/converters/p5-Convert-Binary-C/Convert-Binary-C-0.84/tests/include/pdclib/functions/inttypes/
H A Dimaxdiv.c11 imaxdiv_t imaxdiv( intmax_t numer, intmax_t denom ) in imaxdiv() function
28 result = imaxdiv( ( intmax_t )5, ( intmax_t )2 ); in main()
30 result = imaxdiv( ( intmax_t )-5, ( intmax_t )2 ); in main()
32 result = imaxdiv( ( intmax_t )5, ( intmax_t )-2 ); in main()
/dports/devel/gnulib/gnulib-20140202-stable/m4/
H A Dimaxdiv.m41 # imaxdiv.m4 serial 4
12 AC_CHECK_FUNCS_ONCE([imaxdiv])
13 AC_CHECK_DECLS_ONCE([imaxdiv])
19 # Prerequisites of lib/imaxdiv.c.
/dports/misc/rump/buildrump.sh-b914579/src/lib/libc/stdlib/
H A Dimaxdiv.c48 __weak_alias(imaxdiv, _imaxdiv) in __weak_alias() argument
53 imaxdiv(intmax_t num, intmax_t denom) in __weak_alias()
H A DMakefile.inc11 hcreate.c heapsort.c imaxdiv.c insque.c jrand48.c l64a.c lldiv.c \
23 SRCS+= div.c ldiv.c imaxdiv.c
68 div.3 imaxdiv.3
/dports/lang/fpc-source/fpc-3.2.2/packages/libc/src/
H A Dinttypesh.inc10 function imaxdiv (__numer: intmax_t; __denom: intmax_t): imaxdiv_t; cdecl;external clib name 'imaxd…
/dports/net/rpki-client/rpki-client-portable-7.6/openbsd/src/lib/libc/stdlib/
H A DMakefile.inc8 getsubopt.c hcreate.c heapsort.c imaxabs.c imaxdiv.c insque.c \
30 getsubopt.3 hcreate.3 imaxabs.3 imaxdiv.3 insque.3 labs.3 ldiv.3 \
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libc/test/src/inttypes/
H A Dimaxdiv_test.cpp15 LIST_DIV_TESTS(intmax_t, imaxdiv_t, __llvm_libc::imaxdiv)
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libc/src/inttypes/
H A Dimaxdiv.h16 imaxdiv_t imaxdiv(intmax_t x, intmax_t y);
/dports/lang/zig-devel/zig-0.9.0/lib/libc/wasi/libc-top-half/musl/src/stdlib/
H A Dimaxdiv.c3 imaxdiv_t imaxdiv(intmax_t num, intmax_t den) in imaxdiv() function
/dports/devel/wasi-libc/wasi-libc-ad5133410f66b93a2381db5b542aad5e0964db96/libc-top-half/musl/src/stdlib/
H A Dimaxdiv.c3 imaxdiv_t imaxdiv(intmax_t num, intmax_t den) in imaxdiv() function
/dports/lang/zig/zig-0.9.0/lib/libc/wasi/libc-top-half/musl/src/stdlib/
H A Dimaxdiv.c3 imaxdiv_t imaxdiv(intmax_t num, intmax_t den) in imaxdiv() function
/dports/lang/zig-devel/zig-0.9.0/lib/libc/musl/src/stdlib/
H A Dimaxdiv.c3 imaxdiv_t imaxdiv(intmax_t num, intmax_t den) in imaxdiv() function
/dports/lang/zig/zig-0.9.0/lib/libc/musl/src/stdlib/
H A Dimaxdiv.c3 imaxdiv_t imaxdiv(intmax_t num, intmax_t den) in imaxdiv() function
/dports/devel/emscripten/emscripten-2.0.3/system/lib/libc/musl/src/stdlib/
H A Dimaxdiv.c3 imaxdiv_t imaxdiv(intmax_t num, intmax_t den) in imaxdiv() function
/dports/devel/tinygo/tinygo-0.14.1/lib/wasi-libc/libc-top-half/musl/src/stdlib/
H A Dimaxdiv.c3 imaxdiv_t imaxdiv(intmax_t num, intmax_t den) in imaxdiv() function
/dports/misc/rump/buildrump.sh-b914579/src/lib/libc/arch/x86_64/stdlib/
H A DMakefile.inc5 NO_SRCS+= llabs.S imaxabs.S imaxdiv.S

12345678910>>...28