/external/guava/guava-testlib/test/com/google/common/testing/anotherpackage/ |
D | ForwardingWrapperTesterTest.java | 50 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/ |
D | ForwardingWrapperTesterTest.java | 50 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/ |
D | Paste.td | 15 class Arithmetic<int i> { 19 def A : Arithmetic<5>;
|
/external/skia/gm/ |
D | arithmode.cpp | 120 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()
|
D | crbug_905548.cpp | 37 auto mult = SkImageFilters::Arithmetic(1, 0, 0, 0, false, eroded, imageSource, nullptr);
|
/external/catch2/docs/ |
D | generators.md | 72 * `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/ |
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/cpython3/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" --
|
/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" --
|
/external/skia/resources/sksl/folding/ |
D | SwizzleFolding.sksl | 11 // Arithmetic on swizzled constants should fold
|
/external/python/cpython3/Modules/_decimal/ |
D | README.txt | 9 General Decimal Arithmetic Specification.
|
/external/skia/modules/svg/src/ |
D | SkSVGFeComposite.cpp | 55 return SkImageFilters::Arithmetic( in onMakeImageFilter()
|
/external/python/cpython3/Modules/_decimal/libmpdec/literature/ |
D | REFERENCES.txt | 7 Mike Cowlishaw: General Decimal Arithmetic Specification
|
/external/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/WellKnownTypes/ |
D | TimestampTest.cs | 95 public void Arithmetic() in Arithmetic() method in Google.Protobuf.WellKnownTypes.TimestampTest
|
/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/llvm-project/llvm/include/llvm/IR/ |
D | VPIntrinsics.def | 93 ///// Integer Arithmetic { 147 ///// } Integer Arithmetic
|
/external/mesa3d/src/compiler/glsl/ |
D | float64.glsl | 142 * 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 …]
|