Searched refs:invFactor (Results 1 – 1 of 1) sorted by relevance
245 real64 invFactor = 1.0 / factor; in Round() local251 fData [j] [k] = Round_int32 (fData [j] [k] * factor) * invFactor; in Round()262 real64 invFactor = 1.0 / factor; in SafeRound() local278 real64 rounded = Round_int32 (fData [j] [k] * factor) * invFactor; in SafeRound()588 real64 invFactor = 1.0 / factor; in Round() local593 fData [j] = Round_int32 (fData [j] * factor) * invFactor; in Round()