Home
last modified time | relevance | path

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

/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-matchers-arithmetic_test.cc1209 one_bits_(Floating(1).bits()), in FloatingPointTest()
1217 close_to_one_(Floating::ReinterpretBits(one_bits_ + max_ulps_)), in FloatingPointTest()
1218 further_from_one_(Floating::ReinterpretBits(one_bits_ + max_ulps_ + 1)), in FloatingPointTest()
1281 const Bits one_bits_; // The bits that represent 1.0. member in testing::gmock_matchers_test::__anon7b5da5310111::FloatingPointTest