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