Searched refs:vsign (Results 1 – 1 of 1) sorted by relevance
469 int vsign = i == 0.0 ? 0 : i < 0.0 ? -1 : 1; in float_richcompare() local474 if (vsign != wsign) { in float_richcompare()478 i = (double)vsign; in float_richcompare()493 i = (double)vsign; in float_richcompare()505 assert(vsign != 0); /* if vsign were 0, then since wsign is in float_richcompare()509 if (vsign < 0) { in float_richcompare()