Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/googletest/googlemock/test/
H A Dgmock-matchers_test.cc3250 one_bits_(Floating(1).bits()), in FloatingPointTest()
3258 close_to_one_(Floating::ReinterpretBits(one_bits_ + max_ulps_)), in FloatingPointTest()
3259 further_from_one_(Floating::ReinterpretBits(one_bits_ + max_ulps_ + 1)), in FloatingPointTest()
3325 const Bits one_bits_; // The bits that represent 1.0. member in testing::gmock_matchers_test::FloatingPointTest