HomeSort by relevance Sort by last modified time
    Searched refs:minInt (Results 1 - 18 of 18) sorted by null

  /external/deqp/modules/gles31/functional/
es31fShaderSharedVarTests.cpp 196 const int minInt = -de::min(numValues/2, maxInt);
200 values[ndx] = float(minInt + (ndx % (maxInt-minInt+1)));
215 const int minInt = -de::min(numValues/2, maxInt);
219 values[ndx] = minInt + (ndx % (maxInt-minInt+1));
270 const int minInt = -de::min(numValues/2, maxInt);
274 values[ndx] = float(minInt + (ndx % (maxInt-minInt+1)));
  /art/test/003-omnibus-opcodes/src/
IntMath.java 189 int minInt = -2147483648;
192 int result = (((minInt + plusOne) - plusOne) / negOne) / negOne;
193 Main.assertTrue(result == minInt);
261 int minInt = -2147483648;
262 int result = minInt / -1;
263 Main.assertTrue(result == minInt);
  /art/test/107-int-math2/src/
Main.java 355 int minInt = -2147483648;
358 int result = (((minInt + plusOne) - plusOne) / negOne) / negOne;
359 int shouldBeZero = minInt % negOne;
361 if (result != minInt) { return 1;};
427 int minInt = -2147483648;
428 int result = minInt / -1;
429 if (result != minInt) {return 1; }
    [all...]
  /external/jsoncpp/src/lib_json/
json_value.cpp 40 const Int Value::minInt = Int(~(UInt(-1) / 2));
562 JSON_ASSERT_MESSAGE(InRange(value_.real_, minInt, maxInt),
731 (type_ == realValue && InRange(value_.real_, minInt, maxInt)) ||
1099 return value_.int_ >= minInt && value_.int_ <= maxInt;
1103 return value_.real_ >= minInt && value_.real_ <= maxInt &&
    [all...]
  /external/icu/icu4c/source/i18n/
decimalformatpattern.cpp 562 int32_t minInt = effectiveDecimalPos - digitLeftCount;
563 out.fMinimumIntegerDigits = minInt;
  /external/jsoncpp/include/json/
value.h 90 * - signed integer [range: Value::minInt - Value::maxInt]
145 static const Int minInt;
  /external/protobuf/conformance/third_party/jsoncpp/
jsoncpp.cpp     [all...]
json.h 516 * - signed integer [range: Value::minInt - Value::maxInt]
573 static const Int minInt;
    [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
yjp-controller-api-redist.jar 
  /prebuilts/go/darwin-x86/src/os/exec/
exec.go 684 add := minInt(len(p), remain)
709 func minInt(a, b int) int {
  /prebuilts/go/linux-x86/src/os/exec/
exec.go 684 add := minInt(len(p), remain)
709 func minInt(a, b int) int {
  /external/icu/android_icu4j/src/main/java/android/icu/text/
DecimalFormat.java     [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DecimalFormat.java     [all...]
  /external/jsoncpp/src/test_lib_json/
main.cpp 14 #define kint32min Json::Value::minInt
    [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/robolectric/lib/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 702 milliseconds