HomeSort by relevance Sort by last modified time
    Searched refs:kBitCount (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/third_party/skia/src/utils/
SkFloatUtils.h 61 static const size_t kBitCount = CHAR_BIT * sizeof(RawType);
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/
SkFloatUtils.h 61 static const size_t kBitCount = CHAR_BIT * sizeof(RawType);
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/sdch/open-vcdiff/src/gtest/internal/
gtest-internal.h 329 static const size_t kBitCount = 8*sizeof(RawType);
336 static const size_t kExponentBitCount = kBitCount - 1 - kFractionBitCount;
339 static const Bits kSignBitMask = static_cast<Bits>(1) << (kBitCount - 1);
424 // power of (kBitCount - 1), an integer x is represented by the
  /external/open-vcdiff/gtest/include/gtest/internal/
gtest-internal.h 344 static const size_t kBitCount = 8*sizeof(RawType);
351 static const size_t kExponentBitCount = kBitCount - 1 - kFractionBitCount;
354 static const Bits kSignBitMask = static_cast<Bits>(1) << (kBitCount - 1);
446 // power of (kBitCount - 1), an integer x is represented by the
    [all...]
  /external/protobuf/gtest/include/gtest/internal/
gtest-internal.h 342 static const size_t kBitCount = 8*sizeof(RawType);
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
    [all...]
  /external/chromium/testing/gtest/include/gtest/internal/
gtest-internal.h 320 static const size_t kBitCount = 8*sizeof(RawType);
327 static const size_t kExponentBitCount = kBitCount - 1 - kFractionBitCount;
330 static const Bits kSignBitMask = static_cast<Bits>(1) << (kBitCount - 1);
422 // power of (kBitCount - 1), an integer x is represented by the
    [all...]
  /external/chromium_org/testing/gtest/include/gtest/internal/
gtest-internal.h 240 static const size_t kBitCount = 8*sizeof(RawType);
247 static const size_t kExponentBitCount = kBitCount - 1 - kFractionBitCount;
250 static const Bits kSignBitMask = static_cast<Bits>(1) << (kBitCount - 1);
342 // power of (kBitCount - 1), an integer x is represented by the
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
gtest-internal.h 326 static const size_t kBitCount = 8*sizeof(RawType);
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
    [all...]
  /external/gtest/include/gtest/internal/
gtest-internal.h 326 static const size_t kBitCount = 8*sizeof(RawType);
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
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-internal.h 354 static const size_t kBitCount = 8*sizeof(RawType);
361 static const size_t kExponentBitCount = kBitCount - 1 - kFractionBitCount;
364 static const Bits kSignBitMask = static_cast<Bits>(1) << (kBitCount - 1);
456 // power of (kBitCount - 1), an integer x is represented by the
    [all...]
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-internal.h 326 static const size_t kBitCount = 8*sizeof(RawType);
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
    [all...]
  /ndk/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-internal.h 240 static const size_t kBitCount = 8*sizeof(RawType);
247 static const size_t kExponentBitCount = kBitCount - 1 - kFractionBitCount;
250 static const Bits kSignBitMask = static_cast<Bits>(1) << (kBitCount - 1);
342 // power of (kBitCount - 1), an integer x is represented by the
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/
gtest.h     [all...]

Completed in 875 milliseconds