Searched refs:CY_Divisors (Results 1 – 1 of 1) sorted by relevance
3402 static const int CY_Divisors[5] = { CY_MULTIPLIER/10000, CY_MULTIPLIER/1000, variable3719 d = (double)DEC_LO64(&rounded) / (double)CY_Divisors[DEC_SCALE(&rounded)]; in VarCyFromDec()3987 double d, div = CY_Divisors[cDecimals]; in VarCyRound()