Home
last modified time | relevance | path

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

/reactos/sdk/lib/3rdparty/libxml2/
H A Dxmlschemastypes.c3644 unsigned long rem1, rem2; in xmlSchemaCompareDecimals() local
3645 rem1 = (hi % 10) * 100000000L; in xmlSchemaCompareDecimals()
3648 mi = (mi + rem1) / 10; in xmlSchemaCompareDecimals()