Home
last modified time | relevance | path

Searched refs:test_negative_zero (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/core/test/
Dcmath_test.cpp57 template<class T> void test_negative_zero( T x ) in test_negative_zero() function
180 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_()
/aosp_15_r20/external/python/cpython2/Demo/parser/
Dtest_unparse.py134 def test_negative_zero(self): member in UnparseTestCase
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_format.py549 def test_negative_zero(self): member in FormatTest
/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_float.py589 def test_negative_zero(self): member in IEEEFormatTestCase