Searched refs:low (Results 1 - 25 of 459) sorted by relevance

1234567891011>>

/haiku-buildtools/legacy/binutils/gas/
H A Dflonum-copy.c31 in_length = in->leader - in->low;
33 if (in->leader < in->low)
35 out->leader = out->low - 1; /* 0.0 case */
39 out_length = out->high - out->low;
50 memset ((char *) (out->low + in_length + 1), '\0',
54 memcpy ((void *) (out->low), (void *) (in->low),
57 out->leader = in->leader - in->low + out->low;
65 memcpy ((void *) (out->low), (voi
[all...]
H A Dflonum-mult.c89 int P; /* Scan product low-order -> high. */
102 size_of_a = a->leader - a->low;
103 size_of_b = b->leader - b->low;
105 size_of_product = product->high - product->low;
129 printf ("a:low[%d.]=%04x b:low[%d.]=%04x work_before=%08x\n",
130 A, a->low[A], B, b->low[B], work);
136 work += (unsigned long) a->low[A] * (unsigned long) b->low[
[all...]
/haiku-buildtools/binutils/gas/
H A Dflonum-copy.c30 in_length = in->leader - in->low;
32 if (in->leader < in->low)
34 out->leader = out->low - 1; /* 0.0 case */
38 out_length = out->high - out->low;
49 memset ((char *) (out->low + in_length + 1), '\0',
53 memcpy ((void *) (out->low), (void *) (in->low),
56 out->leader = in->leader - in->low + out->low;
64 memcpy ((void *) (out->low), (voi
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D981001-1.c2 unsigned short low = 0x4000; variable
8 (high & 0x8000) != (low & 0x8000)
9 && ( low & 0x4000) == 0x4000
14 low |= 0x4000;
H A Dpr59743.c6 int low; member in struct:__anon1179::__anon1180
14 r.s.low = 0;
16 r.s.high = r.s.high << 1 | r.s.low >> a;
17 r.s.low = r.s.low << b >> 1;
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
19 uu.si.low = -uu.si.low;
20 if (uu.si.low == 0)
H A Dpr45182.c4 void PlainRange (TypHandle hdList, long lenList, long low, long inc) argument
8 (((TypHandle*)((hdList)->ptr))[i] = (((TypHandle) (((long)(low + (i-1) *
/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()
81 if (low(1) /= lbound(a,1)) call abort()
83 if (size (a,1) /= high(1)-low(1)+1) call abort()
87 if (low(i) /= lbound(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, hig
99 integer, intent(in) :: low local in subroutine:foo2
124 integer, intent(in) :: low 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()
74 if (low(1) /= lbound(a,1)) call abort()
76 if (size (a,1) /= high(1)-low(1)+1) call abort()
80 if (low(i) /= lbound(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, hig
91 integer, intent(in) :: low local in subroutine:foo2
115 integer, intent(in) :: low local in subroutine:foo3
[all...]
H A Dpointer_function_result_1.f9022 INTEGER :: low local in function:every_fifth
24 low = LBOUND (ptr_array, 1)
26 ptr_fifth => ptr_array (low: high: 5)
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A D20020607-1.c2 gcc 3.0.4 mistakenly set lhs.low to 0 at the beginning of the num_eq
10 long low; member in struct:cpp_num
14 #define num_eq(num1, num2) (num1.low == num2.low && num1.high == num2.high)
20 lhs.low = num_eq (lhs, rhs);
32 if (result.low)
36 if (!result.low)
/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;
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/g++.dg/ext/
H A Dcase-range1.C4 const int low = -2; variable
12 case low ... high : return i + 1;
H A Dcase-range3.C4 const int low = -2; variable
12 case low ... high : return i + 1; // { dg-warning "non-standard" }
H A Dcase-range2.C6 const int low = -2; variable
14 case low ... high : return i + 1; // { dg-error "previously" }
/haiku-buildtools/binutils/gas/testsuite/gas/m32r/
H A Dhigh-1.s5 or3 r4,r4,#low(foo+0x10000)
8 or3 r4,r4,#low(0x12348765)
11 or3 r4,r4,#low(0x12348765)
14 or3 r4,r4,#low(0x87654321)
H A Dsigned-relocs.s2 ; check: shigh, high, low
6 add3 r0, r0, #low(0x87654321)
10 add3 r0, r0, #low(0x1234ffff)
15 or3 r0, r0, #low(0x87654321)
19 or3 r0, r0, #low(0x1234ffff)
24 ld r0, @(#low(0x87654320),r0)
26 ldh r0, @(#low(0x87654320),r0)
28 lduh r0, @(#low(0x87654320),r0)
30 ldb r0, @(#low(0x87654320),r0)
32 ldub r0, @(#low(
[all...]
H A Duppercase.s11 low: label
12 or3 r0,r0,#LOW(low)
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/m32r/
H A Dhigh-1.s5 or3 r4,r4,#low(foo+0x10000)
8 or3 r4,r4,#low(0x12348765)
11 or3 r4,r4,#low(0x12348765)
14 or3 r4,r4,#low(0x87654321)
H A Dsigned-relocs.s2 ; check: shigh, high, low
6 add3 r0, r0, #low(0x87654321)
10 add3 r0, r0, #low(0x1234ffff)
15 or3 r0, r0, #low(0x87654321)
19 or3 r0, r0, #low(0x1234ffff)
24 ld r0, @(#low(0x87654320),r0)
26 ldh r0, @(#low(0x87654320),r0)
28 lduh r0, @(#low(0x87654320),r0)
30 ldb r0, @(#low(0x87654320),r0)
32 ldub r0, @(#low(
[all...]
H A Duppercase.s11 low: label
12 or3 r0,r0,#LOW(low)
/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, hig
[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/gcc/gcc/testsuite/g++.dg/overload/
H A Dtemplate5.C4 int low(T a, T b, T c) { return a + b + c; } // { dg-message "template" } function
11 low (5, 6); // { dg-error "no matching function" }
/haiku-buildtools/gcc/gcc/
H A Dhash-table.c84 unsigned int low = 0; local
87 while (low != high)
89 unsigned int mid = low + (high - low) / 2;
91 low = mid + 1;
97 gcc_assert (n <= prime_tab[low].prime);
99 return low;

Completed in 202 milliseconds

1234567891011>>