Home
last modified time | relevance | path

Searched defs:maxInt (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/wtf/
DMathExtrasTest.cpp59 long maxInt = std::numeric_limits<int>::max(); in TEST() local
76 long long maxInt = std::numeric_limits<int>::max(); in TEST() local
96 float maxInt = std::numeric_limits<int>::max(); in TEST() local
114 double maxInt = std::numeric_limits<int>::max(); in TEST() local
/external/deqp/modules/gles31/functional/
Des31fShaderSharedVarTests.cpp194 const int maxInt = m_precision == glu::PRECISION_LOWP ? 2 : 1024; in iterate() local
213 const int maxInt = m_precision == glu::PRECISION_LOWP ? 64 : 1024; in iterate() local
232 const deUint32 maxInt = m_precision == glu::PRECISION_LOWP ? 128 : 1024; in iterate() local
268 const int maxInt = m_precision == glu::PRECISION_LOWP ? 2 : 1024; in iterate() local
/external/chromium_org/third_party/jsoncpp/overrides/include/json/
Dvalue.h150 static const Int maxInt; variable
/external/jsoncpp/chromium-overrides/include/json/
Dvalue.h150 static const Int maxInt; variable
/external/jsoncpp/include/json/
Dvalue.h150 static const Int maxInt; variable
/external/chromium_org/third_party/skia/src/core/
DSkScan_AntiPath.cpp591 static bool safeRoundOut(const SkRect& src, SkIRect* dst, int32_t maxInt) { in safeRoundOut()
/external/skia/src/core/
DSkScan_AntiPath.cpp591 static bool safeRoundOut(const SkRect& src, SkIRect* dst, int32_t maxInt) { in safeRoundOut()
/external/chromium_org/third_party/jsoncpp/overrides/src/lib_json/
Djson_value.cpp41 const Int Value::maxInt = Int( UInt(-1)/2 ); member in Json::Value
/external/jsoncpp/chromium-overrides/src/lib_json/
Djson_value.cpp35 const Int Value::maxInt = Int( UInt(-1)/2 ); member in Json::Value
/external/jsoncpp/src/lib_json/
Djson_value.cpp31 const Int Value::maxInt = Int( UInt(-1)/2 ); member in Json::Value