Home
last modified time | relevance | path

Searched refs:width (Results 1 – 9 of 9) sorted by relevance

/math/
A Dgen-fromfp-tests.py78 width = int(width) variable
80 width += 1
82 if width > 2:
84 if width > 1 and width <= 64:
86 if width < 64:
88 if width < 63:
122 width += 1
124 if width > 2:
126 if width > 1 and width <= 64:
128 if width < 64:
[all …]
A Dfromfp.h40 fromfp_max_exponent (bool negative, int width) in fromfp_max_exponent() argument
43 return negative ? -1 : width - 1; in fromfp_max_exponent()
45 return negative ? width - 1 : width - 2; in fromfp_max_exponent()
115 fromfp_domain_error (bool negative, unsigned int width) in fromfp_domain_error() argument
125 else if (width == INTMAX_WIDTH) in fromfp_domain_error()
128 return (1ULL << width) - 1; in fromfp_domain_error()
132 if (width == 0) in fromfp_domain_error()
135 return -(1ULL << (width - 1)); in fromfp_domain_error()
137 return (1ULL << (width - 1)) - 1; in fromfp_domain_error()
153 int max_exponent, unsigned int width) in fromfp_round_and_return() argument
[all …]
A Dtest-tgmath-ret.c29 static unsigned int width = 64; variable
67 CHECK_RET_CONST(fromfp, intmax_t, rm, width) in CHECK_RET_CONST()
68 CHECK_RET_CONST(ufromfp, uintmax_t, rm, width) in CHECK_RET_CONST()
69 CHECK_RET_CONST(fromfpx, intmax_t, rm, width) in CHECK_RET_CONST()
70 CHECK_RET_CONST(ufromfpx, uintmax_t, rm, width) in CHECK_RET_CONST()
A Dtest-tgmath.c781 (F(fromfp)) (TYPE x, int round, unsigned int width) in intmax_t()
789 (F(fromfpx)) (TYPE x, int round, unsigned int width) in intmax_t()
797 (F(ufromfp)) (TYPE x, int round, unsigned int width) in uintmax_t()
805 (F(ufromfpx)) (TYPE x, int round, unsigned int width) in uintmax_t()
A Dauto-libm-test-in4851 # a narrower format of width a and a wider format of width w, take
4854 # ratios of the form (1 + 2^-a) to the width of the wider format, but
6682 # (2^a + 1)(2^b + 1)/2^(a+b), where a is the width of the narrower
6683 # format, b is greater than the width of the wider format and factors
A Dlibm-test-ufromfp.inc24 (large values of width count as the width of the return
291 /* Zero (OK unless the width specified is zero). */
A Dlibm-test-ufromfpx.inc24 (large values of width count as the width of the return
291 /* Zero (OK unless the width specified is zero). */
A Dlibm-test-fromfp.inc24 (large values of width count as the width of the return
291 /* Zero (OK unless the width specified is zero). */
A Dlibm-test-fromfpx.inc24 (large values of width count as the width of the return
291 /* Zero (OK unless the width specified is zero). */

Completed in 149 milliseconds