Searched refs:test_negative_zero (Results 1 – 4 of 4) sorted by relevance
57 template<class T> void test_negative_zero( T x ) in test_negative_zero() function180 test_negative_zero( boost::core::copysign( x, T(-1) ) ); in test_positive_zero_()185 test_negative_zero( x ); in test_negative_zero_()187 test_negative_zero( boost::core::copysign( x, T(-1) ) ); in test_negative_zero_()
134 def test_negative_zero(self): member in UnparseTestCase
549 def test_negative_zero(self): member in FormatTest
589 def test_negative_zero(self): member in IEEEFormatTestCase