HomeSort by relevance Sort by last modified time
    Searched refs:kExponentBitMask (Results 1 - 25 of 26) sorted by null

1 2

  /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/skqp/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);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/support/
float_comparison.h 178 static const Bits kExponentBitMask = ~(kSignBitMask | kFractionBitMask);
215 return ReinterpretBits(kExponentBitMask);
227 Bits exponent_bits() const { return kExponentBitMask & u_.bits_; }
239 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/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 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/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
gtest-internal.h 363 static const Bits kExponentBitMask = ~(kSignBitMask | kFractionBitMask);
400 return ReinterpretBits(kExponentBitMask);
409 Bits exponent_bits() const { return kExponentBitMask & u_.bits_; }
421 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...]
  /prebuilts/ndk/r16/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...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/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...]
  /external/googletest/googletest/include/gtest/internal/
gtest-internal.h 288 static const Bits kExponentBitMask = ~(kSignBitMask | kFractionBitMask);
325 return ReinterpretBits(kExponentBitMask);
337 Bits exponent_bits() const { return kExponentBitMask & u_.bits_; }
349 return (exponent_bits() == kExponentBitMask) && (fraction_bits() != 0);
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
gtest-internal.h 288 static const Bits kExponentBitMask = ~(kSignBitMask | kFractionBitMask);
325 return ReinterpretBits(kExponentBitMask);
337 Bits exponent_bits() const { return kExponentBitMask & u_.bits_; }
349 return (exponent_bits() == kExponentBitMask) && (fraction_bits() != 0);
    [all...]
  /external/v8/testing/gtest/include/gtest/internal/
gtest-internal.h 288 static const Bits kExponentBitMask = ~(kSignBitMask | kFractionBitMask);
325 return ReinterpretBits(kExponentBitMask);
337 Bits exponent_bits() const { return kExponentBitMask & u_.bits_; }
349 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/googletest/googletest/test/
gtest_unittest.cc     [all...]
  /external/v8/testing/gtest/test/
gtest_unittest.cc     [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/test/
gtest_unittest.cc     [all...]
  /prebuilts/ndk/r16/sources/third_party/googletest/googletest/test/
gtest_unittest.cc     [all...]
  /external/googletest/googlemock/test/
gmock-matchers_test.cc     [all...]
  /external/v8/testing/gmock/test/
gmock-matchers_test.cc     [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...]

Completed in 1067 milliseconds

1 2