Home
last modified time | relevance | path

Searched refs:CY_Divisors (Results 1 – 1 of 1) sorted by relevance

/reactos/dll/win32/oleaut32/
H A Dvartype.c3402 static const int CY_Divisors[5] = { CY_MULTIPLIER/10000, CY_MULTIPLIER/1000, variable
3719 d = (double)DEC_LO64(&rounded) / (double)CY_Divisors[DEC_SCALE(&rounded)]; in VarCyFromDec()
3987 double d, div = CY_Divisors[cDecimals]; in VarCyRound()