OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kExponentBitMask
(Results
1 - 20
of
20
) sorted by null
/external/skia/src/utils/
SkFloatUtils.h
77
static const Bits
kExponentBitMask
= ~(kSignBitMask | kFractionBitMask);
93
Bits exponent_bits() const { return
kExponentBitMask
& fU.bits; }
103
return (exponent_bits() ==
kExponentBitMask
) && (fraction_bits() != 0);
/external/protobuf/gtest/include/gtest/internal/
gtest-internal.h
359
static const Bits
kExponentBitMask
= ~(kSignBitMask | kFractionBitMask);
396
return ReinterpretBits(
kExponentBitMask
);
405
Bits exponent_bits() const { return
kExponentBitMask
& u_.bits_; }
417
return (exponent_bits() ==
kExponentBitMask
) && (fraction_bits() != 0);
[
all
...]
/external/google-breakpad/src/testing/gtest/include/gtest/internal/
gtest-internal.h
343
static const Bits
kExponentBitMask
= ~(kSignBitMask | kFractionBitMask);
380
return ReinterpretBits(
kExponentBitMask
);
389
Bits exponent_bits() const { return
kExponentBitMask
& u_.bits_; }
401
return (exponent_bits() ==
kExponentBitMask
) && (fraction_bits() != 0);
[
all
...]
/external/gtest/include/gtest/internal/
gtest-internal.h
258
static const Bits
kExponentBitMask
= ~(kSignBitMask | kFractionBitMask);
295
return ReinterpretBits(
kExponentBitMask
);
307
Bits exponent_bits() const { return
kExponentBitMask
& u_.bits_; }
319
return (exponent_bits() ==
kExponentBitMask
) && (fraction_bits() != 0);
[
all
...]
/external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-internal.h
372
static const Bits
kExponentBitMask
= ~(kSignBitMask | kFractionBitMask);
409
return ReinterpretBits(
kExponentBitMask
);
418
Bits exponent_bits() const { return
kExponentBitMask
& u_.bits_; }
430
return (exponent_bits() ==
kExponentBitMask
) && (fraction_bits() != 0);
[
all
...]
/external/mesa3d/src/gtest/include/gtest/internal/
gtest-internal.h
343
static const Bits
kExponentBitMask
= ~(kSignBitMask | kFractionBitMask);
380
return ReinterpretBits(
kExponentBitMask
);
389
Bits exponent_bits() const { return
kExponentBitMask
& u_.bits_; }
401
return (exponent_bits() ==
kExponentBitMask
) && (fraction_bits() != 0);
[
all
...]
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
gtest-internal.h
258
static const Bits
kExponentBitMask
= ~(kSignBitMask | kFractionBitMask);
295
return ReinterpretBits(
kExponentBitMask
);
307
Bits exponent_bits() const { return
kExponentBitMask
& u_.bits_; }
319
return (exponent_bits() ==
kExponentBitMask
) && (fraction_bits() != 0);
[
all
...]
/ndk/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-internal.h
257
static const Bits
kExponentBitMask
= ~(kSignBitMask | kFractionBitMask);
294
return ReinterpretBits(
kExponentBitMask
);
303
Bits exponent_bits() const { return
kExponentBitMask
& u_.bits_; }
315
return (exponent_bits() ==
kExponentBitMask
) && (fraction_bits() != 0);
[
all
...]
/external/google-breakpad/src/testing/test/
gmock-matchers_test.cc
[
all
...]
/external/protobuf/gtest/test/
gtest_unittest.cc
[
all
...]
/external/gmock/test/
gmock-matchers_test.cc
[
all
...]
/external/google-breakpad/src/testing/gtest/test/
gtest_unittest.cc
[
all
...]
/external/gtest/test/
gtest_unittest.cc
[
all
...]
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/
gtest_unittest.cc
[
all
...]
/ndk/sources/third_party/googletest/googletest/test/
gtest_unittest.cc
[
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 947 milliseconds