HomeSort by relevance Sort by last modified time
    Searched refs:divide (Results 1 - 25 of 505) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
divide.d 1 #as: --divide
3 #name: i386 divide
divide.s 3 / This comment should still be allowed with --divide,
4 / but the divide must remain a divide in the next line
  /prebuilts/go/darwin-x86/test/
divide.go 7 // Test divide corner cases.
16 panic("divide")
20 panic("divide")
27 panic("divide")
31 panic("divide")
38 panic("divide")
42 panic("divide")
49 panic("divide")
53 panic("divide")
zerodivide.go 116 // All integer divide by zero should error.
117 ErrorTest{"int 0/0", func() { use(i / j) }, "divide"},
118 ErrorTest{"int8 0/0", func() { use(i8 / j8) }, "divide"},
119 ErrorTest{"int16 0/0", func() { use(i16 / j16) }, "divide"},
120 ErrorTest{"int32 0/0", func() { use(i32 / j32) }, "divide"},
121 ErrorTest{"int64 0/0", func() { use(i64 / j64) }, "divide"},
123 ErrorTest{"int 1/0", func() { use(k / j) }, "divide"},
124 ErrorTest{"int8 1/0", func() { use(k8 / j8) }, "divide"},
125 ErrorTest{"int16 1/0", func() { use(k16 / j16) }, "divide"},
126 ErrorTest{"int32 1/0", func() { use(k32 / j32) }, "divide"},
    [all...]
  /prebuilts/go/linux-x86/test/
divide.go 7 // Test divide corner cases.
16 panic("divide")
20 panic("divide")
27 panic("divide")
31 panic("divide")
38 panic("divide")
42 panic("divide")
49 panic("divide")
53 panic("divide")
zerodivide.go 116 // All integer divide by zero should error.
117 ErrorTest{"int 0/0", func() { use(i / j) }, "divide"},
118 ErrorTest{"int8 0/0", func() { use(i8 / j8) }, "divide"},
119 ErrorTest{"int16 0/0", func() { use(i16 / j16) }, "divide"},
120 ErrorTest{"int32 0/0", func() { use(i32 / j32) }, "divide"},
121 ErrorTest{"int64 0/0", func() { use(i64 / j64) }, "divide"},
123 ErrorTest{"int 1/0", func() { use(k / j) }, "divide"},
124 ErrorTest{"int8 1/0", func() { use(k8 / j8) }, "divide"},
125 ErrorTest{"int16 1/0", func() { use(k16 / j16) }, "divide"},
126 ErrorTest{"int32 1/0", func() { use(k32 / j32) }, "divide"},
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
micromips-warn.l 2 .*:578: Warning: divide by zero
3 .*:581: Warning: divide by zero
4 .*:594: Warning: divide by zero
5 .*:1559: Warning: divide by zero
6 .*:1562: Warning: divide by zero
7 .*:1575: Warning: divide by zero
22 .*:4759: Warning: divide by zero
23 .*:4762: Warning: divide by zero
24 .*:4775: Warning: divide by zero
25 .*:5180: Warning: divide by zer
    [all...]
  /art/test/083-compiler-regressions/src/
