Searched refs:high (Results 1 - 25 of 457) sorted by relevance

1234567891011>>

/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dpr15825-1.c5 unsigned int foo(long long high, int unsigned_p) argument
8 if (high < 0)
H A D20020607-1.c9 long high; member in struct:cpp_num
14 #define num_eq(num1, num2) (num1.low == num2.low && num1.high == num2.high)
21 lhs.high = 0;
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dassumed_rank_1.f9068 subroutine foo(a, rnk, low, high, val)
71 integer, intent(in) :: low(:), high(:), val(:) local in subroutine:foo
77 if (size(low) /= rnk .or. size(high) /= rnk) call abort()
78 if (size(a) /= product (high - low +1)) call abort()
82 if (high(1) /= ubound(a,1)) call abort()
83 if (size (a,1) /= high(1)-low(1)+1) call abort()
88 if (high(i) /= ubound(a,i)) call abort()
89 if (size (a,i) /= high(i)-low(i)+1) call abort()
92 call foo2(a, rnk, low, high, val)
96 subroutine foo2(a, rnk, low, high, va
99 integer, intent(in) :: low(:), high local in subroutine:foo2
124 integer, intent(in) :: low(:), high local in subroutine:foo3
[all...]
H A Dassumed_rank_2.f9061 subroutine foo(a, rnk, low, high, val)
64 integer, intent(in) :: low(:), high(:), val(:) local in subroutine:foo
70 if (size(low) /= rnk .or. size(high) /= rnk) call abort()
71 if (size(a) /= product (high - low +1)) call abort()
75 if (high(1) /= ubound(a,1)) call abort()
76 if (size (a,1) /= high(1)-low(1)+1) call abort()
81 if (high(i) /= ubound(a,i)) call abort()
82 if (size (a,i) /= high(i)-low(i)+1) call abort()
84 call foo2(a, rnk, low, high, val)
88 subroutine foo2(a, rnk, low, high, va
91 integer, intent(in) :: low(:), high local in subroutine:foo2
115 integer, intent(in) :: low(:), high local in subroutine:foo3
[all...]
H A Dpointer_function_result_1.f9023 INTEGER :: high local in function:every_fifth
25 high = UBOUND (ptr_array, 1)
26 ptr_fifth => ptr_array (low: high: 5)
H A Dpr20086.f908 if (line.ne.' stiffness reformed for this high step')call abort
13 2070 format (2x,37hstiffness reformed for this high step)
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/tree-ssa/
H A Dpr31966.c16 word high = n1 % d, quotient = 0; local
21 word high_top_bit = (high & MP_WORD_TOP_BIT);
23 high <<= 1;
24 high |= (n0 >> (MP_WORD_BITS-1-j)) & 1;
27 if(high_top_bit || high >= d)
29 high -= d;
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/i386/
H A Davx512f-vec-unpack.c9 long long foo_unpack_1 (int low, int high, int ind) argument
13 for (i = low; i <= high; i++)
19 long long foo_unpack_2 (int low, int high, int ind) argument
23 for (i = low; i <= high; i++)
29 long long foo_unpack_3 (int low, int high, int ind) argument
33 for (i = low; i <= high; i++)
39 int foo_unpack_4 (int low, int high, int ind) argument
43 for (i = low; i <= high; i++)
49 int foo_unpack_5 (int low, int high, int ind) argument
53 for (i = low; i <= high;
59 foo_unpack_6(int low, int high, int ind) argument
69 foo_expand_1(int low, int high, int ind) argument
79 foo_expand_2(int low, int high, int ind) argument
89 foo_expand_3(int low, int high, int ind) argument
99 foo_expand_4(int low, int high, int ind) argument
109 foo_expand_5(int low, int high, int ind) argument
119 foo_expand_6(int low, int high, int ind) argument
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A Dbad.c4 struct {signed long low, high;} si; member in struct:longlong::__anon1145
5 struct {unsigned long low, high;} ui; member in struct:longlong::__anon1146
21 uu.si.high = -uu.si.high;
23 uu.si.high = ~uu.si.high;
H A D981001-1.c3 unsigned short high = 0xb000; variable
8 (high & 0x8000) != (low & 0x8000)
10 && (high & 0x4000) == 0
H A Dpr59743.c7 int high; member in struct:__anon1179::__anon1180
16 r.s.high = r.s.high << 1 | r.s.low >> a;
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/ext/
H A Dcase-range1.C5 const int high = 15; variable
12 case low ... high : return i + 1;
H A Dcase-range3.C5 const int high = 15; variable
12 case low ... high : return i + 1; // { dg-warning "non-standard" }
H A Dcase-range2.C7 const int high = 15; variable
14 case low ... high : return i + 1; // { dg-error "previously" }
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dparse3.C12 int high; member in class:A
19 if (high==0)
/haiku-buildtools/gcc/libgomp/testsuite/libgomp.oacc-fortran/
H A Dsubarrays-2.f902 integer, parameter :: n = 20, c = 10, low = 5, high = 10 variable in program:subarrays
10 !$acc parallel copy (a(low:high))
12 do i = low, high
17 do i = low, high
27 !$acc parallel copyout (a(low:high))
29 do i = low, high
34 do i = low, high
43 !$acc parallel copyout (a(low:high)) copyin (b(low:high))
45 do i = low, high
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/torture/
H A Dpr69715.c3 struct __attribute__((may_alias)) S { long long low; int high; }; member in struct:S
/haiku-buildtools/binutils/gas/testsuite/gas/m32r/
H A Duppercase.s7 high: label
8 seth r0,#HIGH(high)
H A Dhigh-1.s1 ; Test high/shigh handling.
4 seth r4,#high(foo+0x10000)
7 seth r4,#high(0x12348765)
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/m32r/
H A Duppercase.s7 high: label
8 seth r0,#HIGH(high)
H A Dhigh-1.s1 ; Test high/shigh handling.
4 seth r4,#high(foo+0x10000)
7 seth r4,#high(0x12348765)
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/overload/
H A Dtemplate5.C7 int high(T a, T b, T c) { return a + b + c; } // { dg-message "template" } function
13 high (5, 6, 7, 8); // { dg-error "no matching function" }
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D20040703-1.c10 cpp_num_part high; member in struct:cpp_num
22 return (num.high & (cpp_num_part) 1 << (precision - 1)) == 0;
35 num.high &= ((cpp_num_part) 1 << precision) - 1;
41 num.high = 0;
60 num.high = num.low = sign_mask;
65 num.high = sign_mask, num.low |= sign_mask << precision;
67 num.high |= sign_mask << (precision - PART_PRECISION);
72 num.low = num.high;
73 num.high = sign_mask;
78 num.low = (num.low >> n) | (num.high << (PART_PRECISIO
[all...]
/haiku-buildtools/gcc/gcc/
H A Ddouble-int.c482 two remaining dividend digits by the high order quotient digit.
483 quo_est is never low and is at most 2 high. */
493 /* Refine quo_est so it's usually correct, and at most one high. */
514 /* If quo_est was high by one, then num[i] went negative and
628 of the result are set; the remaining high bytes are cleared. */
666 result.high |= value << (bitpos - HOST_BITS_PER_WIDE_INT);
685 mask.high = (HOST_WIDE_INT) m;
690 mask.high = 0;
743 r.high = cst.high
[all...]
H A Ddouble-int.h62 static double_int from_pair (HOST_WIDE_INT high, unsigned HOST_WIDE_INT low);
198 HOST_WIDE_INT high; member in struct:double_int
214 r.high = cst < 0 ? -1 : 0;
237 r.high = 0;
242 double_int::from_pair (HOST_WIDE_INT high, unsigned HOST_WIDE_INT low)
246 r.high = high;
308 return high == 0;
320 result.high = ~high;
[all...]

Completed in 143 milliseconds

1234567891011>>