Integers; Floating Point - Red Hat ENTERPRISE LINUX 3 - USING GCC Using Instructions

Using the gnu compiler collection (gcc)
Hide thumbs Also See for ENTERPRISE LINUX 3 - USING GCC:
Table of Contents

Advertisement

116
[The value of a wide character constant containing more than one multibyte character, or containing
a multibyte character or escape sequence not represented in the extended execution character set
(6.4.4.4).]
[The current locale used to convert a wide character constant consisting of a single multibyte char-
acter that maps to a member of the extended execution character set into a corresponding wide
character code (6.4.4.4).]
[The current locale used to convert a wide string literal into corresponding wide character codes
(6.4.5).]
[The value of a string literal containing a multibyte character or escape sequence not represented in
the execution character set (6.4.5).]

5.5. Integers

[Any extended integer types that exist in the implementation (6.2.5).]
[Whether signed integer types are represented using sign and magnitude, two's complement, or
one's complement, and whether the extraordinary value is a trap representation or an ordinary value
(6.2.6.2).]
GCC supports only two's complement integer types, and all bit patterns are ordinary values.
[The rank of any extended integer type relative to another extended integer type with the same
precision (6.3.1.1).]
[The result of, or the signal raised by, converting an integer to a signed integer type when the value
cannot be represented in an object of that type (6.3.1.3).]
[The results of some bitwise operations on signed integers (6.5).]

5.6. Floating point

[The accuracy of the floating-point operations and of the library functions in
that return floating-point results (5.2.4.2.2).]
complex.h
[The rounding behaviors characterized by non-standard values of
[The evaluation methods characterized by non-standard negative values of
(5.2.4.2.2).]
[The direction of rounding when an integer is converted to a floating-point number that cannot
exactly represent the original value (6.3.1.4).]
[The direction of rounding when a floating-point number is converted to a narrower floating-point
number (6.3.1.5).]
[How the nearest representable value or the larger or smaller representable value immediately ad-
jacent to the nearest representable value is chosen for certain floating constants (6.4.4.2).]
[Whether and how floating expressions are contracted when not disallowed by the
pragma (6.5).]
[The default state for the
[Additional floating-point exceptions, rounding modes, environments, and classifications, and their
macro names (7.6, 7.12).]
[The default state for the
pragma (7.6.1).]
FENV_ACCESS
pragma (7.12.2).]
FP_CONTRACT
Chapter 5. C Implementation-defined behavior
FLT_ROUNDS
and
math.h
(5.2.4.2.2).]
FLT_EVAL_METHOD
FP_CONTRACT

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the ENTERPRISE LINUX 3 - USING GCC and is the answer not in the manual?

Questions and answers

This manual is also suitable for:

Enterprise linux 3

Table of Contents