Nearly, but not quite ...
This assumes that you want $ene1t to be the 'value' of the input tag.
<?
if($row['ene1d'] != 0){
$valor1 = $row["ene1"];
$ene1t = round($valor1 +( ($valor1*10)/100)+((($valor1*10)/100)*16/100));
echo "<input type='radio' name='ene1t' value='".$ene1t."'>";
}
?>