/external/protobuf/gtest/include/gtest/internal/ |
D | gtest-internal.h | 388 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/ |
D | gtest-internal.h | 287 static RawType ReinterpretBits(const Bits bits) { in ReinterpretBits() function 295 return ReinterpretBits(kExponentBitMask); in Infinity()
|
/external/gtest/include/gtest/internal/ |
D | gtest-internal.h | 287 static RawType ReinterpretBits(const Bits bits) { in ReinterpretBits() function 295 return ReinterpretBits(kExponentBitMask); in Infinity()
|
/external/llvm/utils/unittest/googletest/include/gtest/internal/ |
D | gtest-internal.h | 401 static RawType ReinterpretBits(const Bits bits) { in ReinterpretBits() function 409 return ReinterpretBits(kExponentBitMask); in Infinity()
|
/external/google-breakpad/src/testing/gtest/include/gtest/internal/ |
D | gtest-internal.h | 372 static RawType ReinterpretBits(const Bits bits) { in ReinterpretBits() function 380 return ReinterpretBits(kExponentBitMask); in Infinity()
|
/external/mesa3d/src/gtest/include/gtest/internal/ |
D | gtest-internal.h | 372 static RawType ReinterpretBits(const Bits bits) { in ReinterpretBits() function 380 return ReinterpretBits(kExponentBitMask); in Infinity()
|
/external/protobuf/gtest/test/ |
D | gtest_unittest.cc | 2662 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/ |
D | gmock-matchers_test.cc | 2549 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/gtest/test/ |
D | gtest_unittest.cc | 2691 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/ |
D | gtest_unittest.cc | 2836 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/vulkan-validation-layers/tests/gtest-1.7.0/test/ |
D | gtest_unittest.cc | 2691 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/gmock/test/ |
D | gmock-matchers_test.cc | 2657 Floating::ReinterpretBits(zero_bits_ + max_ulps_/2)), in FloatingPointTest() 2659 -Floating::ReinterpretBits(zero_bits_ + max_ulps_ - max_ulps_/2)), in FloatingPointTest() 2660 further_from_negative_zero_(-Floating::ReinterpretBits( in FloatingPointTest() 2662 close_to_one_(Floating::ReinterpretBits(one_bits_ + max_ulps_)), in FloatingPointTest() 2663 further_from_one_(Floating::ReinterpretBits(one_bits_ + max_ulps_ + 1)), in FloatingPointTest() 2666 Floating::ReinterpretBits(infinity_bits_ - max_ulps_)), in FloatingPointTest() 2668 Floating::ReinterpretBits(infinity_bits_ - max_ulps_ - 1)), in FloatingPointTest() 2670 nan1_(Floating::ReinterpretBits(Floating::kExponentBitMask | 1)), in FloatingPointTest() 2671 nan2_(Floating::ReinterpretBits(Floating::kExponentBitMask | 200)) { in FloatingPointTest()
|
/external/protobuf/gtest/fused-src/gtest/ |
D | gtest.h | 6781 static RawType ReinterpretBits(const Bits bits) { 6789 return ReinterpretBits(kExponentBitMask);
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/ |
D | gtest.h | 7248 static RawType ReinterpretBits(const Bits bits) { 7256 return ReinterpretBits(kExponentBitMask);
|
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/ |
D | gtest.h | 7247 static RawType ReinterpretBits(const Bits bits) { 7255 return ReinterpretBits(kExponentBitMask);
|
/external/opencv3/modules/ts/include/opencv2/ts/ |
D | ts_gtest.h | 7308 static RawType ReinterpretBits(const Bits bits) { 7316 return ReinterpretBits(kExponentBitMask);
|