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

/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/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/vulkan-validation-layers/tests/gtest-1.7.0/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/google-breakpad/src/testing/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/googletest/googletest/include/gtest/internal/
H A Dgtest-internal.h271 static const size_t kBitCount = 8*sizeof(RawType); member in class:testing::internal::FloatingPoint
278 static const size_t kExponentBitCount = kBitCount - 1 - kFractionBitCount;
281 static const Bits kSignBitMask = static_cast<Bits>(1) << (kBitCount - 1);
376 // power of (kBitCount - 1), an integer x is represented by the
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
H A Dgtest-internal.h271 static const size_t kBitCount = 8*sizeof(RawType); member in class:testing::internal::FloatingPoint
278 static const size_t kExponentBitCount = kBitCount - 1 - kFractionBitCount;
281 static const Bits kSignBitMask = static_cast<Bits>(1) << (kBitCount - 1);
376 // 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/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-internal.h346 static const size_t kBitCount = 8*sizeof(RawType); member in class:testing::internal::FloatingPoint
353 static const size_t kExponentBitCount = kBitCount - 1 - kFractionBitCount;
356 static const Bits kSignBitMask = static_cast<Bits>(1) << (kBitCount - 1);
448 // power of (kBitCount - 1), an integer x is represented by the
/external/v8/testing/gtest/include/gtest/internal/
H A Dgtest-internal.h271 static const size_t kBitCount = 8*sizeof(RawType); member in class:testing::internal::FloatingPoint
278 static const size_t kExponentBitCount = kBitCount - 1 - kFractionBitCount;
281 static const Bits kSignBitMask = static_cast<Bits>(1) << (kBitCount - 1);
376 // power of (kBitCount - 1), an integer x is represented by the
/external/fmtlib/test/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/protobuf/gtest/fused-src/gtest/
H A Dgtest.h6735 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 Dgtest.h7202 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

Completed in 346 milliseconds