s/constant float_exponent_width : NATURAL := 8;/constant float_exponent_width : NATURAL := 8;/ s/constant float_fraction_width : NATURAL := 23;/constant float_fraction_width : NATURAL := 23;/ s/constant float_round_style : round_type := round_nearest;/constant float_round_style : round_type := round_neginf;/ 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_roundneg_pkg/