Searched defs:acceptRatioPos (Results 1 – 1 of 1) sorted by relevance
20 struct acceptRatioPos { struct25 acceptRatioPos() { pos = 0; acceptRatio = 1.0; high = false; } in acceptRatioPos() function26 acceptRatioPos(double ac, int po, bool h) : acceptRatio(ac), pos(po), high(h) {} in acceptRatioPos() function27 ~acceptRatioPos() {} in ~acceptRatioPos() argument