Home | History | Annotate | Download | only in info

Lines Matching full:integral

758      Constant whose value can be represented as integral.
1035 In this example, `real' is type 6 and type 3 is an integral type
1317 type is an unsigned integral type whose bounds are too big to describe
1338 negative, the type is an unsigned integral type whose size in bytes is
1343 0, the type is a signed integral type whose size in bytes is the
1387 Define an integral type. SIGNED is `u' for unsigned or `s' for
1389 type, or is omitted. I assume this is to distinguish an integral
1451 The C `void' type is defined as a signed integral type 0 bits long:
1518 Here is the list of negative type numbers. The phrase "integral
1524 `int', 32 bit signed integral type.
1533 `short', 16 bit signed integral type.
1536 `long', 32 bit signed integral type.
1539 `unsigned char', 8 bit unsigned integral type.
1542 `signed char', 8 bit signed integral type.
1545 `unsigned short', 16 bit unsigned integral type.
1548 `unsigned int', 32 bit unsigned integral type.
1551 `unsigned', 32 bit unsigned integral type.
1554 `unsigned long', 32 bit unsigned integral type.
1572 `integer'. 32 bit signed integral type.
1624 `integer*1', 8 bit signed integral type.
1627 `integer*2', 16 bit signed integral type.
1630 `integer*4', 32 bit signed integral type.
1637 `long long', 64 bit signed integral type.
1640 `unsigned long long', 64 bit unsigned integral type.
1643 `logical*8', 64 bit unsigned integral type.
1646 `integer*8', 64 bit signed integral type.
1658 use for builtin integral types (*note Builtin Type Descriptors::)
1746 subrange, a semicolon, an integral lower bound, a semicolon, an
1747 integral upper bound, and a semicolon. The AIX documentation does not