Searched refs:integx (Results 1 – 1 of 1) sorted by relevance
3413 int order = 1, integx, integy, dlen; in xmlSchemaCompareDecimals() local3452 integx = x->value.decimal.total - x->value.decimal.frac; in xmlSchemaCompareDecimals()3464 if (integx == 1) { in xmlSchemaCompareDecimals()3476 if (integx != 1) in xmlSchemaCompareDecimals()3485 if (integx > integy) in xmlSchemaCompareDecimals()3487 else if (integy > integx) in xmlSchemaCompareDecimals()