Searched refs:dRound (Results 1 – 1 of 1) sorted by relevance
71 const double dRound = floor (dLog2factor + 0.5); in GetLogFactor() local73 if (dLog2factor < dRound + dEpsilon && dRound < dLog2factor + dEpsilon) { in GetLogFactor()74 return (uint32_t) (dRound); in GetLogFactor()