Home
last modified time | relevance | path

Searched defs:vsign (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Objects/
H A Dfloatobject.c440 int vsign = i == 0.0 ? 0 : i < 0.0 ? -1 : 1; in float_richcompare() local

Completed in 5 milliseconds