Home
last modified time | relevance | path

Searched refs:times5 (Results 1 – 3 of 3) sorted by relevance

/external/desugar/test/java/com/google/devtools/build/android/desugar/
DDesugarJava8FunctionalTest.java160 FunctionWithDefaultMethod<Integer> times5 = FunctionWithDefaultMethod.DoubleInts.times5(); in testDefaultMethodReference_onHandwrittenClass() local
161 assertThat(times5.apply(6)).isEqualTo(30); in testDefaultMethodReference_onHandwrittenClass()
162 assertThat(times5.twice(6)).isEqualTo(150); // Irrelevant that DoubleInts overrides twice() in testDefaultMethodReference_onHandwrittenClass()
/external/desugar/test/java/com/google/devtools/build/android/desugar/testdata/java8/
DFunctionWithDefaultMethod.java66 public static FunctionWithDefaultMethod<Integer> times5() { in times5() method in FunctionWithDefaultMethod.DoubleInts
/external/lua/src/
Dlmathlib.c409 static Rand64 times5 (Rand64 i) { in times5() function
437 Rand64 res = times9(rotl(times5(state[1]), 7)); in nextrand()