Searched refs:difference (Results 1 - 25 of 72) sorted by relevance

123

/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/tree-ssa/
H A D20030807-10.c11 int difference = (mode_size[innermode] - mode_size[outermode]); local
12 if (difference > 0)
14 offset += difference % (0 ? 8 : 4);
15 offset += difference / 4 * 4;
/haiku-buildtools/gcc/gmp/mpz/
H A Dnextprime.c42 unsigned long difference; local
89 for (difference = incr = 0; incr < INCR_LIMIT; difference += 2)
106 mpz_add_ui (p, p, difference);
107 difference = 0;
115 mpz_add_ui (p, p, difference);
116 difference = 0;
/haiku-buildtools/gcc/contrib/
H A DcompareSumTests397 between 2 and 3, except for those where there was the same difference betwen 1 and 2
112 C<-x X:Y>: Differences which are identical to a difference between the two runs
115 displayed (since C<-x> will cause the difference between 1 and 2 to be ignored,
116 and the difference in 1 and 3 parallels the difference between 1 and 2.)
/haiku-buildtools/gcc/libgcc/config/epiphany/
H A Dumodsi3.S54 sub r3,r12,r3 ; calculate bit number difference.
H A Dmodsi3.S59 sub r3,r12,r3 ; calculate bit number difference.
H A Ddivsi3.S63 sub r1,r1,r0 ; calculate bit number difference.
H A Dudivsi3.S56 sub r3,r3,r2 ; calculate bit number difference.
/haiku-buildtools/gcc/gcc/
H A Dlcm.c193 sbitmap difference, temp_bitmap;
199 difference = sbitmap_alloc (n_exprs);
214 bitmap_and_compl (difference, antin[succ->index],
217 bitmap_and_or (earliest[x], difference,
224 sbitmap_free (difference);
617 sbitmap difference, temp_bitmap;
623 difference = sbitmap_alloc (n_exprs);
638 bitmap_and_compl (difference, st_avout[pred->index],
641 bitmap_and_or (farthest[x], difference,
648 sbitmap_free (difference);
192 sbitmap difference, temp_bitmap; local
616 sbitmap difference, temp_bitmap; local
[all...]
/haiku-buildtools/gcc/gmp/mpn/clipper/
H A Dsub_n.s2 ; store difference in a third limb vector.
/haiku-buildtools/gcc/gmp/mpn/i960/
H A Dsub_n.s2 # store difference in a third limb vector.
/haiku-buildtools/gcc/gmp/mpn/ns32k/
H A Dsub_n.s2 # store difference in a third limb vector.
/haiku-buildtools/gcc/gmp/mpn/z8000/
H A Dsub_n.s2 ! store difference in a third limb vector.
/haiku-buildtools/gcc/gmp/mpn/z8000x/
H A Dsub_n.s2 ! same length > 0 and store difference in a third limb vector.
/haiku-buildtools/binutils/gas/testsuite/gas/mips/
H A Dhilo-diff.s2 # as a difference of local symbols, both previously defined and forward
/haiku-buildtools/gcc/gmp/mpn/sh/
H A Dsub_n.asm2 dnl difference in a third limb vector.
/haiku-buildtools/binutils/gas/testsuite/gas/mmix/
H A Dcomment-1.s15 LDA $20,$21,22 difference; x y z
/haiku-buildtools/gcc/gmp/mpn/a29k/
H A Dsub_n.s2 ; store difference in a third limb vector.
/haiku-buildtools/gcc/gmp/mpn/pyr/
H A Dsub_n.s2 # store difference in a third limb vector.
/haiku-buildtools/gcc/gmp/mpn/vax/
H A Dsub_n.s2 # difference in a third limb vector.
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/mmix/
H A Dcomment-1.s15 LDA $20,$21,22 difference; x y z
/haiku-buildtools/binutils/gas/testsuite/gas/m68hc11/
H A Dindexed12.s12 ;;; Test gas relax with difference of symbols (same section)
39 ;;; Test gas relax with difference of symbols (different section)
/haiku-buildtools/gcc/gmp/mpn/arm/
H A Dsub_n.asm2 dnl store difference in a third limb vector.
/haiku-buildtools/gcc/gmp/mpn/mips32/
H A Dsub_n.asm2 dnl store difference in a third limb vector.
/haiku-buildtools/gcc/gmp/mpn/mips64/
H A Dsub_n.asm2 dnl store difference in a third limb vector.
/haiku-buildtools/gcc/gmp/mpn/pa32/hppa1_1/pa7100/
H A Dsub_n.asm2 dnl store difference in a third limb vector. Optimized for the PA7100, where

Completed in 93 milliseconds

123