-
- Downloads
Fixed bitwAnd, bitwOr, and bitwXor to accept any combination of Int and Double...
Fixed bitwAnd, bitwOr, and bitwXor to accept any combination of Int and Double vectors. Added more test cases.
Showing
- com.oracle.truffle.r.nodes.builtin/src/com/oracle/truffle/r/nodes/builtin/base/BitwiseFunctions.java 29 additions, 24 deletions...oracle/truffle/r/nodes/builtin/base/BitwiseFunctions.java
- com.oracle.truffle.r.test/src/com/oracle/truffle/r/test/ExpectedTestOutput.test 12 additions, 0 deletions...est/src/com/oracle/truffle/r/test/ExpectedTestOutput.test
- com.oracle.truffle.r.test/src/com/oracle/truffle/r/test/all/AllTests.java 75 additions, 0 deletions...le.r.test/src/com/oracle/truffle/r/test/all/AllTests.java
- com.oracle.truffle.r.test/src/com/oracle/truffle/r/test/failing/FailingTests.java 72 additions, 0 deletions...t/src/com/oracle/truffle/r/test/failing/FailingTests.java
- com.oracle.truffle.r.test/src/com/oracle/truffle/r/test/library/base/TestSimpleBuiltins.java 23 additions, 0 deletions...racle/truffle/r/test/library/base/TestSimpleBuiltins.java
Loading
Please register or sign in to comment