Searched defs:ReinterpretBits (Results 1 - 8 of 8) sorted by relevance

/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-internal.h388 static RawType ReinterpretBits(const Bits bits) { function in class:testing::internal::FloatingPoint
396 return ReinterpretBits(kExponentBitMask);
/external/chromium_org/testing/gtest/include/gtest/internal/
H A Dgtest-internal.h319 static RawType ReinterpretBits(const Bits bits) { function in class:testing::internal::FloatingPoint
327 return ReinterpretBits(kExponentBitMask);
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
H A Dgtest-internal.h372 static RawType ReinterpretBits(const Bits bits) { function in class:testing::internal::FloatingPoint
380 return ReinterpretBits(kExponentBitMask);
/external/gtest/include/gtest/internal/
H A Dgtest-internal.h287 static RawType ReinterpretBits(const Bits bits) { function in class:testing::internal::FloatingPoint
295 return ReinterpretBits(kExponentBitMask);
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-internal.h401 static RawType ReinterpretBits(const Bits bits) { function in class:testing::internal::FloatingPoint
409 return ReinterpretBits(kExponentBitMask);
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-internal.h372 static RawType ReinterpretBits(const Bits bits) { function in class:testing::internal::FloatingPoint
380 return ReinterpretBits(kExponentBitMask);
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h7247 static RawType ReinterpretBits(const Bits bits) { function in class:testing::internal::FloatingPoint
7255 return ReinterpretBits(kExponentBitMask);
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h7247 static RawType ReinterpretBits(const Bits bits) { function in class:testing::internal::FloatingPoint
7255 return ReinterpretBits(kExponentBitMask);

Completed in 3501 milliseconds