Searched refs:isnegzero (Results 1 – 5 of 5) sorted by relevance
87 static inline bool isnegzero(float f) {93 return isposzero(f) || isnegzero(f);
37 _RS_ASSERT(isnegzero(rootn(-0.f, 3)));
89 static inline bool isnegzero(float f) {95 return isposzero(f) || isnegzero(f);
39 _RS_ASSERT(isnegzero(rootn(-0.f, 3)));
332 static bool isnegzero(float f) { in isnegzero() function337 return isposzero(f) || isnegzero(f); in iszero()