Home
last modified time | relevance | path

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

12345678910>>...25

/external/guava/guava-testlib/test/com/google/common/testing/anotherpackage/
DForwardingWrapperTesterTest.java50 Arithmetic.class, in testGoodForwarder()
51 new Function<Arithmetic, Arithmetic>() { in testGoodForwarder()
53 public Arithmetic apply(Arithmetic arithmetic) { in testGoodForwarder()
229 Arithmetic.class, in testForwardsToTheWrongMethod()
230 new Function<Arithmetic, Arithmetic>() { in testForwardsToTheWrongMethod()
232 public Arithmetic apply(Arithmetic adder) { in testForwardsToTheWrongMethod()
317 private static class ForwardingArithmetic implements Arithmetic {
318 private final Arithmetic arithmetic;
320 public ForwardingArithmetic(Arithmetic arithmetic) { in ForwardingArithmetic()
399 public interface Arithmetic extends Adder { interface in ForwardingWrapperTesterTest
[all …]
/external/guava/android/guava-testlib/test/com/google/common/testing/anotherpackage/
DForwardingWrapperTesterTest.java50 Arithmetic.class, in testGoodForwarder()
51 new Function<Arithmetic, Arithmetic>() { in testGoodForwarder()
53 public Arithmetic apply(Arithmetic arithmetic) { in testGoodForwarder()
229 Arithmetic.class, in testForwardsToTheWrongMethod()
230 new Function<Arithmetic, Arithmetic>() { in testForwardsToTheWrongMethod()
232 public Arithmetic apply(Arithmetic adder) { in testForwardsToTheWrongMethod()
317 private static class ForwardingArithmetic implements Arithmetic {
318 private final Arithmetic arithmetic;
320 public ForwardingArithmetic(Arithmetic arithmetic) { in ForwardingArithmetic()
399 public interface Arithmetic extends Adder { interface in ForwardingWrapperTesterTest
[all …]
/external/llvm-project/llvm/test/TableGen/
DPaste.td15 class Arithmetic<int i> {
19 def A : Arithmetic<5>;
/external/skia/gm/
Darithmode.cpp120 paint.setImageFilter(SkImageFilters::Arithmetic(k[0], k[1], k[2], k[3], true, in onDraw()
148 SkImageFilters::Arithmetic(0, 0, -one / 2, 1, enforcePMColor, dstFilter, in onDraw()
151 p.setImageFilter(SkImageFilters::Arithmetic(0, one / 2, -one, 1, true, in onDraw()
Dcrbug_905548.cpp37 auto mult = SkImageFilters::Arithmetic(1, 0, 0, 0, false, eroded, imageSource, nullptr);
/external/catch2/docs/
Dgenerators.md72 * `range(Arithemtic start, Arithmetic end)` for `RangeGenerator<Arithmetic>` with a step size of `1`
73 * `range(Arithmetic start, Arithmetic end, Arithmetic step)` for `RangeGenerator<Arithmetic>` with …
/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/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" --
/external/python/cpython2/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" --
/external/skia/resources/sksl/folding/
DSwizzleFolding.sksl11 // Arithmetic on swizzled constants should fold
/external/python/cpython3/Modules/_decimal/
DREADME.txt9 General Decimal Arithmetic Specification.
/external/skia/modules/svg/src/
DSkSVGFeComposite.cpp55 return SkImageFilters::Arithmetic( in onMakeImageFilter()
/external/python/cpython3/Modules/_decimal/libmpdec/literature/
DREFERENCES.txt7 Mike Cowlishaw: General Decimal Arithmetic Specification
/external/protobuf/csharp/compatibility_tests/v3.0.0/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()
/external/llvm-project/llvm/include/llvm/IR/
DVPIntrinsics.def93 ///// Integer Arithmetic {
147 ///// } Integer Arithmetic
/external/mesa3d/src/compiler/glsl/
Dfloat64.glsl142 * according to the IEEE Standard for Floating-Point Arithmetic.
155 * performed according to the IEEE Standard for Floating-Point Arithmetic.
228 * according to the IEEE Standard for Floating-Point Arithmetic.
247 * Arithmetic.
464 * overflow follows the IEEE Standard for Floating-Point Arithmetic.
679 * Floating-Point Arithmetic.
866 * Floating-Point Arithmetic.
968 * to the IEEE Standard for Floating-Point Arithmetic.
1115 * performed according to the IEEE Standard for Floating-Point Arithmetic---
1156 * according to the IEEE Standard for Floating-Point Arithmetic.
[all …]

12345678910>>...25