Home
last modified time | relevance | path

Searched refs:min_of_three (Results 1 – 1 of 1) sorted by relevance

/dports/graphics/c-a-i-r/c-a-i-r-2.19/
H A DCAIR.cpp533 inline int min_of_three( int x, int y, int z ) in min_of_three() function
667 (*Source)(x,y)->energy = min_of_three((*Source)(x-1,y-1)->energy, in Energy_Map()
677 (*Source)(x,y)->energy = min_of_three((*Source)(x-1,y-1)->energy + Forward_CostL(Source,x,y), in Energy_Map()