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

1 2

  /external/skia/src/utils/
SkFloatUtils.h 34 template <typename RawType>
54 template <typename RawType, unsigned int ULPs>
58 typedef typename SkTypeWithSize<sizeof(RawType) * CHAR_BIT>::UInt Bits;
61 static const size_t kBitCount = CHAR_BIT * sizeof(RawType);
64 static const size_t kFractionBitCount = SkNumericLimits<RawType>::digits - 1;
90 explicit SkFloatingPoint(const RawType& x) { fU.value = x; }
127 RawType value;
  /external/protobuf/gtest/include/gtest/internal/
gtest-internal.h 331 // RawType: the raw floating-point type (either float or double)
332 template <typename RawType>
337 typedef typename TypeWithSize<sizeof(RawType)>::UInt Bits;
342 static const size_t kBitCount = 8*sizeof(RawType);
346 std::numeric_limits<RawType>::digits - 1;
381 explicit FloatingPoint(const RawType& x) { u_.value_ = x; }
388 static RawType ReinterpretBits(const Bits bits) {
395 static RawType Infinity() {
438 RawType value_; // The raw floating-point number.
    [all...]
  /external/gemmlowp/internal/
fixedpoint.h 226 typedef tRawType RawType;
228 typedef FixedPointRawTypeTraits<RawType> RawTypeTraits;
255 static FixedPoint FromRaw(RawType x) {
263 retval.raw() = Dup<RawType>(x);
288 RawType raw() const { return i_; }
289 RawType& raw() { return i_; }
292 RawType i_;
422 typedef typename FixedPointType::RawType RawType;
425 FixedPointType check = ToFixedPoint<RawType, kIntegerBits>(double_value)
    [all...]
  /external/gtest/include/gtest/internal/
gtest-internal.h 230 // RawType: the raw floating-point type (either float or double)
231 template <typename RawType>
236 typedef typename TypeWithSize<sizeof(RawType)>::UInt Bits;
241 static const size_t kBitCount = 8*sizeof(RawType);
245 std::numeric_limits<RawType>::digits - 1;
280 explicit FloatingPoint(const RawType& x) { u_.value_ = x; }
287 static RawType ReinterpretBits(const Bits bits) {
294 static RawType Infinity() {
299 static RawType Max();
340 RawType value_; // The raw floating-point number
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
gtest-internal.h 230 // RawType: the raw floating-point type (either float or double)
231 template <typename RawType>
236 typedef typename TypeWithSize<sizeof(RawType)>::UInt Bits;
241 static const size_t kBitCount = 8*sizeof(RawType);
245 std::numeric_limits<RawType>::digits - 1;
280 explicit FloatingPoint(const RawType& x) { u_.value_ = x; }
287 static RawType ReinterpretBits(const Bits bits) {
294 static RawType Infinity() {
299 static RawType Max();
340 RawType value_; // The raw floating-point number
    [all...]
  /external/google-breakpad/src/testing/test/
gmock-matchers_test.cc     [all...]
  /external/google-breakpad/src/testing/gtest/include/gtest/internal/
gtest-internal.h 315 // RawType: the raw floating-point type (either float or double)
316 template <typename RawType>
321 typedef typename TypeWithSize<sizeof(RawType)>::UInt Bits;
326 static const size_t kBitCount = 8*sizeof(RawType);
330 std::numeric_limits<RawType>::digits - 1;
365 explicit FloatingPoint(const RawType& x) { u_.value_ = x; }
372 static RawType ReinterpretBits(const Bits bits) {
379 static RawType Infinity() {
422 RawType value_; // The raw floating-point number.
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-internal.h 344 // RawType: the raw floating-point type (either float or double)
345 template <typename RawType>
350 typedef typename TypeWithSize<sizeof(RawType)>::UInt Bits;
355 static const size_t kBitCount = 8*sizeof(RawType);
359 std::numeric_limits<RawType>::digits - 1;
394 explicit FloatingPoint(const RawType& x) { u_.value_ = x; }
401 static RawType ReinterpretBits(const Bits bits) {
408 static RawType Infinity() {
451 RawType value_; // The raw floating-point number.
    [all...]
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-internal.h 315 // RawType: the raw floating-point type (either float or double)
316 template <typename RawType>
321 typedef typename TypeWithSize<sizeof(RawType)>::UInt Bits;
326 static const size_t kBitCount = 8*sizeof(RawType);
330 std::numeric_limits<RawType>::digits - 1;
365 explicit FloatingPoint(const RawType& x) { u_.value_ = x; }
372 static RawType ReinterpretBits(const Bits bits) {
379 static RawType Infinity() {
422 RawType value_; // The raw floating-point number.
    [all...]
  /ndk/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-internal.h 229 // RawType: the raw floating-point type (either float or double)
230 template <typename RawType>
235 typedef typename TypeWithSize<sizeof(RawType)>::UInt Bits;
240 static const size_t kBitCount = 8*sizeof(RawType);
244 std::numeric_limits<RawType>::digits - 1;
279 explicit FloatingPoint(const RawType& x) { u_.value_ = x; }
286 static RawType ReinterpretBits(const Bits bits) {
293 static RawType Infinity() {
336 RawType value_; // The raw floating-point number.
    [all...]
  /external/gmock/test/
gmock-matchers_test.cc     [all...]
  /external/libcxx/test/std/utilities/function.objects/func.require/
invoke_helpers.h 45 typedef typename std::remove_reference<T>::type RawType;
46 typedef typename QualTag::template apply<RawType>::type CVType;
  /external/google-breakpad/src/testing/gtest/include/gtest/
gtest.h     [all...]
  /external/gtest/include/gtest/
gtest.h     [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/
gtest.h     [all...]
  /external/mesa3d/src/gtest/include/gtest/
gtest.h     [all...]
  /external/protobuf/gtest/include/gtest/
gtest.h     [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/
gtest.h     [all...]
  /ndk/sources/third_party/googletest/googletest/include/gtest/
gtest.h     [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...]
  /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/llvm/lib/IR/
Verifier.cpp     [all...]

Completed in 998 milliseconds

1 2