Home
last modified time | relevance | path

Searched refs:divide (Results 1 – 25 of 284) sorted by relevance

12345678910>>...12

/openbsd-src/sys/arch/hppa/spmath/
H A Ddivu.S21 ; Implement an integer divide routine for 32-bit operands and 32-bit quotient
52 ds rem,dvr,rem ; 1st divide step, if carry
55 ds rem,dvr,rem ; 2nd divide step
57 ds rem,dvr,rem ; 3rd divide step
59 ds rem,dvr,rem ; 4th divide step
61 ds rem,dvr,rem ; 5th divide step
63 ds rem,dvr,rem ; 6th divide step
65 ds rem,dvr,rem ; 7th divide step
67 ds rem,dvr,rem ; 8th divide step
69 ds rem,dvr,rem ; 9th divide step
[all …]
/openbsd-src/sys/lib/libkern/arch/hppa/
H A Dmilli.S482 ds r0,arg1,temp ; 1st divide step, if no carry
484 ds temp,arg1,temp ; 2nd divide step
486 ds temp,arg1,temp ; 3rd divide step
488 ds temp,arg1,temp ; 4th divide step
490 ds temp,arg1,temp ; 5th divide step
492 ds temp,arg1,temp ; 6th divide step
494 ds temp,arg1,temp ; 7th divide step
496 ds temp,arg1,temp ; 8th divide step
498 ds temp,arg1,temp ; 9th divide step
500 ds temp,arg1,temp ; 10th divide step
[all …]
/openbsd-src/gnu/usr.bin/perl/cpan/Text-Balanced/t/
H A D05_extmul.t20 sub divide
39 [ divide $stdtext1 => 4 ];
46 [ divide $stdtext1 => 4 ];
54 [ divide($stdtext1 => 4, 10) ];
69 [ divide($stdtext1 => 4, 10, 26) ];
84 [ divide($stdtext1 => 4, 10, 26, 27) ];
99 [ divide($stdtext1 => 4, 10, 26, 27) ];
118 [ divide($stdtext2 => 4, 7, 12, 24) ];
209 [ divide($stdtext3 => 1,2,3,4,5) ];
216 [ divide($stdtext3 => 1) ];
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DScalarEvolutionDivision.cpp55 void SCEVDivision::divide(ScalarEvolution &SE, const SCEV *Numerator, in divide() function in SCEVDivision
88 divide(SE, *Quotient, Op, &Q, &R); in divide()
133 divide(SE, Numerator->getStart(), Denominator, &StartQ, &StartR); in visitAddRecExpr()
134 divide(SE, Numerator->getStepRecurrence(SE), Denominator, &StepQ, &StepR); in visitAddRecExpr()
152 divide(SE, Op, Denominator, &Q, &R); in visitAddExpr()
189 divide(SE, Op, Denominator, &Q, &R); in visitMulExpr()
233 divide(SE, Diff, Denominator, &Q, &R); in visitMulExpr()
/openbsd-src/regress/usr.bin/mandoc/roff/nr/
H A Ddivzero.out_lint1 mandoc: divzero.in:7:4: ERROR: divide by zero: 1/0
2 mandoc: divzero.in:8:4: ERROR: divide by zero: 1%0
/openbsd-src/gnu/gcc/gcc/config/ia64/
H A Dia64.opt44 minline-float-divide-min-latency
48 minline-float-divide-max-throughput
52 mno-inline-float-divide
55 minline-int-divide-min-latency
59 minline-int-divide-max-throughput
63 mno-inline-int-divide
/openbsd-src/gnu/llvm/compiler-rt/lib/ubsan/
H A Dubsan_checks.inc36 UBSAN_CHECK(IntegerDivideByZero, "integer-divide-by-zero",
37 "integer-divide-by-zero")
38 UBSAN_CHECK(FloatDivideByZero, "float-divide-by-zero", "float-divide-by-zero")
/openbsd-src/gnu/gcc/gcc/config/
H A Dfp-bit.h232 # define divide fpdiv macro
246 # define divide dpdiv macro
262 # define divide __divtf3 macro
282 # define divide __divsf3 macro
302 # define divide __divdf3 macro
436 extern FLO_type divide (FLO_type, FLO_type);
/openbsd-src/gnu/usr.bin/gcc/gcc/config/
H A Dfp-bit.h228 # define divide fpdiv macro
242 # define divide dpdiv macro
258 # define divide __divtf3 macro
278 # define divide __divsf3 macro
298 # define divide __divdf3 macro
432 extern FLO_type divide (FLO_type, FLO_type);
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVSchedule.td16 def WriteIDiv : SchedWrite; // 32-bit or 64-bit divide and remainder
17 def WriteIDiv32 : SchedWrite; // 32-bit divide and remainder on RV64I
49 def WriteFDiv16 : SchedWrite; // 16-bit floating point divide
50 def WriteFDiv32 : SchedWrite; // 32-bit floating point divide
51 def WriteFDiv64 : SchedWrite; // 64-bit floating point divide
146 def ReadFDiv16 : SchedRead; // 16-bit floating point divide
147 def ReadFDiv32 : SchedRead; // 32-bit floating point divide
148 def ReadFDiv64 : SchedRead; // 64-bit floating point divide
/openbsd-src/gnu/usr.bin/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 step will cause overflow and havoc.
[all …]
/openbsd-src/gnu/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 step will cause overflow and havoc.
[all …]
/openbsd-src/gnu/gcc/gcc/config/mips/
H A D4k.md54 ;; unsigned divide - 8/16/24/32 bit operand have latencies 9/17/25/33
55 ;; signed divide - 8/16/24/32 bit operand have latencies 10/18/26/34
63 ;; unsigned divide - 33
64 ;; signed divide - 33-35
H A Dmips.opt44 Trap on integer divide by zero
48 Use branch-and-break sequences to check for integer divide by zero
52 Use trap instructions to check for integer divide by zero
/openbsd-src/sys/dev/pci/
H A Dmaestro.c1591 u_int prescale = 0, divide = (freq != 0) ? (clock / freq) : ~0; in wp_settimer()
1593 if (divide < 4) in wp_settimer()
1594 divide = 4; in wp_settimer()
1595 else if (divide > 32 << 8) in wp_settimer()
1596 divide = 32 << 8; in wp_settimer()
1598 for (; divide > 32 << 1; divide >>= 1) in wp_settimer()
1600 divide = (divide + 1) >> 1; in wp_settimer()
1602 for (; prescale < 7 && divide > in wp_settimer()
1585 u_int prescale = 0, divide = (freq != 0) ? (clock / freq) : ~0; wp_settimer() local
[all...]
/openbsd-src/gnu/gcc/gcc/config/m88k/
H A Dm88k.opt45 Add code to trap on integer divide by zero
49 Use the \"div\" instruction for signed integer divide
/openbsd-src/games/fortune/datfiles/
H A Drecipes21 25 large onions to make decent kebabs (for a large family meal, divide
44 Cook until rice is done (for more intimate proportions, divide down
/openbsd-src/lib/libc/arch/sparc64/gen/
H A Ddivrem.m4128 bge 2f ! no, go do the divide
142 ! Ready to divide. Compute size of quotient; scale comparand.
163 ! as our usual N-at-a-shot divide step will cause overflow and havoc.
200 ! do single-bit divide steps
203 ! first divide step without thinking. BUT, the others are conditional,
/openbsd-src/gnu/usr.bin/binutils/opcodes/
H A Ds390-opc.txt58 5d d RX_RRRD "divide" g5 esa,zarch
59 6d dd RX_FRRD "divide (long)" g5 esa,zarch
60 2d ddr RR_FF "divide (long)" g5 esa,zarch
61 7d de RX_FRRD "divide (short)" g5 esa,zarch
62 3d der RR_FF "divide (short)" g5 esa,zarch
64 fd dp SS_LLRDRD "divide decimal" g5 esa,zarch
65 1d dr RR_RR "divide" g5 esa,zarch
66 b22d dxr RRE_F0 "divide (ext.)" g5 esa,zarch
350 b34d dxbr RRE_FF "divide extended bfp" g5 esa,zarch
351 b31d ddbr RRE_FF "divide long bfp" g5 esa,zarch
[all …]
/openbsd-src/gnu/usr.bin/binutils-2.17/opcodes/
H A Ds390-opc.txt58 5d d RX_RRRD "divide" g5 esa,zarch
59 6d dd RX_FRRD "divide (long)" g5 esa,zarch
60 2d ddr RR_FF "divide (long)" g5 esa,zarch
61 7d de RX_FRRD "divide (short)" g5 esa,zarch
62 3d der RR_FF "divide (short)" g5 esa,zarch
64 fd dp SS_LLRDRD "divide decimal" g5 esa,zarch
65 1d dr RR_RR "divide" g5 esa,zarch
66 b22d dxr RRE_F0 "divide (ext.)" g5 esa,zarch
350 b34d dxbr RRE_FF "divide extended bfp" g5 esa,zarch
351 b31d ddbr RRE_FF "divide long bfp" g5 esa,zarch
[all …]
/openbsd-src/gnu/usr.bin/texinfo/intl/
H A Dplural-exp.h46 divide, /* Division. */ enumerator
H A Deval-plural.h64 case divide: in plural_eval()
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DScalarEvolutionDivision.h30 static void divide(ScalarEvolution &SE, const SCEV *Numerator,
/openbsd-src/gnu/gcc/intl/
H A Dplural-exp.h54 divide, /* Division. */ enumerator
H A Deval-plural.h70 case divide:

12345678910>>...12