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