ZeroTests.java 29 private static void longTest(String name, boolean divide) throws Exception {
31 if (divide) {
  /external/apache-commons-math/src/main/java/org/apache/commons/math/
FieldElement.java 47 /** Compute this ÷ a.
49 * @return a new element representing this ÷ a
53 T divide(T a) throws ArithmeticException; method in interface:FieldElement
  /external/llvm/test/MC/ARM/
directive-arch_extension-mode-switch.s 12 @ CHECK: instruction requires: divide in ARM
16 @ CHECK: instruction requires: divide in THUMB
directive-arch_extension-idiv.s 27 @ CHECK-ARMv6: error: instruction requires: divide in ARM
28 @ CHECK-THUMBv6: error: instruction requires: divide in ARM arm-mode
30 @ CHECK-ARMv6: error: instruction requires: divide in ARM
31 @ CHECK-THUMBv6: error: instruction requires: divide in ARM arm-mode
44 @ CHECK-ARMv6: error: instruction requires: divide in ARM
45 @ CHECK-THUMBv6: error: instruction requires: divide in ARM arm-mode
46 @ CHECK-ARMv7: error: instruction requires: divide in ARM
47 @ CHECK-THUMBv7: error: instruction requires: divide in THUMB
49 @ CHECK-ARMv6: error: instruction requires: divide in ARM
50 @ CHECK-THUMBv6: error: instruction requires: divide in ARM arm-mod
    [all...]
invalid-idiv.s 12 @ ARM-A15: error: instruction requires: divide in ARM
14 @ ARM-A15: error: instruction requires: divide in ARM
21 @ ARM: error: instruction requires: divide in ARM
23 @ ARM: error: instruction requires: divide in ARM
25 @ THUMB: error: instruction requires: divide in THUMB
27 @ THUMB: error: instruction requires: divide in THUMB
  /art/runtime/interpreter/mterp/x86/
bindiv.S 18 jz .L${opcode}_8 # Do 8-bit divide
21 jz .L${opcode}_16 # Do 16-bit divide
33 div %cl # 8-bit divide otherwise.
43 xorl %edx, %edx # Clear %edx before divide
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
any-idiv.d 1 # name: attributes for 'any' CPU with Thumb integer divide
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug366.go 28 // integer divide by zero in golang.org sandbox
33 // integer divide by zero in golang.org sandbox
  /prebuilts/go/linux-x86/test/fixedbugs/
bug366.go 28 // integer divide by zero in golang.org sandbox
33 // integer divide by zero in golang.org sandbox
  /external/autotest/client/common_lib/perf_expectations/
expectation_checker.py 24 def divide(x, y): function
107 ratio = 1 - divide(trace_perf_value, improve)
110 ratio = divide(trace_perf_value, regress) - 1
115 ratio = divide(trace_perf_value, improve) - 1
118 ratio = 1 - divide(trace_perf_value, regress)
  /external/proguard/src/proguard/evaluation/value/
SpecificDoubleValue.java 80 public DoubleValue divide(DoubleValue other) method in class:SpecificDoubleValue
87 return other.divide(this);
134 public DoubleValue divide(SpecificDoubleValue other) method in class:SpecificDoubleValue
136 return new CompositeDoubleValue(this, CompositeDoubleValue.DIVIDE, other);
141 return new CompositeDoubleValue(other, CompositeDoubleValue.DIVIDE, this);
SpecificFloatValue.java 80 public FloatValue divide(FloatValue other) method in class:SpecificFloatValue
87 return other.divide(this);
134 public FloatValue divide(SpecificFloatValue other) method in class:SpecificFloatValue
136 return new CompositeFloatValue(this, CompositeFloatValue.DIVIDE, other);
141 return new CompositeFloatValue(other, CompositeFloatValue.DIVIDE, this);
DoubleValue.java 96 public abstract DoubleValue divide(DoubleValue other); method in class:DoubleValue
179 public DoubleValue divide(SpecificDoubleValue other) method in class:DoubleValue
181 return divide((DoubleValue)other);
282 public DoubleValue divide(ParticularDoubleValue other) method in class:DoubleValue
284 return divide((SpecificDoubleValue)other);
FloatValue.java 96 public abstract FloatValue divide(FloatValue other); method in class:FloatValue
179 public FloatValue divide(SpecificFloatValue other) method in class:FloatValue
181 return divide((FloatValue)other);
282 public FloatValue divide(ParticularFloatValue other) method in class:FloatValue
284 return divide((SpecificFloatValue)other);
  /external/apache-commons-math/src/main/java/org/apache/commons/math/dfp/
DfpMath.java 129 /** Divide two numbers that are split in to two pieces that are meant to be added together.
141 result[0] = a[0].divide(b[0]);
143 result[1] = result[1].divide(b[0].multiply(b[0]).add(b[0].multiply(b[1])));
199 result[0] = base[0].getOne().divide(result[0]);
250 result = base.getOne().divide(result);
299 fact = fact.divide(i);
337 x = x.divide(pow(a.newInstance(10000), lr)); /* This puts x in the range 0-10000 */
349 spx[0] = spx[0].divide(spy[0]);
350 spx[1] = spx[1].divide(spy[0]);
354 spx[0] = spx[0].divide(2)
    [all...]
  /external/guava/guava-tests/test/com/google/common/primitives/
UnsignedLongsTest.java 113 assertEquals(2, UnsignedLongs.divide(14, 5));
114 assertEquals(0, UnsignedLongs.divide(0, 50));
115 assertEquals(1, UnsignedLongs.divide(0xfffffffffffffffeL, 0xfffffffffffffffdL));
116 assertEquals(0, UnsignedLongs.divide(0xfffffffffffffffdL, 0xfffffffffffffffeL));
117 assertEquals(281479271743488L, UnsignedLongs.divide(0xfffffffffffffffeL, 65535));
118 assertEquals(0x7fffffffffffffffL, UnsignedLongs.divide(0xfffffffffffffffeL, 2));
119 assertEquals(3689348814741910322L, UnsignedLongs.divide(0xfffffffffffffffeL, 5));
142 dividend - (divisor * UnsignedLongs.divide(dividend, divisor)
  /external/skia/experimental/
SkSetPoly3To3_A.cpp 19 static SkScalar divide(SkDScalar numer, SkDScalar denom) { function
76 matrix->setScaleX(divide(M[0], det));
77 matrix->setSkewX( divide(M[1], det));
78 matrix->setSkewY (divide(M[2], det));
79 matrix->setScaleY(divide(M[3], det));
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/math/
BigIntegerDivideTest.java 28 * Methods: divide, remainder, mod, and divideAndRemainder
32 * Divide by zero
42 aNumber.divide(bNumber);
49 * Divide by ZERO
57 aNumber.divide(bNumber);
64 * Divide two equal positive numbers
74 BigInteger result = aNumber.divide(bNumber);
84 * Divide two equal in absolute value numbers of different signs.
94 BigInteger result = aNumber.divide(bNumber);
104 * Divide two numbers of different length and different signs
    [all...]

Completed in 732 milliseconds

1 2 3 4 5 6 7 8 91011>>