HomeSort by relevance Sort by last modified time
    Searched defs:MIN_S (Results 1 - 3 of 3) sorted by null

  /art/test/684-checker-simd-dotprod/src/other/
TestVarious.java 393 final short MIN_S = Short.MAX_VALUE;
398 char[] c1 = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, MIN_S, MIN_S };
399 char[] c2 = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, MIN_S, MIN_S };
404 short[] s1 = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, MIN_S, MIN_S };
TestCharShort.java 508 final short MIN_S = Short.MAX_VALUE;
527 short[] s1_3 = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, MIN_S, MIN_S };
529 char[] c1_3 = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, MIN_S, MIN_S };
    [all...]
  /external/v8/src/compiler/mips64/
instruction-scheduler-mips64.cc 358 MIN_S = 4,
1076 return latency + Latency::MIN_S;
    [all...]

Completed in 82 milliseconds