Home
last modified time | relevance | path

Searched refs:nScCarry (Results 1 – 1 of 1) sorted by last modified time

/trunk/main/sc/source/core/tool/
H A Dinterpr1.cxx1655 static sal_uInt32 nScRandomQ[SCRANDOMQ_SIZE], nScCarry = 0; variable
1666 t = (x << 28) + nScCarry; in b32MWC()
1667 nScCarry = (x >> 4) - (t < x); in b32MWC()

Completed in 47 milliseconds