float_denorm_style type — Represents existence of denormalized, floating-point values
enum float_denorm_style {
denorm_indeterminate = -1;
denorm_absent = 0;
denorm_present = 1;
};
The float_denorm_style
type
is an enumerated type that represents whether denormalized
floating-point values are supported.