HomeSort by relevance Sort by last modified time
    Searched refs:numeric_limits (Results 951 - 975 of 1055) sorted by null

<<31323334353637383940>>

  /external/chromium_org/cc/resources/
tile_manager.cc 325 if (prio.distance_to_visible == std::numeric_limits<float>::infinity())
    [all...]
  /external/chromium_org/chrome/browser/thumbnails/
content_analysis_unittest.cc 435 EXPECT_EQ(AutoSegmentPeaks(profile_info), std::numeric_limits<float>::max());
  /external/chromium_org/components/nacl/loader/
nacl_ipc_adapter.cc 128 if (std::numeric_limits<int64_t>::max() - length < offset)
  /external/chromium_org/content/common/
cc_messages_unittest.cc 742 int max = std::numeric_limits<int>::max();
  /external/chromium_org/content/common/gpu/media/
video_encode_accelerator_unittest.cc 51 std::numeric_limits<unsigned int>::max() - kMaxKeyframeDelay;
    [all...]
  /external/chromium_org/net/http/
http_response_headers_unittest.cc     [all...]
  /external/chromium_org/net/quic/
quic_connection_logger.cc 401 const uint8 max_ranges = std::numeric_limits<uint8>::max();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSCalculationValue.cpp 585 return std::numeric_limits<double>::quiet_NaN();
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Element.h 115 double getFloatingPointAttribute(const QualifiedName& attributeName, double fallbackValue = std::numeric_limits<double>::quiet_NaN()) const;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/fetch/
Resource.cpp 312 return std::numeric_limits<double>::max();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLTextFormControlElement.cpp 189 setSelectionRange(0, std::numeric_limits<int>::max(), SelectionHasNoDirection, isFocusable() ? ChangeSelectionAndFocus : NotChangeSelection);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLConstructionSite.cpp 91 return shouldUseLengthLimit(node) ? Text::defaultLengthLimit : std::numeric_limits<unsigned>::max();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/modules/filesystem/
InspectorFileSystemAgent.cpp 671 long long endPosition = end ? *end : std::numeric_limits<long long>::max();
  /external/chromium_org/third_party/WebKit/Source/web/
PopupListBox.cpp 81 , m_maxWindowWidth(std::numeric_limits<int>::max())
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/
debugallocation.cc     [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/
debugallocation.cc     [all...]
  /external/chromium_org/ui/base/resource/
resource_bundle.cc 100 float smallest_diff = std::numeric_limits<float>::max();
  /external/chromium_org/v8/src/base/platform/
platform-win32.cc     [all...]
  /external/chromium_org/v8/src/mips64/
simulator-mips64.cc     [all...]
  /external/deqp/modules/egl/
teglNativeColorMappingTests.cpp 269 return tcu::intThresholdCompare(log, "Result compare", "Compare results", reference.getAccess(), result.getAccess(), tcu::UVec4(1u, 1u, 1u, (bitDepth.w() > 0 ? 1u : std::numeric_limits<deUint32>::max())), tcu::COMPARE_LOG_RESULT);
  /external/eigen/Eigen/src/Core/
PlainObjectBase.h 19 # define EIGEN_INITIALIZE_COEFFS_IF_THAT_OPTION_IS_ENABLED for(int i=0;i<base().size();++i) coeffRef(i)=std::numeric_limits<Scalar>::quiet_NaN();
    [all...]
  /external/eigen/Eigen/src/Core/util/
Memory.h 719 return (std::numeric_limits<size_type>::max)();
    [all...]
  /external/eigen/Eigen/src/SVD/
JacobiSVD.h     [all...]
  /external/eigen/unsupported/Eigen/src/SVD/
JacobiSVD.h 650 const RealScalar considerAsZero = RealScalar(2) * std::numeric_limits<RealScalar>::denorm_min();
  /external/chromium_org/third_party/WebKit/Source/web/tests/
WebFrameTest.cpp     [all...]

Completed in 1637 milliseconds

<<31323334353637383940>>