HomeSort by relevance Sort by last modified time
    Searched defs:Arithmetic (Results 1 - 3 of 3) sorted by null

  /external/guava/guava-testlib/test/com/google/common/testing/anotherpackage/
ForwardingWrapperTesterTest.java 50 tester.testForwarding(Arithmetic.class,
51 new Function<Arithmetic, Arithmetic>() {
52 @Override public Arithmetic apply(Arithmetic arithmetic) {
53 return new ForwardingArithmetic(arithmetic);
182 assertFailure(Arithmetic.class, new Function<Arithmetic, Arithmetic>() {
254 private final Arithmetic arithmetic; field in class:ForwardingWrapperTesterTest.ForwardingArithmetic
331 private final Arithmetic arithmetic; field in class:ForwardingWrapperTesterTest.ForwardsToTheWrongMethod
    [all...]
  /external/swiftshader/third_party/subzero/src/
IceInst.h 50 Arithmetic,
310 /// Binary arithmetic instruction. The source operands are captured in getSrc(0)
339 return Instr->getKind() == Arithmetic;
    [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp     [all...]

Completed in 276 milliseconds