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

  /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/skqp/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
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/support/
float_comparison.h 161 static const size_t kBitCount = 8*sizeof(RawType);
168 static const size_t kExponentBitCount = kBitCount - 1 - kFractionBitCount;
171 static const Bits kSignBitMask = static_cast<Bits>(1) << (kBitCount - 1);
266 // power of (kBitCount - 1), an integer x is represented by the
  /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...]
  /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/internal/
biginteger.h 279 static const size_t kBitCount = 3328; // 64bit * 54 > 10^1000
280 static const size_t kCapacity = kBitCount / sizeof(Type);
  /external/google-breakpad/src/testing/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 355 static const size_t kBitCount = 8*sizeof(RawType);
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
    [all...]
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-internal.h 241 static const size_t kBitCount = 8*sizeof(RawType);
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
    [all...]
  /external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
gtest-internal.h 346 static const size_t kBitCount = 8*sizeof(RawType);
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
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
gtest-internal.h 241 static const size_t kBitCount = 8*sizeof(RawType);
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
    [all...]
  /prebuilts/ndk/r16/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...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/include/gtest/internal/
gtest-internal.h 241 static const size_t kBitCount = 8*sizeof(RawType);
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
    [all...]
  /external/googletest/googletest/include/gtest/internal/
gtest-internal.h 271 static const size_t kBitCount = 8*sizeof(RawType);
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
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
gtest-internal.h 271 static const size_t kBitCount = 8*sizeof(RawType);
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
    [all...]
  /external/v8/testing/gtest/include/gtest/internal/
gtest-internal.h 271 static const size_t kBitCount = 8*sizeof(RawType);
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
    [all...]
  /external/protobuf/gtest/fused-src/gtest/
gtest.h     [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
gtest.h     [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/fused-src/gtest/
gtest.h     [all...]

Completed in 1573 milliseconds