Searched refs:tot_num_configs (Results 1 – 1 of 1) sorted by relevance
331 int tot_num_configs = 0; in ComputeResidualLossPerGap() local335 tot_num_configs += in ComputeResidualLossPerGap()339 if (tot_num_configs > 0) { in ComputeResidualLossPerGap()341 static_cast<double>(tot_num_configs); in ComputeResidualLossPerGap()354 int tot_num_configs = 0; in ComputeRecoveryRatePerLoss() local359 tot_num_configs += in ComputeRecoveryRatePerLoss()363 if (tot_num_configs > 0) { in ComputeRecoveryRatePerLoss()364 arl = arl / static_cast<double>(tot_num_configs); in ComputeRecoveryRatePerLoss()