Searched refs:increment (Results 1 - 25 of 90) sorted by relevance

1234

/haiku-buildtools/gcc/fixincludes/tests/base/
H A Dunistd.h13 extern void *sbrk(ptrdiff_t increment);
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/spu/
H A Dpr40001.c5 sbrk (unsigned int increment) argument
12 if (sps - 4096 >= increment)
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/mips/
H A D20140928.c3 NOMIPS16 int NoBarrier_AtomicIncrement(volatile int* ptr, int increment) { argument
16 : "Ir" (increment), "r" (ptr)
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dprotected_6.f9029 call increment(a,at) ! { dg-error "variable definition context" }
32 subroutine increment(a1,a3) subroutine in program:main
36 end subroutine increment
H A Dprotected_2.f9025 call increment(a,ap,at)
28 subroutine increment(a1,a2,a3) subroutine in module:protmod
33 end subroutine increment
H A Dprotected_4.f9033 call increment(a,at) ! { dg-error "variable definition context" }
37 subroutine increment(a1,a3) subroutine in program:main
41 end subroutine increment
H A Dprotected_1.f9027 call increment(a,ap,at)
30 subroutine increment(a1,a2,a3) subroutine
35 end subroutine increment
/haiku-buildtools/gcc/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/linear_congruential/requirements/
H A Dconstants.cc29 p = &lc.increment;
/haiku-buildtools/gcc/libgcc/config/arm/
H A Dfp16.c32 unsigned int increment; local
60 increment = (mask + 1) >> 1;
61 if ((mantissa & mask) == increment)
62 increment = mantissa & (increment << 1);
63 mantissa += increment;
/haiku-buildtools/gcc/libstdc++-v3/testsuite/26_numerics/random/linear_congruential_engine/requirements/
H A Dconstants.cc31 p = &lc.increment;
H A Dconstexpr_data.cc39 = _Ttesttype::increment;
/haiku-buildtools/binutils/gas/testsuite/gas/tic6x/
H A Dunwind-1.d10 Stack increment 8
25 Stack increment 8
31 Stack increment 0
42 Stack increment 0
48 Stack increment 0
54 Stack increment 0
60 Stack increment 0
H A Dunwind-2.d10 Stack increment 8
25 Stack increment 8
31 Stack increment 0
42 Stack increment 0
48 Stack increment 0
54 Stack increment 0
60 Stack increment 0
H A Dunwind-3.d9 Stack increment 56
/haiku-buildtools/legacy/gcc/gcc/
H A Dunroll.c876 rtx initial_value, final_value, increment; local
880 &initial_value, &final_value, &increment,
900 /* Save the absolute value of the increment, and also whether or
903 abs_inc = INTVAL (increment);
924 /* Now calculate (diff % (unroll * abs (increment))) by using an
952 /* Assuming the unroll_number is 4, and the increment is 2, then
953 for a negative increment: for a positive increment:
995 /* If the increment is greater than one, then we need another branch,
1000 For the negative increment cas
1499 rtx increment; local
2534 rtx increment, tem; local
3276 rtx increment, tem; local
3355 rtx increment, tem; local
3590 rtx iteration_var, initial_value, increment, final_value; local
[all...]
/haiku-buildtools/binutils/gas/testsuite/gas/i860/
H A Dregress01.s1 # Test fst.* with and without auto-increment.
H A Dfldst01.s4 # Immediate form, no auto-increment.
23 # Immediate form, with auto-increment.
42 # Index form, no auto-increment.
59 # Index form, with auto-increment.
H A Dfldst02.s4 # Immediate form, no auto-increment.
23 # Immediate form, with auto-increment.
42 # Index form, no auto-increment.
59 # Index form, with auto-increment.
H A Dfldst03.s4 # Immediate form, no auto-increment.
23 # Immediate form, with auto-increment.
42 # Index form, no auto-increment.
59 # Index form, with auto-increment.
H A Dfldst04.s4 # Immediate form, no auto-increment.
23 # Immediate form, with auto-increment.
42 # Index form, no auto-increment.
59 # Index form, with auto-increment.
H A Dfldst05.s4 # Immediate form, no auto-increment.
23 # Immediate form, with auto-increment.
42 # Index form, no auto-increment.
59 # Index form, with auto-increment.
H A Dfldst06.s4 # Immediate form, no auto-increment.
23 # Immediate form, with auto-increment.
42 # Index form, no auto-increment.
59 # Index form, with auto-increment.
H A Dfldst07.s4 # Immediate form, no auto-increment.
23 # Immediate form, with auto-increment.
42 # Index form, no auto-increment.
59 # Index form, with auto-increment.
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/i860/
H A Dregress01.s1 # Test fst.* with and without auto-increment.
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/fixedbugs/
H A Dbug060.go16 print("map does not increment\n");

Completed in 330 milliseconds

1234