Searched refs:kBitCount (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/skia/src/utils/
H A DSkFloatUtils.h61 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/skia/src/utils/
H A DSkFloatUtils.h61 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/chromium_org/third_party/skia/src/gpu/
H A DGrPath.cpp41 kBitCount = kMiterShift + kMiterBits enumerator in enum:__anon15262
47 SK_COMPILE_ASSERT(kBitCount == 64, wrong_stroke_key_size);
/external/gtest/include/gtest/internal/
H A Dgtest-internal.h241 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 Dgtest-internal.h342 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/chromium_org/testing/gtest/include/gtest/internal/
H A Dgtest-internal.h273 static const size_t kBitCount = 8*sizeof(RawType); member in class:testing::internal::FloatingPoint
280 static const size_t kExponentBitCount = kBitCount - 1 - kFractionBitCount;
283 static const Bits kSignBitMask = static_cast<Bits>(1) << (kBitCount - 1);
378 // power of (kBitCount - 1), an integer x is represented by the
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
H A Dgtest-internal.h326 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 Dgtest-internal.h355 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 Dgtest-internal.h326 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/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h7201 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/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h7201 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

Completed in 466 milliseconds