Lines Matching full:exact
69 /* C99 7.18.1.1 Exact-width integer types.
73 * The standard requires that exact-width type be defined for 8-, 16-, 32-, and
74 * 64-bit types if they are implemented. Other exact width types are optional.
75 * This implementation defines an exact-width types for every integer width
79 * and 64-bit widths regardless of whether there are corresponding exact-width
84 * redefinitions, redefining __int_leastN_t to successively smaller exact-width
95 * defined if there exists an exact-width type of equal or greater width.
483 /* C99 7.18.2.1 Limits of exact-width integer types.
488 * implementation defines limits for all of the types (exact- and
490 * type for any types that do not have exact-width representations.
494 * 16, 32, 64) bit widths when they don't have exact representations. It is