Searched refs:doubleArguments (Results 1 – 2 of 2) sorted by relevance
/external/r8/src/test/java/com/android/tools/r8/smali/ |
D | ConstantFoldingTest.java | 86 ImmutableList<Long> doubleArguments = ImmutableList.of( field in ConstantFoldingTest 94 generateBinopTest("double", "add", doubleArguments, doubleBits(10.0)); in addFold() 102 generateBinopTest("double", "mul", doubleArguments, doubleBits(24.0)); in mulFold() 110 generateBinopTest("double", "sub", doubleArguments.reverse(), doubleBits(-2.0)); in subFold() 118 ImmutableList<Long> doubleArguments = ImmutableList.of( in divFold() local 124 generateBinopTest("double", "div", doubleArguments, doubleBits(1.0)); in divFold() 133 ImmutableList<Long> doubleArguments = ImmutableList.of( in remFold() local 139 generateBinopTest("double", "rem", doubleArguments, doubleBits(2.0)); in remFold()
|
D | OutlineTest.java | 412 public void doubleArguments() { in doubleArguments() method in OutlineTest
|