Searched refs:PHI (Results 1 – 1 of 1) sorted by relevance
45 # define PHI 0.618033989 macro310 float x1 = (float)(PHI*ta + (1-PHI)*tb); in bestDollarDifference()312 float x2 = (float)((1-PHI)*ta + PHI*tb); in bestDollarDifference()319 x1 = (float)(PHI*ta + (1-PHI)*tb); in bestDollarDifference()326 x2 = (float)((1-PHI)*ta + PHI*tb); in bestDollarDifference()
Completed in 4 milliseconds