Searched refs:floatArguments (Results 1 – 1 of 1) sorted by relevance
/external/r8/src/test/java/com/android/tools/r8/smali/ |
D | ConstantFoldingTest.java | 84 ImmutableList<Long> floatArguments = ImmutableList.of( field in ConstantFoldingTest 93 generateBinopTest("float", "add", floatArguments, floatBits(10.0f)); in addFold() 101 generateBinopTest("float", "mul", floatArguments, floatBits(24.0f)); in mulFold() 109 generateBinopTest("float", "sub", floatArguments.reverse(), floatBits(-2.0f)); in subFold() 116 ImmutableList<Long> floatArguments = ImmutableList.of( in divFold() local 123 generateBinopTest("float", "div", floatArguments, floatBits(1.0f)); in divFold() 131 ImmutableList<Long> floatArguments = ImmutableList.of( in remFold() local 138 generateBinopTest("float", "rem", floatArguments, floatBits(2.0f)); in remFold()
|