Ring1_Intrinsic_Fp_PositiveZeroBits
#define Ring1_Intrinsic_Fp_PositiveZeroBits_suffix /* Implementation */
where suffix
is
either f32
(for the type float
)
or f64
(for the type double
).
For suffix f32
:
Symbolic constant evaluating to an uint32_t
value.
This value represents the positive zero value of the raw bits representation of a single-precision floating point value.
For suffix f64
:
Symbolic constant evaluating to an uint64_t
value.
This value represents the positive zero value of the raw bits representation of a double-precision floating point value.