OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:kBitCount
(Results
1 - 13
of
13
) 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/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/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/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/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
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/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
...]
/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
...]
/external/opencv3/modules/ts/include/opencv2/ts/
ts_gtest.h
[
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
...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
gtest.h
[
all
...]
Completed in 659 milliseconds