Home
last modified time | relevance | path

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

/external/protobuf/gtest/include/gtest/internal/
Dgtest-internal.h388 static RawType ReinterpretBits(const Bits bits) { in ReinterpretBits() function
396 return ReinterpretBits(kExponentBitMask); in Infinity()
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
Dgtest-internal.h287 static RawType ReinterpretBits(const Bits bits) { in ReinterpretBits() function
295 return ReinterpretBits(kExponentBitMask); in Infinity()
/external/mesa3d/src/gtest/include/gtest/internal/
Dgtest-internal.h287 static RawType ReinterpretBits(const Bits bits) { in ReinterpretBits() function
295 return ReinterpretBits(kExponentBitMask); in Infinity()
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
Dgtest-internal.h392 static RawType ReinterpretBits(const Bits bits) { in ReinterpretBits() function
400 return ReinterpretBits(kExponentBitMask); in Infinity()
/external/llvm/utils/unittest/googletest/include/gtest/internal/
Dgtest-internal.h401 static RawType ReinterpretBits(const Bits bits) { in ReinterpretBits() function
409 return ReinterpretBits(kExponentBitMask); in Infinity()
/external/google-breakpad/src/testing/gtest/include/gtest/internal/
Dgtest-internal.h372 static RawType ReinterpretBits(const Bits bits) { in ReinterpretBits() function
380 return ReinterpretBits(kExponentBitMask); in Infinity()
/external/googletest/googletest/include/gtest/internal/
Dgtest-internal.h317 static RawType ReinterpretBits(const Bits bits) { in ReinterpretBits() function
325 return ReinterpretBits(kExponentBitMask); in Infinity()
/external/v8/testing/gtest/include/gtest/internal/
Dgtest-internal.h317 static RawType ReinterpretBits(const Bits bits) { in ReinterpretBits() function
325 return ReinterpretBits(kExponentBitMask); in Infinity()
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
Dgtest-internal.h317 static RawType ReinterpretBits(const Bits bits) { in ReinterpretBits() function
325 return ReinterpretBits(kExponentBitMask); in Infinity()
/external/protobuf/gtest/test/
Dgtest_unittest.cc2662 values_.close_to_positive_zero = Floating::ReinterpretBits( in SetUp()
2664 values_.close_to_negative_zero = -Floating::ReinterpretBits( in SetUp()
2666 values_.further_from_negative_zero = -Floating::ReinterpretBits( in SetUp()
2673 values_.close_to_one = Floating::ReinterpretBits(one_bits + max_ulps); in SetUp()
2674 values_.further_from_one = Floating::ReinterpretBits( in SetUp()
2684 values_.close_to_infinity = Floating::ReinterpretBits( in SetUp()
2686 values_.further_from_infinity = Floating::ReinterpretBits( in SetUp()
2692 values_.nan1 = Floating::ReinterpretBits(Floating::kExponentBitMask in SetUp()
2694 values_.nan2 = Floating::ReinterpretBits(Floating::kExponentBitMask in SetUp()
/external/google-breakpad/src/testing/test/
Dgmock-matchers_test.cc2549 close_to_positive_zero_ = Floating::ReinterpretBits(zero_bits + max_ulps/2); in SetUp()
2550 close_to_negative_zero_ = -Floating::ReinterpretBits( in SetUp()
2552 further_from_negative_zero_ = -Floating::ReinterpretBits( in SetUp()
2559 close_to_one_ = Floating::ReinterpretBits(one_bits + max_ulps); in SetUp()
2560 further_from_one_ = Floating::ReinterpretBits(one_bits + max_ulps + 1); in SetUp()
2569 close_to_infinity_ = Floating::ReinterpretBits(infinity_bits - max_ulps); in SetUp()
2570 further_from_infinity_ = Floating::ReinterpretBits( in SetUp()
2574 nan1_ = Floating::ReinterpretBits(Floating::kExponentBitMask | 1); in SetUp()
2575 nan2_ = Floating::ReinterpretBits(Floating::kExponentBitMask | 200); in SetUp()
/external/v8/testing/gtest/test/
Dgtest_unittest.cc2698 values_.close_to_positive_zero = Floating::ReinterpretBits( in SetUp()
2700 values_.close_to_negative_zero = -Floating::ReinterpretBits( in SetUp()
2702 values_.further_from_negative_zero = -Floating::ReinterpretBits( in SetUp()
2709 values_.close_to_one = Floating::ReinterpretBits(one_bits + max_ulps); in SetUp()
2710 values_.further_from_one = Floating::ReinterpretBits( in SetUp()
2720 values_.close_to_infinity = Floating::ReinterpretBits( in SetUp()
2722 values_.further_from_infinity = Floating::ReinterpretBits( in SetUp()
2728 values_.nan1 = Floating::ReinterpretBits(Floating::kExponentBitMask in SetUp()
2730 values_.nan2 = Floating::ReinterpretBits(Floating::kExponentBitMask in SetUp()
/external/googletest/googletest/test/
Dgtest_unittest.cc2698 values_.close_to_positive_zero = Floating::ReinterpretBits( in SetUp()
2700 values_.close_to_negative_zero = -Floating::ReinterpretBits( in SetUp()
2702 values_.further_from_negative_zero = -Floating::ReinterpretBits( in SetUp()
2709 values_.close_to_one = Floating::ReinterpretBits(one_bits + max_ulps); in SetUp()
2710 values_.further_from_one = Floating::ReinterpretBits( in SetUp()
2720 values_.close_to_infinity = Floating::ReinterpretBits( in SetUp()
2722 values_.further_from_infinity = Floating::ReinterpretBits( in SetUp()
2728 values_.nan1 = Floating::ReinterpretBits(Floating::kExponentBitMask in SetUp()
2730 values_.nan2 = Floating::ReinterpretBits(Floating::kExponentBitMask in SetUp()
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/
Dgtest_unittest.cc2691 values_.close_to_positive_zero = Floating::ReinterpretBits( in SetUp()
2693 values_.close_to_negative_zero = -Floating::ReinterpretBits( in SetUp()
2695 values_.further_from_negative_zero = -Floating::ReinterpretBits( in SetUp()
2702 values_.close_to_one = Floating::ReinterpretBits(one_bits + max_ulps); in SetUp()
2703 values_.further_from_one = Floating::ReinterpretBits( in SetUp()
2713 values_.close_to_infinity = Floating::ReinterpretBits( in SetUp()
2715 values_.further_from_infinity = Floating::ReinterpretBits( in SetUp()
2721 values_.nan1 = Floating::ReinterpretBits(Floating::kExponentBitMask in SetUp()
2723 values_.nan2 = Floating::ReinterpretBits(Floating::kExponentBitMask in SetUp()
/external/google-breakpad/src/testing/gtest/test/
Dgtest_unittest.cc2836 values_.close_to_positive_zero = Floating::ReinterpretBits( in SetUp()
2838 values_.close_to_negative_zero = -Floating::ReinterpretBits( in SetUp()
2840 values_.further_from_negative_zero = -Floating::ReinterpretBits( in SetUp()
2847 values_.close_to_one = Floating::ReinterpretBits(one_bits + max_ulps); in SetUp()
2848 values_.further_from_one = Floating::ReinterpretBits( in SetUp()
2858 values_.close_to_infinity = Floating::ReinterpretBits( in SetUp()
2860 values_.further_from_infinity = Floating::ReinterpretBits( in SetUp()
2866 values_.nan1 = Floating::ReinterpretBits(Floating::kExponentBitMask in SetUp()
2868 values_.nan2 = Floating::ReinterpretBits(Floating::kExponentBitMask in SetUp()
/external/v8/testing/gmock/test/
Dgmock-matchers_test.cc2712 Floating::ReinterpretBits(zero_bits_ + max_ulps_/2)), in FloatingPointTest()
2714 -Floating::ReinterpretBits(zero_bits_ + max_ulps_ - max_ulps_/2)), in FloatingPointTest()
2715 further_from_negative_zero_(-Floating::ReinterpretBits( in FloatingPointTest()
2717 close_to_one_(Floating::ReinterpretBits(one_bits_ + max_ulps_)), in FloatingPointTest()
2718 further_from_one_(Floating::ReinterpretBits(one_bits_ + max_ulps_ + 1)), in FloatingPointTest()
2721 Floating::ReinterpretBits(infinity_bits_ - max_ulps_)), in FloatingPointTest()
2723 Floating::ReinterpretBits(infinity_bits_ - max_ulps_ - 1)), in FloatingPointTest()
2725 nan1_(Floating::ReinterpretBits(Floating::kExponentBitMask | 1)), in FloatingPointTest()
2726 nan2_(Floating::ReinterpretBits(Floating::kExponentBitMask | 200)) { in FloatingPointTest()
/external/googletest/googlemock/test/
Dgmock-matchers_test.cc2811 return Floating::ReinterpretBits(static_cast<Bits>(value)); in AsBits()
/external/protobuf/gtest/fused-src/gtest/
Dgtest.h6781 static RawType ReinterpretBits(const Bits bits) {
6789 return ReinterpretBits(kExponentBitMask);
/external/fmtlib/test/gtest/
Dgtest.h7247 static RawType ReinterpretBits(const Bits bits) {
7255 return ReinterpretBits(kExponentBitMask);
/external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
Dgtest.h7248 static RawType ReinterpretBits(const Bits bits) {
7256 return ReinterpretBits(kExponentBitMask);