Searched refs:prior_weight (Results 1 – 2 of 2) sorted by relevance
490 double prior_weight = 1.0L / static_cast<double>(2 << num_elements); in weighted_processing_time() local491 return prior_weight * prior + (1.0L - prior_weight) * processing_time; in weighted_processing_time()
1323 double prior_weight = 1.0L / static_cast<double>(2 << num_elements); in TotalProcessingTimeForInputs() local1326 sum += (1.0L - prior_weight) * input_processing_time + in TotalProcessingTimeForInputs()1327 prior_weight * prior; in TotalProcessingTimeForInputs()