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

1234567891011>>

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/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...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/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;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/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;
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dsum.c5 int sum(int *list, int low, int high) argument
7 int sum(list, low, high)
8 int *list, low, high;
12 for (i = low; i <= high; i++)
H A Daverage.c17 void print_average(int *list, int low, int high) argument
19 void print_average(list, low, high)
20 int *list, low, high;
24 total = sum(list, low, high);
25 num_elements = high - low; /* note this is an off-by-one bug */
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/testsuite/gdb.hp/gdb.compat/
H A Dsum.c5 int sum(int *list, int low, int high) argument
7 int sum(list, low, high)
8 int *list, low, high;
12 for (i = low; i <= high; i++)
H A Daverage.c17 void print_average(int *list, int low, int high) argument
19 void print_average(list, low, high)
20 int *list, low, high;
24 total = sum(list, low, high);
25 num_elements = high - low; /* note this is an off-by-one bug */
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/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)
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/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)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/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" }
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/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-error "non-standard" }
H A Dcase-range2.C6 const int low = -2; variable
14 case low ... high : return i + 1; // { dg-error "" }
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/unsorted/
H A Dbad.c4 struct {signed long low, high;} si; member in struct:longlong::__anon5657
5 struct {unsigned long low, high;} ui; member in struct:longlong::__anon5658
19 uu.si.low = -uu.si.low;
20 if (uu.si.low == 0)
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/unsorted/
H A Dbad.c4 struct {signed long low, high;} si; member in struct:longlong::__anon3896
5 struct {unsigned long low, high;} ui; member in struct:longlong::__anon3897
19 uu.si.low = -uu.si.low;
20 if (uu.si.low == 0)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/picochip/libgccExtras/
H A Dashlsi3.c37 UHItype low, high; member in struct:USIstruct
57 /* Shift low and high words by the count. */
58 result.s.low = value.s.low << count;
62 word. Shift the upper `count' bits of the low word into the
66 temp = value.s.low >> temp;
74 result.s.high = value.s.low << count;
75 result.s.low = 0;
H A Dlshrsi3.c33 UHItype low, high; member in struct:USIstruct
52 /* Shift low and high words by the count. */
53 result.s.low = value.s.low >> count;
56 /* There is now a hole in the upper `count' bits of the low
58 low word. This only works when count isn't zero. */
61 result.s.low |= temp;
69 result.s.low = value.s.high >> count;
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/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)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Ddouble-int.c39 mask.low = ALL_ONES;
44 mask.low = ((unsigned HOST_WIDE_INT) 2 << (prec - 1)) - 1;
74 r.low = cst.low & mask.low;
90 snum = cst.low;
98 r.low = cst.low | ~mask.low;
103 r.low
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libmudflap/
H A Dmf-heuristics.c92 uintptr_t low; member in struct:proc_self_map_entry
107 (entry[i].low <= ptr) &&
119 void *low, *high; local
127 if (sscanf (buf, "%p-%p %4c", &low, &high, flags) == 3)
129 if ((uintptr_t) low <= ptr &&
136 entry[i].low = (uintptr_t) low;
145 i, (void *) low, (void *) high, buf);
147 __mfu_register ((void *) low, (size_t) (high-low),
[all...]

Completed in 237 milliseconds

1234567891011>>