Searched refs:divide (Results 1 - 25 of 77) sorted by relevance

1234

/haiku-buildtools/binutils/gas/testsuite/gas/i386/
H A Ddivide.d1 #as: --divide
3 #name: i386 divide
H A Ddivide.s3 / This comment should still be allowed with --divide,
4 / but the divide must remain a divide in the next line
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/i386/
H A Ddivide.d1 #as: --divide
3 #name: i386 divide
H A Ddivide.s3 / This comment should still be allowed with --divide,
4 / but the divide must remain a divide in the next line
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/
H A Ddivide.go7 // 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")
H A Dzerodivide.go114 // All integer divide by zero should error.
115 ErrorTest{"int 0/0", func() { use(i / j) }, "divide"},
116 ErrorTest{"int8 0/0", func() { use(i8 / j8) }, "divide"},
117 ErrorTest{"int16 0/0", func() { use(i16 / j16) }, "divide"},
118 ErrorTest{"int32 0/0", func() { use(i32 / j32) }, "divide"},
119 ErrorTest{"int64 0/0", func() { use(i64 / j64) }, "divide"},
121 ErrorTest{"int 1/0", func() { use(k / j) }, "divide"},
122 ErrorTest{"int8 1/0", func() { use(k8 / j8) }, "divide"},
123 ErrorTest{"int16 1/0", func() { use(k16 / j16) }, "divide"},
124 ErrorTest{"int32 1/0", func() { use(k32 / j32) }, "divide"},
[all...]
H A Drecover3.go58 check("int-div-zero", func() { println(1 / x) }, "integer divide by zero")
59 check("int64-div-zero", func() { println(1 / x64) }, "integer divide by zero")
H A Drecover2.go82 defer mustRecover("divide by zero")
/haiku-buildtools/binutils/gas/testsuite/gas/mips/
H A Dmicromips-warn.l2 .*:649: Warning: divide by zero
3 .*:652: Warning: divide by zero
4 .*:665: Warning: divide by zero
5 .*:1649: Warning: divide by zero
6 .*:1652: Warning: divide by zero
7 .*:1665: Warning: divide by zero
22 .*:4849: Warning: divide by zero
23 .*:4852: Warning: divide by zero
24 .*:4865: Warning: divide by zero
25 .*:5270: Warning: divide b
[all...]
H A Dmicromips.l12 .*:649: Warning: divide by zero
13 .*:652: Warning: divide by zero
14 .*:665: Warning: divide by zero
15 .*:1649: Warning: divide by zero
16 .*:1652: Warning: divide by zero
17 .*:1665: Warning: divide by zero
91 .*:4849: Warning: divide by zero
92 .*:4852: Warning: divide by zero
93 .*:4865: Warning: divide by zero
94 .*:5270: Warning: divide b
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/ieee/
H A Drounding_1.f9016 interface divide
45 sx1 = divide(sx1, sx2, ieee_up)
49 sx3 = divide(sx3, sx2, ieee_down)
54 call check_equal(1./3., divide(1., 3., ieee_nearest))
55 call check_equal(-1./3., divide(-1., 3., ieee_nearest))
57 call check_equal(divide(3., 7., ieee_to_zero), &
58 divide(3., 7., ieee_down))
59 call check_equal(divide(-3., 7., ieee_to_zero), &
60 divide(-3., 7., ieee_up))
71 dx1 = divide(dx
[all...]
/haiku-buildtools/binutils/gas/testsuite/gas/arm/
H A Dany-idiv.d1 # name: attributes for 'any' CPU with Thumb integer divide
H A Darmv8m.base-idiv.d1 # name: attributes for 'armv8-m.base' CPU with Thumb integer divide
/haiku-buildtools/binutils/gas/testsuite/gas/arc/
H A Dlpcount-err.s2 ;; load, lr, multiply and divide.
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/mips/
H A Dsb1-1.c12 NOMIPS16 v2sf divide (v2sf a, v2sf b) function
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/fixedbugs/
H A Dbug366.go28 // integer divide by zero in golang.org sandbox
33 // integer divide by zero in golang.org sandbox
/haiku-buildtools/binutils/intl/
H A Deval-plural.h70 case divide:
H A Dplural-exp.h54 divide, /* Division. */ enumerator in enum:expression::operator
/haiku-buildtools/gcc/intl/
H A Deval-plural.h70 case divide:
H A Dplural-exp.h54 divide, /* Division. */ enumerator in enum:expression::operator
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/ken/
H A Dcplx4.go55 // compiler used to crash on nested divide
/haiku-buildtools/gcc/libgcc/
H A Dfp-bit.h232 # define divide __divtf3 macro
252 # define divide __divsf3 macro
272 # define divide __divdf3 macro
405 extern FLO_type divide (FLO_type, FLO_type);
/haiku-buildtools/legacy/gcc/gcc/config/sparc/
H A Dlb1spc.asm133 bge ready_to_divide ! no, go do the divide
147 ! Ready to divide. Compute size of quotient; scale comparand.
168 ! as our usual N-at-a-shot divide step will cause overflow and havoc.
205 ! do single-bit divide steps
208 ! first divide step without thinking. BUT, the others are conditional,
472 b divide
481 bge 2f ! no, go do the divide
493 ! Ready to divide. Compute size of quotient; scale comparand.
494 divide: label
515 ! as our usual N-at-a-shot divide ste
[all...]
/haiku-buildtools/gcc/libgcc/config/sparc/
H A Dlb1spc.S133 bge ready_to_divide ! no, go do the divide
147 ! Ready to divide. Compute size of quotient; scale comparand.
168 ! as our usual N-at-a-shot divide step will cause overflow and havoc.
205 ! do single-bit divide steps
208 ! first divide step without thinking. BUT, the others are conditional,
472 b divide
481 bge 2f ! no, go do the divide
493 ! Ready to divide. Compute size of quotient; scale comparand.
494 divide: label
515 ! as our usual N-at-a-shot divide ste
[all...]
/haiku-buildtools/gcc/contrib/
H A Dcompare_two_ftime_report_sets88 def divide(dividend, divisor): function
382 return find_t_dist_alpha(divide(radius, self.error), self.count)
385 return find_t_dist_degree(self.alpha, divide(radius, self.deviation))
427 change = divide(self.upper.mean, self.lower.mean) - 1

Completed in 123 milliseconds

1234