HomeSort by relevance Sort by last modified time
    Searched refs:numeric_limits (Results 301 - 325 of 800) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/
unicodestring.cc 88 if (length == std::numeric_limits<int>::max()) {
  /external/chromium_org/v8/test/cctest/
test-code-stubs.cc 93 #define Infinity (std::numeric_limits<double>::infinity())
  /external/eigen/test/eigen2/
eigen2_prec_inverse_4x4.cpp 26 return std::numeric_limits<typename NumTraits<T>::Real>::epsilon();
  /external/eigen/test/
schur_complex.cpp 59 A(0,0) = std::numeric_limits<typename MatrixType::RealScalar>::quiet_NaN();
schur_real.cpp 78 A(0,0) = std::numeric_limits<typename MatrixType::Scalar>::quiet_NaN();
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
extptr_allocator.h 97 { return std::numeric_limits<size_type>::max() / sizeof(_Tp); }
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
extptr_allocator.h 101 { return std::numeric_limits<size_type>::max() / sizeof(_Tp); }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
extptr_allocator.h 101 { return std::numeric_limits<size_type>::max() / sizeof(_Tp); }
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
extptr_allocator.h 97 { return std::numeric_limits<size_type>::max() / sizeof(_Tp); }
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
extptr_allocator.h 97 { return std::numeric_limits<size_type>::max() / sizeof(_Tp); }
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
extptr_allocator.h 97 { return std::numeric_limits<size_type>::max() / sizeof(_Tp); }
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
extptr_allocator.h 97 { return std::numeric_limits<size_type>::max() / sizeof(_Tp); }
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
extptr_allocator.h 101 { return std::numeric_limits<size_type>::max() / sizeof(_Tp); }
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
extptr_allocator.h 101 { return std::numeric_limits<size_type>::max() / sizeof(_Tp); }
  /external/chromium_org/third_party/WebKit/Source/wtf/text/
WTFString.cpp 98 RELEASE_ASSERT(string.length() <= numeric_limits<unsigned>::max() - m_impl->length());
107 RELEASE_ASSERT(string.length() <= numeric_limits<unsigned>::max() - m_impl->length());
136 RELEASE_ASSERT(m_impl->length() < numeric_limits<unsigned>::max());
194 RELEASE_ASSERT(lengthToAppend <= numeric_limits<unsigned>::max() - strLength);
203 RELEASE_ASSERT(lengthToAppend <= numeric_limits<unsigned>::max() - strLength);
226 RELEASE_ASSERT(lengthToAppend <= numeric_limits<unsigned>::max() - strLength);
245 RELEASE_ASSERT(lengthToInsert <= numeric_limits<unsigned>::max() - impl->length());
812 if (length > numeric_limits<unsigned>::max() / 3)
902 RELEASE_ASSERT(length <= numeric_limits<unsigned>::max());
966 static const IntegralType integralMax = numeric_limits<IntegralType>::max()
    [all...]
StringImpl.cpp 295 RELEASE_ASSERT(length <= ((std::numeric_limits<unsigned>::max() - sizeof(StringImpl)) / sizeof(LChar)));
313 RELEASE_ASSERT(length <= ((std::numeric_limits<unsigned>::max() - sizeof(StringImpl)) / sizeof(UChar)));
332 RELEASE_ASSERT(length <= ((std::numeric_limits<unsigned>::max() - sizeof(StringImpl)) / sizeof(LChar)));
352 RELEASE_ASSERT(length <= ((std::numeric_limits<unsigned>::max() - sizeof(StringImpl)) / sizeof(UChar)));
402 RELEASE_ASSERT(length <= ((std::numeric_limits<unsigned>::max() - sizeof(StringImpl)) / sizeof(LChar)));
468 RELEASE_ASSERT(length <= numeric_limits<unsigned>::max());
541 RELEASE_ASSERT(m_length <= static_cast<unsigned>(numeric_limits<int32_t>::max()));
571 RELEASE_ASSERT(m_length <= static_cast<unsigned>(numeric_limits<int32_t>::max()));
607 RELEASE_ASSERT(m_length <= static_cast<unsigned>(numeric_limits<int32_t>::max()));
701 if (m_length > static_cast<unsigned>(numeric_limits<int32_t>::max())
    [all...]
  /art/runtime/base/
histogram-inl.h 115 min_value_added_ = std::numeric_limits<Value>::max();
116 max_value_added_ = std::numeric_limits<Value>::min();
  /art/runtime/verifier/
reg_type.cc 481 if (val >= std::numeric_limits<jshort>::min() &&
482 val <= std::numeric_limits<jshort>::max()) {
495 if (val >= std::numeric_limits<jshort>::min() &&
496 val <= std::numeric_limits<jshort>::max()) {
508 if (val >= std::numeric_limits<jshort>::min() &&
509 val <= std::numeric_limits<jshort>::max()) {
521 if (val >= std::numeric_limits<jshort>::min() &&
522 val <= std::numeric_limits<jshort>::max()) {
  /external/chromium/chrome/browser/history/
text_database.cc 323 std::numeric_limits<int64>::max() : options.end_time.ToInternalValue();
325 options.max_count : std::numeric_limits<int>::max();
  /external/chromium/chrome/browser/policy/
device_policy_cache.cc 98 if (value < std::numeric_limits<int>::min() ||
99 value > std::numeric_limits<int>::max()) {
  /external/chromium/chrome/browser/sessions/
base_session_service.cc 154 std::numeric_limits<SessionCommand::size_type>::max() - 1024;
193 std::numeric_limits<SessionCommand::size_type>::max() - 1024;
  /external/chromium/chrome/browser/sync/engine/
change_reorder_buffer.cc 15 using std::numeric_limits;
90 ParentChildLink(parent_id, numeric_limits<int64>::min()));
  /external/chromium/chrome/browser/webdata/
logins_table.cc 222 std::numeric_limits<int64>::max() :
236 std::numeric_limits<int64>::max() :
  /external/chromium_org/base/memory/
shared_memory_win.cc 112 static_cast<size_t>(std::numeric_limits<int>::max()) - kSectionMask)
163 if (bytes > static_cast<size_t>(std::numeric_limits<int>::max()))
  /external/chromium_org/base/time/
time_mac.cc 136 if (t == std::numeric_limits<CFAbsoluteTime>::max())
147 return std::numeric_limits<CFAbsoluteTime>::max();

Completed in 1225 milliseconds

<<11121314151617181920>>