Searched refs:C6 (Results 1 – 2 of 2) sorted by relevance
/libcore/ojluni/src/main/java/java/util/concurrent/ |
D | TimeUnit.java | 84 public long toDays(long d) { return d/(C6/C0); } in toDays() 99 public long toDays(long d) { return d/(C6/C1); } in toDays() 114 public long toDays(long d) { return d/(C6/C2); } in toDays() 129 public long toDays(long d) { return d/(C6/C3); } in toDays() 145 public long toDays(long d) { return d/(C6/C4); } in toDays() 161 public long toDays(long d) { return d/(C6/C5); } in toDays() 171 public long toNanos(long d) { return x(d, C6/C0, MAX/(C6/C0)); } in toNanos() 172 public long toMicros(long d) { return x(d, C6/C1, MAX/(C6/C1)); } in toMicros() 173 public long toMillis(long d) { return x(d, C6/C2, MAX/(C6/C2)); } in toMillis() 174 public long toSeconds(long d) { return x(d, C6/C3, MAX/(C6/C3)); } in toSeconds() [all …]
|
/libcore/benchmarks/src/benchmarks/ |
D | ImtConflictBenchmark.java | 62 C6 c6 = new C6(); in setup() 417 C6 c6 = new C6(); in timeConflictDepth07() 792 static class C6 implements I0, I1, I2, I3, I4, I5, I6 {} class in ImtConflictBenchmark
|