Searched refs:isnegzero (Results 1 – 5 of 5) sorted by relevance
68 static bool isnegzero(float f) {74 return isposzero(f) || isnegzero(f);
21 _RS_ASSERT(isnegzero(rootn(-0.f, 3)));
327 static bool isnegzero(float f) { in isnegzero() function333 return isposzero(f) || isnegzero(f); in iszero()