HomeSort by relevance Sort by last modified time
    Searched full:netcost (Results 1 - 1 of 1) sorted by null

  /external/srec/srec/crec/
astar.c 297 asr_int32_t netcost; local
318 /* finding the netcost of this path extension */
324 netcost = wtoken->cost - best_cost_for_node;
325 /* ASSERT( netcost > 0); bug: sometimes this fails! fix: just use int32 */
326 if (netcost + parp->costsofar > max_cost)
329 printf("netcost %d (%d+%d) + parp->costsofar > max_cost %d\n",
330 netcost, wtoken->cost, best_cost_for_node, parp->costsofar, max_cost);
391 extended_parp->costsofar = parp->costsofar + netcost;
    [all...]

Completed in 494 milliseconds