Home
last modified time | relevance | path

Searched refs:Arithmetic (Results 1 – 25 of 489) sorted by relevance

12345678910>>...20

/external/guava/guava-testlib/test/com/google/common/testing/anotherpackage/
DForwardingWrapperTesterTest.java50 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/
DNios2InstrInfo.td41 // 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/
DPaste.td15 class Arithmetic<int i> {
19 def A : Arithmetic<5>;
/external/python/cpython2/Tools/pybench/
DSetup.py20 from Arithmetic import *
/external/eigen/cmake/
DFindGMP.cmake1 # Try to find the GNU Multiple Precision Arithmetic Library (GMP)
/external/python/cpython2/Lib/test/decimaltestdata/
DdecSingle.decTest5 -- Please see the document "General Decimal Arithmetic Testcases" --
DdecQuad.decTest5 -- Please see the document "General Decimal Arithmetic Testcases" --
DdecDouble.decTest5 -- Please see the document "General Decimal Arithmetic Testcases" --
Dtestall.decTest5 -- Please see the document "General Decimal Arithmetic Testcases" --
DdqCopy.decTest5 -- Please see the document "General Decimal Arithmetic Testcases" --
DdqCopyNegate.decTest5 -- Please see the document "General Decimal Arithmetic Testcases" --
DddClass.decTest5 -- Please see the document "General Decimal Arithmetic Testcases" --
DdqClass.decTest5 -- Please see the document "General Decimal Arithmetic Testcases" --
Dcopynegate.decTest5 -- Please see the document "General Decimal Arithmetic Testcases" --
/external/python/cpython3/Lib/test/decimaltestdata/
DdecSingle.decTest5 -- Please see the document "General Decimal Arithmetic Testcases" --
DdecDouble.decTest5 -- Please see the document "General Decimal Arithmetic Testcases" --
DdecQuad.decTest5 -- Please see the document "General Decimal Arithmetic Testcases" --
Dtestall.decTest5 -- Please see the document "General Decimal Arithmetic Testcases" --
DddClass.decTest5 -- Please see the document "General Decimal Arithmetic Testcases" --
DdqCopy.decTest5 -- Please see the document "General Decimal Arithmetic Testcases" --
/external/python/cpython3/Modules/_decimal/
DREADME.txt9 General Decimal Arithmetic Specification.
/external/python/cpython3/Modules/_decimal/libmpdec/literature/
DREFERENCES.txt7 Mike Cowlishaw: General Decimal Arithmetic Specification
/external/protobuf/csharp/src/Google.Protobuf.Test/WellKnownTypes/
DTimestampTest.cs95 public void Arithmetic() in Arithmetic() method in Google.Protobuf.WellKnownTypes.TimestampTest
/external/deqp/doc/testspecs/GLES31/
Dfunctional.shaders.implicit_conversions.txt28 - Arithmetic
/external/swiftshader/third_party/subzero/src/
DIceInstrumentation.cpp66 case Inst::Arithmetic: in instrumentInst()

12345678910>>...20