Searched refs:uintmax_t (Results 1 – 12 of 12) sorted by relevance
/math/ |
A D | fromfp.h | 54 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()
|
A D | test-tgmath.c | 232 uintmax_t um; in F() 796 uintmax_t in uintmax_t() function 804 uintmax_t in uintmax_t() function
|
A D | test-tgmath-ret.c | 68 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()
|
A D | libm-test-support.h | 182 void check_uintmax_t (const char *, uintmax_t, uintmax_t, int);
|
A D | libm-test-support.c | 945 check_uintmax_t (const char *test_name, uintmax_t computed, in check_uintmax_t() 946 uintmax_t expected, int exceptions) in check_uintmax_t()
|
A D | README.libm-test | 126 - "U" for uintmax_t.
|
A D | gen-fromfp-tests-inputs | 1 /* Integer inputs within range of uintmax_t. */
|
A D | libm-test-driver.c | 266 uintmax_t expected;
|
A D | libm-test-ufromfp.inc | 457 /* Integer inputs within range of uintmax_t. */
|
A D | libm-test-ufromfpx.inc | 457 /* Integer inputs within range of uintmax_t. */
|
A D | libm-test-fromfp.inc | 335 /* Integer inputs within range of uintmax_t. */
|
A D | libm-test-fromfpx.inc | 335 /* Integer inputs within range of uintmax_t. */
|
Completed in 125 milliseconds