| 1406 | |
| 1407 | void Init(); |
| 1408 | void SetUp() override { |
| 1409 | this->Init(); |
| 1410 | ASSERT_NE(EncodeValue(negative_zero_), EncodeValue(positive_zero_)); |
| 1411 | } |
| 1412 | |
| 1413 | bool signbit(c_type val); |
| 1414 | void CheckEq(const c_type& l, const c_type& r); |
nothing calls this directly
no test coverage detected