Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dfloatobject.c404 int vsign = i == 0.0 ? 0 : i < 0.0 ? -1 : 1; in float_richcompare() local
409 if (vsign != wsign) { in float_richcompare()
413 i = (double)vsign; in float_richcompare()
428 i = (double)vsign; in float_richcompare()
440 assert(vsign != 0); /* if vsign were 0, then since wsign is in float_richcompare()
444 if (vsign < 0) { in float_richcompare()