/external/guava/guava-testlib/test/com/google/common/testing/anotherpackage/ |
D | ForwardingWrapperTesterTest.java | 50 tester.testForwarding(Arithmetic.class, in testGoodForwarder() 51 new Function<Arithmetic, Arithmetic>() { in testGoodForwarder() 52 @Override public Arithmetic apply(Arithmetic arithmetic) { in testGoodForwarder() 182 assertFailure(Arithmetic.class, new Function<Arithmetic, Arithmetic>() { in testForwardsToTheWrongMethod() 183 @Override public Arithmetic apply(Arithmetic adder) { in testForwardsToTheWrongMethod() 253 private static class ForwardingArithmetic implements Arithmetic { 254 private final Arithmetic arithmetic; 256 public ForwardingArithmetic(Arithmetic arithmetic) { in ForwardingArithmetic() 326 public interface Arithmetic extends Adder { interface in ForwardingWrapperTesterTest 330 private static class ForwardsToTheWrongMethod implements Arithmetic { [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Nios2/ |
D | Nios2InstrInfo.td | 41 // Arithmetic and logical instructions with 2 registers and 16-bit immediate 52 // Arithmetic and logical instructions with 3 register operands. 76 /// Arithmetic instructions operating on registers. 97 /// Arithmetic Instructions (ALU Immediate)
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/TableGen/ |
D | Paste.td | 15 class Arithmetic<int i> { 19 def A : Arithmetic<5>;
|
/external/python/cpython2/Tools/pybench/ |
D | Setup.py | 20 from Arithmetic import *
|
/external/eigen/cmake/ |
D | FindGMP.cmake | 1 # Try to find the GNU Multiple Precision Arithmetic Library (GMP)
|
/external/python/cpython2/Lib/test/decimaltestdata/ |
D | decSingle.decTest | 5 -- Please see the document "General Decimal Arithmetic Testcases" --
|
D | decDouble.decTest | 5 -- Please see the document "General Decimal Arithmetic Testcases" --
|
D | decQuad.decTest | 5 -- Please see the document "General Decimal Arithmetic Testcases" --
|
D | testall.decTest | 5 -- Please see the document "General Decimal Arithmetic Testcases" --
|
D | copyabs.decTest | 5 -- Please see the document "General Decimal Arithmetic Testcases" --
|
D | copynegate.decTest | 5 -- Please see the document "General Decimal Arithmetic Testcases" --
|
D | ddClass.decTest | 5 -- Please see the document "General Decimal Arithmetic Testcases" --
|
D | dqCopy.decTest | 5 -- Please see the document "General Decimal Arithmetic Testcases" --
|
D | copy.decTest | 5 -- Please see the document "General Decimal Arithmetic Testcases" --
|
/external/python/cpython3/Lib/test/decimaltestdata/ |
D | decSingle.decTest | 5 -- Please see the document "General Decimal Arithmetic Testcases" --
|
D | decQuad.decTest | 5 -- Please see the document "General Decimal Arithmetic Testcases" --
|
D | decDouble.decTest | 5 -- Please see the document "General Decimal Arithmetic Testcases" --
|
D | testall.decTest | 5 -- Please see the document "General Decimal Arithmetic Testcases" --
|
D | dqCopy.decTest | 5 -- Please see the document "General Decimal Arithmetic Testcases" --
|
D | ddClass.decTest | 5 -- Please see the document "General Decimal Arithmetic Testcases" --
|
/external/python/cpython3/Modules/_decimal/ |
D | README.txt | 9 General Decimal Arithmetic Specification.
|
/external/python/cpython3/Modules/_decimal/libmpdec/literature/ |
D | REFERENCES.txt | 7 Mike Cowlishaw: General Decimal Arithmetic Specification
|
/external/deqp/doc/testspecs/GLES31/ |
D | functional.shaders.implicit_conversions.txt | 28 - Arithmetic
|
/external/swiftshader/third_party/subzero/src/ |
D | IceInstrumentation.cpp | 66 case Inst::Arithmetic: in instrumentInst()
|
/external/protobuf/csharp/src/Google.Protobuf.Test/WellKnownTypes/ |
D | TimestampTest.cs | 95 public void Arithmetic() in Arithmetic() method in Google.Protobuf.WellKnownTypes.TimestampTest
|