Home
last modified time | relevance | path

Searched refs:uintmax_t (Results 1 – 25 of 45) sorted by relevance

12

/glibc-2.36/time/
Dtst-cpuclock1.c125 (uintmax_t) res.tv_sec, (uintmax_t) res.tv_nsec); in do_test()
137 child, (uintmax_t) before.tv_sec, (uintmax_t) before.tv_nsec); in do_test()
163 child, (uintmax_t) afterns.tv_sec, in do_test()
164 (uintmax_t) afterns.tv_nsec); in do_test()
195 child, (uintmax_t) dead.tv_sec, (uintmax_t) dead.tv_nsec); in do_test()
211 (uintmax_t) dead.tv_sec, (uintmax_t) dead.tv_nsec); in do_test()
226 (uintmax_t) dead.tv_sec, (uintmax_t) dead.tv_nsec); in do_test()
Ddifftime.c41 uintmax_t dt = (uintmax_t) time1 - (uintmax_t) time0; in subtract()
77 uintmax_t hdt = dt / 2; in subtract()
/glibc-2.36/rt/
Dtst-cpuclock2.c191 (uintmax_t) res.tv_sec, (uintmax_t) res.tv_nsec); in do_test()
209 (uintmax_t) before.tv_sec, (uintmax_t) before.tv_nsec); in do_test()
219 (uintmax_t) me_before.tv_sec, (uintmax_t) me_before.tv_nsec); in do_test()
235 (uintmax_t) after.tv_sec, (uintmax_t) after.tv_nsec); in do_test()
251 (uintmax_t) me_after.tv_sec, (uintmax_t) me_after.tv_nsec); in do_test()
/glibc-2.36/math/
Dfromfp.h54 static uintmax_t
55 fromfp_round (bool negative, uintmax_t x, bool half_bit, bool more_bits, in fromfp_round()
87 fromfp_overflowed (bool negative, uintmax_t x, int exponent, int max_exponent) in fromfp_overflowed()
151 fromfp_round_and_return (bool negative, uintmax_t x, bool half_bit, in fromfp_round_and_return()
155 uintmax_t uret = fromfp_round (negative, x, half_bit, more_bits, round); in fromfp_round_and_return()
Dtest-tgmath-ret.c68 CHECK_RET_CONST(ufromfp, uintmax_t, rm, width) in CHECK_RET_CONST()
70 CHECK_RET_CONST(ufromfpx, uintmax_t, rm, width) in CHECK_RET_CONST()
Dlibm-test-support.h182 void check_uintmax_t (const char *, uintmax_t, uintmax_t, int);
/glibc-2.36/nscd/
Dnscd_stat.c73 uintmax_t poshit;
74 uintmax_t neghit;
75 uintmax_t posmiss;
76 uintmax_t negmiss;
78 uintmax_t rdlockdelayed;
79 uintmax_t wrlockdelayed;
81 uintmax_t addfailed;
/glibc-2.36/elf/
Ddl-tunables.h122 return (uintmax_t) lhs < (uintmax_t) rhs;
131 return (uintmax_t) lhs > (uintmax_t) rhs; in tunable_val_gt()
Dsprof.c144 uintmax_t count;
160 uintmax_t ticks;
161 uintmax_t calls;
226 static uintmax_t total_ticks;
1279 static uintmax_t cumu_ticks;
/glibc-2.36/inet/
Ddeadline.c53 uintmax_t sec = current.current.tv_sec; in __deadline_from_timeval()
55 if (sec < (uintmax_t) tv.tv_sec) in __deadline_from_timeval()
70 if ((time_t) sec < 0 || sec != (uintmax_t) (time_t) sec) in __deadline_from_timeval()
Dtst-deadline.c30 uintmax_t current = 1; in time_t_max()
33 uintmax_t next = current * 2; in time_t_max()
37 if ((time_t) next < 0 || next != (uintmax_t) (time_t) next) in time_t_max()
/glibc-2.36/sysdeps/ieee754/ldbl-128ibm/
Ds_fromfpl_main.c30 # define RET_TYPE uintmax_t
69 uintmax_t uret; in FUNC()
95 uintmax_t lo_uret; in FUNC()
/glibc-2.36/stdlib/
Dstrtod_l.c874 assert (dig_no <= (uintmax_t) INTMAX_MAX); in ____STRTOF_INTERNAL()
904 assert (int_no <= (uintmax_t) (INTMAX_MAX in ____STRTOF_INTERNAL()
913 && int_no <= (uintmax_t) INTMAX_MAX / 4); in ____STRTOF_INTERNAL()
925 <= (uintmax_t) (INTMAX_MAX - MAX_EXP - 3) / 4); in ____STRTOF_INTERNAL()
937 <= (uintmax_t) (INTMAX_MAX + MIN_10_EXP - MANT_DIG)); in ____STRTOF_INTERNAL()
945 && int_no <= (uintmax_t) INTMAX_MAX); in ____STRTOF_INTERNAL()
957 <= (uintmax_t) (INTMAX_MAX - MAX_10_EXP - 1)); in ____STRTOF_INTERNAL()
1070 ? (uintmax_t) INTMAX_MAX / 4 in ____STRTOF_INTERNAL()
1071 : (uintmax_t) INTMAX_MAX)); in ____STRTOF_INTERNAL()
1073 ? ((uintmax_t) exponent in ____STRTOF_INTERNAL()
[all …]
Dinttypes.h301 extern uintmax_t strtoumax (const char *__restrict __nptr,
310 extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
/glibc-2.36/sysdeps/ieee754/flt-32/
Ds_fromfpf_main.c31 # define RET_TYPE uintmax_t
59 uintmax_t uret; in FUNC()
/glibc-2.36/sysdeps/ieee754/dbl-64/
Ds_fromfp_main.c31 # define RET_TYPE uintmax_t
59 uintmax_t uret; in FUNC()
/glibc-2.36/sysdeps/ieee754/ldbl-96/
Ds_fromfpl_main.c31 # define RET_TYPE uintmax_t
58 uintmax_t uret; in FUNC()
/glibc-2.36/sysdeps/ieee754/ldbl-128/
Ds_fromfpl_main.c31 # define RET_TYPE uintmax_t
59 uintmax_t uret; in FUNC()
/glibc-2.36/stdio-common/
Dprintf-parsemb.c294 assert (sizeof (uintmax_t) <= sizeof (unsigned long long int)); in __parse_one_specwc()
296 spec->info.is_long_double = (sizeof (uintmax_t) in __parse_one_specwc()
299 spec->info.is_long = sizeof (uintmax_t) > sizeof (unsigned int); in __parse_one_specwc()
/glibc-2.36/intl/
Dloadmsgcat.c377 # define PRIdMAX (sizeof (uintmax_t) == sizeof (long) ? "ld" : "lld")
381 # define PRIiMAX (sizeof (uintmax_t) == sizeof (long) ? "li" : "lli")
385 # define PRIoMAX (sizeof (uintmax_t) == sizeof (long) ? "lo" : "llo")
389 # define PRIuMAX (sizeof (uintmax_t) == sizeof (long) ? "lu" : "llu")
393 # define PRIxMAX (sizeof (uintmax_t) == sizeof (long) ? "lx" : "llx")
397 # define PRIXMAX (sizeof (uintmax_t) == sizeof (long) ? "lX" : "llX")
/glibc-2.36/conform/data/
Dinttypes.h-data11 function uintmax_t strtoumax (const char*, char**, int)
13 function uintmax_t wcstoumax (const __gwchar_t*, __gwchar_t**, int)
Dstdint.h-data34 type uintmax_t
86 macro-int-constant UINTMAX_MAX {promoted:uintmax_t} >= 18446744073709551615ULL
/glibc-2.36/sysdeps/ieee754/ldbl-opt/
Dnldbl-ufromfp.c21 uintmax_t
Dnldbl-ufromfpx.c21 uintmax_t
/glibc-2.36/sysdeps/powerpc/
Dtst-set_ppr.c62 (uintmax_t) actual); in check_thread_priority()

12