/external/skia/src/utils/ |
H A D | SkFloatUtils.h | 61 static const size_t kBitCount = CHAR_BIT * sizeof(RawType); member in class:SkFloatingPoint 67 static const size_t kExponentBitCount = kBitCount - 1 - kFractionBitCount; 70 static const Bits kSignBitMask = static_cast<Bits>(1) << (kBitCount - 1); 135 * power of (kBitCount - 1), an integer x is represented by the
|
/external/gtest/include/gtest/internal/ |
H A D | gtest-internal.h | 241 static const size_t kBitCount = 8*sizeof(RawType); member in class:testing::internal::FloatingPoint 248 static const size_t kExponentBitCount = kBitCount - 1 - kFractionBitCount; 251 static const Bits kSignBitMask = static_cast<Bits>(1) << (kBitCount - 1); 346 // power of (kBitCount - 1), an integer x is represented by the
|
/external/protobuf/gtest/include/gtest/internal/ |
H A D | gtest-internal.h | 342 static const size_t kBitCount = 8*sizeof(RawType); member in class:testing::internal::FloatingPoint 349 static const size_t kExponentBitCount = kBitCount - 1 - kFractionBitCount; 352 static const Bits kSignBitMask = static_cast<Bits>(1) << (kBitCount - 1); 444 // power of (kBitCount - 1), an integer x is represented by the
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/ |
H A D | gtest-internal.h | 241 static const size_t kBitCount = 8*sizeof(RawType); member in class:testing::internal::FloatingPoint 248 static const size_t kExponentBitCount = kBitCount - 1 - kFractionBitCount; 251 static const Bits kSignBitMask = static_cast<Bits>(1) << (kBitCount - 1); 346 // power of (kBitCount - 1), an integer x is represented by the
|
/external/google-breakpad/src/testing/gtest/include/gtest/internal/ |
H A D | gtest-internal.h | 326 static const size_t kBitCount = 8*sizeof(RawType); member in class:testing::internal::FloatingPoint 333 static const size_t kExponentBitCount = kBitCount - 1 - kFractionBitCount; 336 static const Bits kSignBitMask = static_cast<Bits>(1) << (kBitCount - 1); 428 // power of (kBitCount - 1), an integer x is represented by the
|
/external/llvm/utils/unittest/googletest/include/gtest/internal/ |
H A D | gtest-internal.h | 355 static const size_t kBitCount = 8*sizeof(RawType); member in class:testing::internal::FloatingPoint 362 static const size_t kExponentBitCount = kBitCount - 1 - kFractionBitCount; 365 static const Bits kSignBitMask = static_cast<Bits>(1) << (kBitCount - 1); 457 // power of (kBitCount - 1), an integer x is represented by the
|
/external/mesa3d/src/gtest/include/gtest/internal/ |
H A D | gtest-internal.h | 326 static const size_t kBitCount = 8*sizeof(RawType); member in class:testing::internal::FloatingPoint 333 static const size_t kExponentBitCount = kBitCount - 1 - kFractionBitCount; 336 static const Bits kSignBitMask = static_cast<Bits>(1) << (kBitCount - 1); 428 // power of (kBitCount - 1), an integer x is represented by the
|
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/ |
H A D | gtest.h | 7201 static const size_t kBitCount = 8*sizeof(RawType); member in class:testing::internal::FloatingPoint 7208 static const size_t kExponentBitCount = kBitCount - 1 - kFractionBitCount; 7211 static const Bits kSignBitMask = static_cast<Bits>(1) << (kBitCount - 1); 7306 // power of (kBitCount - 1), an integer x is represented by the
|
/external/protobuf/gtest/fused-src/gtest/ |
H A D | gtest.h | 6735 static const size_t kBitCount = 8*sizeof(RawType); member in class:testing::internal::FloatingPoint 6742 static const size_t kExponentBitCount = kBitCount - 1 - kFractionBitCount; 6745 static const Bits kSignBitMask = static_cast<Bits>(1) << (kBitCount - 1); 6837 // power of (kBitCount - 1), an integer x is represented by the
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/ |
H A D | gtest.h | 7202 static const size_t kBitCount = 8*sizeof(RawType); member in class:testing::internal::FloatingPoint 7209 static const size_t kExponentBitCount = kBitCount - 1 - kFractionBitCount; 7212 static const Bits kSignBitMask = static_cast<Bits>(1) << (kBitCount - 1); 7307 // power of (kBitCount - 1), an integer x is represented by the
|