/external/deqp/modules/gles31/functional/ |
D | es31fShaderSharedVarTests.cpp | 195 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/ |
D | FloatingPointTextureTest.cpp | 30 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/ |
D | SkScanPriv.h | 110 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/ |
D | json_value.cpp | 41 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()
|
D | json_reader.cpp | 549 else if (value <= Value::LargestUInt(Value::maxInt)) in decodeNumber()
|
/external/protobuf/conformance/third_party/jsoncpp/ |
D | jsoncpp.cpp | 785 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 …]
|
D | json.h | 575 static const Int maxInt; variable
|
/external/jsoncpp/ |
D | NEWS.txt | 28 may have been constructed with a 64-bit integer larger than maxInt,
|
/external/jsoncpp/include/json/ |
D | value.h | 147 static const Int maxInt; variable
|
/external/jsoncpp/src/test_lib_json/ |
D | main.cpp | 13 #define kint32max Json::Value::maxInt 62 smallUnsignedInteger_(Json::Value::UInt(Json::Value::maxInt)), in ValueTest()
|
/external/icu/icu4c/source/test/testdata/ |
D | numberformattestspecification.txt | 247 // JDK gives 299.8E6 (maybe maxInt + maxFrac instead of minInt + maxFrac)?
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/ |
D | numberformattestspecification.txt | 247 // JDK gives 299.8E6 (maybe maxInt + maxFrac instead of minInt + maxFrac)?
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/data/ |
D | numberformattestspecification.txt | 247 // JDK gives 299.8E6 (maybe maxInt + maxFrac instead of minInt + maxFrac)?
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 70313 static const i64 maxInt = LARGEST_INT64; 70318 }else if( r>=(double)maxInt ){ 70319 return maxInt;
|
/external/sqlite/dist/ |
D | sqlite3.c | 70313 static const i64 maxInt = LARGEST_INT64; 70318 }else if( r>=(double)maxInt ){ 70319 return maxInt;
|