Searched refs:integx (Results 1 – 1 of 1) sorted by relevance
3409 int order = 1, integx, integy, dlen; in xmlSchemaCompareDecimals() local3448 integx = x->value.decimal.total - x->value.decimal.frac; in xmlSchemaCompareDecimals()3460 if (integx == 1) { in xmlSchemaCompareDecimals()3472 if (integx != 1) in xmlSchemaCompareDecimals()3481 if (integx > integy) in xmlSchemaCompareDecimals()3483 else if (integy > integx) in xmlSchemaCompareDecimals()