HomeSort by relevance Sort by last modified time
    Searched refs:kExponentBitMask (Results 1 - 15 of 15) 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...]
  /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/google-breakpad/src/testing/gtest/test/
gtest_unittest.cc     [all...]
  /external/gtest/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/protobuf/gtest/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 315 milliseconds