| /netbsd/src/tests/lib/libutil/ |
| D | t_strpct.c | 180 h_strpct(100, UINTMAX_MAX, UINTMAX_MAX, 0, "100"); in ATF_TC_BODY() 181 h_strpct(100, UINTMAX_MAX, UINTMAX_MAX, 1, "100.0"); in ATF_TC_BODY() 182 h_strpct(100, UINTMAX_MAX, UINTMAX_MAX, 5, "100.00000"); in ATF_TC_BODY() 183 h_strpct(100, UINTMAX_MAX, UINTMAX_MAX, 10, "100.0000000000"); in ATF_TC_BODY() 184 h_strpct(100, UINTMAX_MAX, UINTMAX_MAX, 15, "100.000000000000000"); in ATF_TC_BODY() 185 h_strpct(100, UINTMAX_MAX, UINTMAX_MAX, 20, "100.00000000000000000000"); in ATF_TC_BODY() 186 h_strpct(100, UINTMAX_MAX, UINTMAX_MAX, 25, "100.0000000000000000000000000"); in ATF_TC_BODY() 188 h_strpct(100, UINTMAX_MAX - 1, UINTMAX_MAX, 25, "99.9999999999999999945789891"); in ATF_TC_BODY() 189 h_strpct(100, 1, (UINTMAX_MAX >> 1) + 1, 70, in ATF_TC_BODY() 191 h_strpct(100, UINTMAX_MAX, 1, 10, "1844674407370955161500.0000000000"); in ATF_TC_BODY() [all …]
|
| /netbsd/src/external/lgpl3/mpfr/dist/tests/ |
| D | tget_sj.c | 251 mpfr_set_uj (x, UINTMAX_MAX, MPFR_RNDN); in check_erange() 252 CHECK_ERANGE_U ("UINTMAX_MAX", UINTMAX_MAX, 0); in check_erange() 254 CHECK_ERANGE_U ("UINTMAX_MAX+1", UINTMAX_MAX, 1); in check_erange() 342 for (u = UINTMAX_MAX, prec = 0; u != 0; u /= 2, prec++) in main() 383 for (u = UINTMAX_MAX; u != 0; u /= 17) in main()
|
| D | tset_sj.c | 85 inex1 = mpfr_set_uj (x, UINTMAX_MAX, MPFR_RNDN); in check_set_uj() 119 inex = mpfr_set_uj_2exp (x, UINTMAX_MAX, 1000, MPFR_RNDN); in check_set_uj_2exp() 126 inex = mpfr_set_uj_2exp (x, UINTMAX_MAX, MPFR_EMAX_MAX-10, MPFR_RNDN); in check_set_uj_2exp() 130 inex = mpfr_set_uj_2exp (x, UINTMAX_MAX, MPFR_EMIN_MIN-1000, MPFR_RNDN); in check_set_uj_2exp()
|
| /netbsd/src/external/gpl3/gcc/dist/fixincludes/tests/base/ |
| D | stdint-darwin.h | 51 #define UINTMAX_MAX 18446744073709551615UL macro 55 #define UINTMAX_MAX 18446744073709551615ULL macro
|
| D | stdint-newlib.h | 35 #define UINTMAX_MAX __UINTMAX_MAX__ macro
|
| /netbsd/src/sys/arch/sparc/include/ |
| D | int_limits.h | 155 #define UINTMAX_MAX 0xffffffffffffffffUL /* uintmax_t */ macro 159 #define UINTMAX_MAX 0xffffffffffffffffULL /* uintmax_t */ macro
|
| /netbsd/src/sys/arch/powerpc/include/ |
| D | int_limits.h | 155 #define UINTMAX_MAX 0xffffffffffffffffUL /* uintmax_t */ macro 159 #define UINTMAX_MAX 0xffffffffffffffffULL /* uintmax_t */ macro
|
| /netbsd/src/sys/arch/mips/include/ |
| D | int_limits.h | 155 #define UINTMAX_MAX 0xffffffffffffffffUL /* uintmax_t */ macro 159 #define UINTMAX_MAX 0xffffffffffffffffULL /* uintmax_t */ macro
|
| /netbsd/src/external/lgpl3/mpfr/dist/src/ |
| D | get_uj.c | 40 (uintmax_t) 0 : UINTMAX_MAX; in mpfr_get_uj() 47 for (r = UINTMAX_MAX, prec = 0; r != 0; r /= 2, prec++) in mpfr_get_uj()
|
| D | fits_uintmax.c | 36 #define MAXIMUM UINTMAX_MAX
|
| D | mpfr-intmax.h | 76 # define MPFR_UINTMAX_MAX UINTMAX_MAX
|
| /netbsd/src/bin/pax/ |
| D | gen_subs.c | 332 return UINTMAX_MAX; in asc_umax() 339 if (tval > (UINTMAX_MAX/256)) in asc_umax() 340 return UINTMAX_MAX; in asc_umax()
|
| /netbsd/src/external/bsd/libarchive/dist/libarchive/ |
| D | archive_platform.h | 142 #define UINTMAX_MAX (~(uintmax_t)0) macro 145 #define INTMAX_MAX ((intmax_t)(UINTMAX_MAX >> 1))
|
| /netbsd/src/external/bsd/ntp/dist/libntp/ |
| D | snprintf.c | 392 #ifndef UINTMAX_MAX 393 #define UINTMAX_MAX ULLONG_MAX macro 397 #ifdef UINTMAX_MAX 398 #undef UINTMAX_MAX 400 #define UINTMAX_MAX ULLONG_MAX macro 1205 if ((intpart = cast(ufvalue)) == UINTMAX_MAX) { in fmtflt() 1463 if (value >= UINTMAX_MAX) in cast() 1464 return UINTMAX_MAX; in cast()
|
| /netbsd/src/external/gpl2/xcvs/dist/lib/ |
| D | stdint_.h | 217 #define UINTMAX_MAX UINT64_MAX macro 221 #define UINTMAX_MAX UINT32_MAX macro
|
| /netbsd/src/lib/libc/locale/ |
| D | wcstoumax.c | 46 #define __UINT_MAX UINTMAX_MAX
|
| /netbsd/src/common/lib/libc/stdlib/ |
| D | strtoumax.c | 60 #define __UINT_MAX UINTMAX_MAX
|
| /netbsd/src/sys/arch/hppa/include/ |
| D | int_limits.h | 109 #define UINTMAX_MAX 0xffffffffffffffffULL /* uintmax_t */ macro
|
| /netbsd/src/sys/arch/amd64/include/ |
| D | int_limits.h | 115 #define UINTMAX_MAX 0xffffffffffffffffUL /* uintmax_t */ macro
|
| /netbsd/src/sys/arch/ia64/include/ |
| D | int_limits.h | 112 #define UINTMAX_MAX 0xffffffffffffffffUL /* uintmax_t */ macro
|
| /netbsd/src/sys/arch/sh3/include/ |
| D | int_limits.h | 112 #define UINTMAX_MAX 0xffffffffffffffffULL /* uintmax_t */ macro
|
| /netbsd/src/sys/arch/vax/include/ |
| D | int_limits.h | 112 #define UINTMAX_MAX 0xffffffffffffffffULL /* uintmax_t */ macro
|
| /netbsd/src/sys/arch/alpha/include/ |
| D | int_limits.h | 112 #define UINTMAX_MAX 0xffffffffffffffffUL /* uintmax_t */ macro
|
| /netbsd/src/sys/arch/i386/include/ |
| D | int_limits.h | 113 #define UINTMAX_MAX 0xffffffffffffffffULL /* uintmax_t */ macro
|
| /netbsd/src/sys/arch/m68k/include/ |
| D | int_limits.h | 112 #define UINTMAX_MAX 0xffffffffffffffffULL /* uintmax_t */ macro
|