s/constant float_exponent_width : NATURAL := 8;/constant float_exponent_width : NATURAL := 6;/ s/constant float_fraction_width : NATURAL := 23;/constant float_fraction_width : NATURAL := 9;/ s/constant float_round_style : round_type := round_nearest;/constant float_round_style : round_type := round_zero;/ s/constant float_denormalize : BOOLEAN := true;/constant float_denormalize : BOOLEAN := false;/ s/constant float_check_error : BOOLEAN := true;/constant float_check_error : BOOLEAN := false;/ s/constant float_guard_bits : NATURAL := 3;/constant float_guard_bits : NATURAL := 0;/ s/constant no_warning : BOOLEAN := (false/constant no_warning : BOOLEAN := (true/ s/float_pkg/float_noround_pkg/