Home
last modified time | relevance | path

Searched refs:maxInt (Results 1 – 15 of 15) sorted by relevance

/external/deqp/modules/gles31/functional/
Des31fShaderSharedVarTests.cpp195 const int maxInt = m_precision == glu::PRECISION_LOWP ? 2 : 1024; in iterate() local
196 const int minInt = -de::min(numValues/2, maxInt); in iterate()
200 values[ndx] = float(minInt + (ndx % (maxInt-minInt+1))); in iterate()
214 const int maxInt = m_precision == glu::PRECISION_LOWP ? 64 : 1024; in iterate() local
215 const int minInt = -de::min(numValues/2, maxInt); in iterate()
219 values[ndx] = minInt + (ndx % (maxInt-minInt+1)); in iterate()
233 const deUint32 maxInt = m_precision == glu::PRECISION_LOWP ? 128 : 1024; in iterate() local
237 values[ndx] = ndx % (maxInt+1); in iterate()
269 const int maxInt = m_precision == glu::PRECISION_LOWP ? 2 : 1024; in iterate() local
270 const int minInt = -de::min(numValues/2, maxInt); in iterate()
[all …]
/external/skia/tests/
DFloatingPointTextureTest.cpp30 T min, T max, T epsilon, T maxInt, int arraySize, GrPixelConfig config) { in runFPTest() argument
45 controlPixelData[i + 3] = maxInt; in runFPTest()
/external/skia/src/core/
DSkScanPriv.h110 static bool safeRoundOut(const SkRect& src, SkIRect* dst, int32_t maxInt) { in safeRoundOut() argument
111 const SkScalar maxScalar = SkIntToScalar(maxInt); in safeRoundOut()
/external/jsoncpp/src/lib_json/
Djson_value.cpp41 const Int Value::maxInt = Int(UInt(-1) / 2); member in Json::Value
93 if (length >= (unsigned)Value::maxInt) in duplicateStringValue()
94 length = Value::maxInt - 1; in duplicateStringValue()
562 JSON_ASSERT_MESSAGE(InRange(value_.real_, minInt, maxInt), in asInt()
731 (type_ == realValue && InRange(value_.real_, minInt, maxInt)) || in isConvertibleTo()
1099 return value_.int_ >= minInt && value_.int_ <= maxInt; in isInt()
1101 return value_.uint_ <= UInt(maxInt); in isInt()
1103 return value_.real_ >= minInt && value_.real_ <= maxInt && in isInt()
Djson_reader.cpp549 else if (value <= Value::LargestUInt(Value::maxInt)) in decodeNumber()
/external/protobuf/conformance/third_party/jsoncpp/
Djsoncpp.cpp785 else if (value <= Value::LargestUInt(Value::maxInt)) in decodeNumber()
1765 else if (value <= Value::LargestUInt(Value::maxInt)) in decodeNumber()
2454 const Int Value::maxInt = Int(UInt(-1) / 2); member in Json::Value
2500 if (length >= (size_t)Value::maxInt) in duplicateStringValue()
2501 length = Value::maxInt - 1; in duplicateStringValue()
2522 JSON_ASSERT_MESSAGE(length <= (unsigned)Value::maxInt - sizeof(unsigned) - 1U, in duplicateAndPrefixStringValue()
3072 JSON_ASSERT_MESSAGE(InRange(value_.real_, minInt, maxInt), in asInt()
3242 (type_ == realValue && InRange(value_.real_, minInt, maxInt)) || in isConvertibleTo()
3636 return value_.int_ >= minInt && value_.int_ <= maxInt; in isInt()
3638 return value_.uint_ <= UInt(maxInt); in isInt()
[all …]
Djson.h575 static const Int maxInt; variable
/external/jsoncpp/
DNEWS.txt28 may have been constructed with a 64-bit integer larger than maxInt,
/external/jsoncpp/include/json/
Dvalue.h147 static const Int maxInt; variable
/external/jsoncpp/src/test_lib_json/
Dmain.cpp13 #define kint32max Json::Value::maxInt
62 smallUnsignedInteger_(Json::Value::UInt(Json::Value::maxInt)), in ValueTest()
/external/icu/icu4c/source/test/testdata/
Dnumberformattestspecification.txt247 // JDK gives 299.8E6 (maybe maxInt + maxFrac instead of minInt + maxFrac)?
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/
Dnumberformattestspecification.txt247 // JDK gives 299.8E6 (maybe maxInt + maxFrac instead of minInt + maxFrac)?
/external/icu/android_icu4j/src/main/tests/android/icu/dev/data/
Dnumberformattestspecification.txt247 // JDK gives 299.8E6 (maybe maxInt + maxFrac instead of minInt + maxFrac)?
/external/sqlite/dist/orig/
Dsqlite3.c70313 static const i64 maxInt = LARGEST_INT64;
70318 }else if( r>=(double)maxInt ){
70319 return maxInt;
/external/sqlite/dist/
Dsqlite3.c70313 static const i64 maxInt = LARGEST_INT64;
70318 }else if( r>=(double)maxInt ){
70319 return maxInt;