Searched refs:isnegzero (Results 1 – 7 of 7) sorted by relevance
68 static inline bool isnegzero(float f) {74 return isposzero(f) || isnegzero(f);
21 _RS_ASSERT(isnegzero(rootn(-0.f, 3)));
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()