Searched refs:adjust (Results 1 - 25 of 115) sorted by relevance

12345

/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D20000726-1.c11 static struct adjust_template adjust = {0, 0, 1, 1}; variable in typeref:struct:adjust_template
30 *x = adjust.kx_x * *x + adjust.kx_y * *y + adjust.kx;
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/ipa/
H A Dpr62015.C21 void adjust(Side side, bool final);
27 adjust(Side::Invalid, false);
39 void A::adjust(Side side, bool final) function in class:A
46 adjust(side, false);
47 adjust(side, true);
/haiku-buildtools/binutils/ld/testsuite/ld-m68hc11/
H A Dadj-jump.s17 beq L1 ; Backward branch, adjust -1
19 jbne L1 ; Backward branch, adjust -2
20 bgt L1 ; All possible backward branchs, adjust -2
57 bne L2 ; Backward branch, adjust -1
58 beq L3 ; Forward branch, adjust -2
60 beq L3 ; Forward branch, adjust -1
/haiku-buildtools/legacy/binutils/ld/testsuite/ld-m68hc11/
H A Dadj-jump.s17 beq L1 ; Backward branch, adjust -1
19 jbne L1 ; Backward branch, adjust -2
20 bgt L1 ; All possible backward branchs, adjust -2
57 bne L2 ; Backward branch, adjust -1
58 beq L3 ; Forward branch, adjust -2
60 beq L3 ; Forward branch, adjust -1
/haiku-buildtools/binutils/gas/testsuite/gas/mips/
H A Djal-mask-11.d1 #objdump: -dr --prefix-addresses --show-raw-insn --adjust-vma=0x55555550
H A Djal-mask-12.d1 #objdump: -dr --prefix-addresses --show-raw-insn --adjust-vma=0xaaaaaaa0
H A Dmicromips@jal-mask-11.d1 #objdump: -dr --prefix-addresses --show-raw-insn --adjust-vma=0x55555550
H A Djal-mask-21.d1 #objdump: -dr --prefix-addresses --show-raw-insn --adjust-vma=0x55555550
H A Dmicromips@jal-mask-12.d1 #objdump: -dr --prefix-addresses --show-raw-insn --adjust-vma=0xaaaaaaa0
H A Djal-mask-22.d1 #objdump: -dr --prefix-addresses --show-raw-insn --adjust-vma=0xaaaaaaa0
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/ipa/
H A Dipcp-2.c10 extern int adjust (int, int, int, int);
38 a[i][j] += adjust (a[i-1][j], a[i][j-1],
/haiku-buildtools/gcc/gmp/mpn/power/
H A Dmul_1.asm61 cax 10,10,6 C adjust high limb for negative limb from s1
70 cax 9,9,6 C adjust high limb for negative limb from s1
80 cax 10,10,0 C adjust high limb for negative s2_limb
84 cax 10,10,6 C adjust high limb for negative limb from s1
90 cax 9,9,0 C adjust high limb for negative s2_limb
94 cax 9,9,6 C adjust high limb for negative limb from s1
H A Daddmul_1.asm66 cax 10,10,6 C adjust high limb for negative limb from s1
78 cax 9,9,6 C adjust high limb for negative limb from s1
95 cax 10,10,6 C adjust high limb for negative limb from s1
107 cax 9,9,6 C adjust high limb for negative limb from s1
H A Dsubmul_1.asm68 cax 10,10,6 C adjust high limb for negative limb from s1
81 cax 9,9,6 C adjust high limb for negative limb from s1
99 cax 10,10,6 C adjust high limb for negative limb from s1
112 cax 9,9,6 C adjust high limb for negative limb from s1
/haiku-buildtools/gcc/gmp/mpn/generic/
H A Dtdiv_qr.c100 int adjust; local
104 adjust = np[nn - 1] >= dp[dn - 1]; /* conservative tests for quotient size */
105 if (nn + adjust >= 2 * dn)
121 nn += adjust;
130 nn += adjust;
180 the denominator.) If it is, decrement qest, and adjust the
187 borrow out, decrement qest, and adjust the remainder
203 qn += adjust; /* qn cannot become bigger */
227 if (adjust)
244 if (adjust)
[all...]
/haiku-buildtools/gcc/libquadmath/math/
H A Dfmaq.c40 int adjust = 0; local
115 it doesn't matter if we don't adjust it. */
118 adjust = 1;
124 very small, adjust them up to avoid spurious underflows,
142 adjust = 1;
173 adjust = -1;
235 if (__builtin_expect (adjust == 0, 1))
245 else if (__builtin_expect (adjust > 0, 1))
/haiku-buildtools/gcc/gmp/mpn/arm/
H A Dudiv.asm83 addcs n0, n0, #1 C adjust quotient if rem. fix carried
84 subcs n1, n1, d C adjust remainder accordingly
86 subcs n1, n1, d C adjust remainder
87 addcs n0, n0, #1 C adjust quotient
/haiku-buildtools/gcc/gmp/mpn/pa64/
H A Dudiv.asm100 add,l n1,dn,n1 C adjust remainder if rem. fix carried
101 add,dc %r0,q,q C adjust quotient accordingly
104 add,l n1,dn,n1 C adjust remainder
105 add,dc %r0,q,q C adjust quotient
/haiku-buildtools/gcc/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/
H A Derase_fn_imps.hpp73 typename _Alloc::group_adjustor adjust(m_size);
135 typename _Alloc::group_adjustor adjust(m_size);
/haiku-buildtools/legacy/binutils/bfd/
H A Daout-target.h53 as the start of the text, then adjust the VMA so that it is.
58 bfd_vma adjust; local
60 adjust = execp->a_entry - obj_textsec (abfd)->vma;
62 adjust &= ~(TARGET_PAGE_SIZE - 1);
63 obj_textsec (abfd)->vma += adjust;
64 obj_datasec (abfd)->vma += adjust;
65 obj_bsssec (abfd)->vma += adjust;
/haiku-buildtools/binutils/bfd/
H A Daout-target.h53 as the start of the text, then adjust the VMA so that it is.
58 bfd_vma adjust; local
60 adjust = execp->a_entry - obj_textsec (abfd)->vma;
62 adjust &= ~(TARGET_PAGE_SIZE - 1);
63 obj_textsec (abfd)->vma += adjust;
64 obj_datasec (abfd)->vma += adjust;
65 obj_bsssec (abfd)->vma += adjust;
/haiku-buildtools/gcc/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/
H A Dresize_fn_imps.hpp82 typename _Alloc::group_adjustor adjust(m_num_e);
/haiku-buildtools/gcc/gmp/mpn/m88k/
H A Dadd_n.s52 subu r2,r2,r5 ; adjust res_ptr
53 subu r3,r3,r5 ; adjust s1_ptr
54 subu r4,r4,r5 ; adjust s2_ptr
H A Dsub_n.s53 subu r2,r2,r5 ; adjust res_ptr
54 subu r3,r3,r5 ; adjust s1_ptr
55 subu r4,r4,r5 ; adjust s2_ptr
/haiku-buildtools/legacy/gcc/gcc/
H A Dexplow.c804 adjust_stack (adjust)
805 rtx adjust;
808 adjust = protect_from_queue (adjust, 0);
810 if (adjust == const0_rtx)
819 stack_pointer_rtx, adjust, stack_pointer_rtx, 0,
830 anti_adjust_stack (adjust)
831 rtx adjust;
834 adjust = protect_from_queue (adjust,
[all...]

Completed in 208 milliseconds

12345