Searched refs:cost_tmp (Results 1 – 1 of 1) sorted by relevance
475 float cost_tmp; in PushInterval() local477 cost_tmp = (float)(distance_cost + manager->cost_cache_[k]); in PushInterval()479 if (manager->costs_[j] > cost_tmp) { in PushInterval()480 manager->costs_[j] = cost_tmp; in PushInterval()