Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dfloatobject.c469 int vsign = i == 0.0 ? 0 : i < 0.0 ? -1 : 1; in float_richcompare() local
474 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()