Home
last modified time | relevance | path

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

/external/googletest/googlemock/test/
Dgmock-matchers_test.cc3209 one_bits_(Floating(1).bits()), in FloatingPointTest()
3217 close_to_one_(Floating::ReinterpretBits(one_bits_ + max_ulps_)), in FloatingPointTest()
3218 further_from_one_(Floating::ReinterpretBits(one_bits_ + max_ulps_ + 1)), in FloatingPointTest()
3284 const Bits one_bits_; // The bits that represent 1.0. member in testing::gmock_matchers_test::__anon67385ff30111::FloatingPointTest