Home
last modified time | relevance | path

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

/ndk/sources/third_party/googletest/googletest/test/
Dgtest_unittest.cc2700 values_.close_to_positive_zero = Floating::ReinterpretBits( in SetUp()
2702 values_.close_to_negative_zero = -Floating::ReinterpretBits( in SetUp()
2704 values_.further_from_negative_zero = -Floating::ReinterpretBits( in SetUp()
2711 values_.close_to_one = Floating::ReinterpretBits(one_bits + max_ulps); in SetUp()
2712 values_.further_from_one = Floating::ReinterpretBits( in SetUp()
2716 values_.infinity = Floating::Infinity(); in SetUp()
2719 const Bits infinity_bits = Floating(values_.infinity).bits(); in SetUp()
2722 values_.close_to_infinity = Floating::ReinterpretBits( in SetUp()
2724 values_.further_from_infinity = Floating::ReinterpretBits( in SetUp()
2730 values_.nan1 = Floating::ReinterpretBits(Floating::kExponentBitMask in SetUp()
[all …]