Home
last modified time | relevance | path

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

/reactos/dll/win32/oleaut32/
H A Dvartype.c5183 int quotientscale, remainderscale, tempquotientscale; in VARIANT_DI_div() local
5187 quotientscale = remainderscale = (int)dividend->scale - (int)divisor->scale; in VARIANT_DI_div()
5188 tempquotientscale = quotientscale; in VARIANT_DI_div()
5211 underflow = VARIANT_int_addlossy( quotient->bitsnum, &quotientscale, in VARIANT_DI_div()
5235 while (r_overflow == S_OK && quotientscale < 0) { in VARIANT_DI_div()
5241 quotientscale++; in VARIANT_DI_div()
5246 if (quotientscale <= 255) quotient->scale = quotientscale; in VARIANT_DI_div()