Searched refs:left (Results 1 - 25 of 748) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/testsuite/ld-pe/
H A Dexports.s1 # Deliberately left empty.
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/arm/
H A Dblank.s1 @ this file left intentionally blank
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/testsuite/ld-arm/
H A Dblank.s1 @ this file left intentionally blank
/netbsd-6-1-5-RELEASE/sys/arch/hppa/spmath/
H A Dhppa.h44 #define Shiftdouble(left,right,amount,dest) \
45 /* int left, right, amount, dest; */ \
46 dest = ((left) << (32-(amount))) | ((unsigned int)(right) >> (amount))
49 #define Variableshiftdouble(left,right,amount,dest) \
50 /* unsigned int left, right; int amount, dest; */ \
52 else dest = ((((unsigned) left)&0x7fffffff) << (32-(amount))) | \
56 #define Variable_shift_double(left,right,amount,dest) \
57 /* unsigned int left, right; int amount, dest; */ \
58 dest = (left << (32-(amount))) | ((unsigned) right >> (amount))
H A Dsfcmp.c57 register unsigned int left, right; local
61 left = *leftptr;
66 if( (Sgl_exponent(left) == SGL_INFINITY_EXPONENT)
72 if( ( (Sgl_exponent(left) == SGL_INFINITY_EXPONENT)
73 && Sgl_isnotzero_mantissa(left)
74 && (Exception(cond) || Sgl_isone_signaling(left)))
90 else if( ((Sgl_exponent(left) == SGL_INFINITY_EXPONENT)
91 && Sgl_isnotzero_mantissa(left))
104 Sgl_xortointp1(left,right,xorresult);
107 /* left negativ
[all...]
H A Dsfsub.c57 register unsigned int left, right, result, extent; local
65 left = *leftptr;
70 Sgl_xortointp1(left,right,/*to*/save);
75 if ((result_exponent = Sgl_exponent(left)) == SGL_INFINITY_EXPONENT)
77 if (Sgl_iszero_mantissa(left))
95 *dstptr = left;
104 if (Sgl_isone_signaling(left))
110 Sgl_set_quiet(left);
128 *dstptr = left;
131 } /* End left Na
[all...]
H A Dsfadd.c57 register unsigned int left, right, result, extent; local
67 left = *leftptr;
72 Sgl_xortointp1(left,right,/*to*/save);
77 if ((result_exponent = Sgl_exponent(left)) == SGL_INFINITY_EXPONENT)
79 if (Sgl_iszero_mantissa(left))
97 *dstptr = left;
106 if (Sgl_isone_signaling(left))
112 Sgl_set_quiet(left);
130 *dstptr = left;
133 } /* End left Na
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.bugs/
H A D900324_05.C14 int_array &left = int_array_object; variable
19 left = right; // { dg-error "" } causes segfault
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.bugs/
H A D900324_05.C14 int_array &left = int_array_object; variable
19 left = right; // { dg-error "" } causes segfault
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/torture/
H A Dpr24257.c5 int buf, left; member in struct:A
12 while (s->left < 32) {
14 s->left += 8;
23 s->left = n;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/torture/
H A Dpr24257.c5 int buf, left; member in struct:A
12 while (s->left < 32) {
14 s->left += 8;
23 s->left = n;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/execute/
H A Dpr42006.c10 my_shift(unsigned int left, unsigned int right) argument
12 return (right > 100) ? left : (left >> right);
/netbsd-6-1-5-RELEASE/usr.bin/m4/
H A Dparser.y31 %left LOR
32 %left LAND
33 %left '|'
34 %left '^'
35 %left '&'
36 %left EQ NE
37 %left '<' LE '>' GE
38 %left LSHIFT RSHIFT
39 %left '+' '-'
40 %left '*' '/' '
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.brendan/
H A Doperators5.C13 base operator+ (const base& left, const base& right) argument
17 ret_val.i = left.i + right.i;
21 base operator- (const base& left, int right) argument
25 ret_val.i = left.i - right;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.brendan/
H A Doperators5.C13 base operator+ (const base& left, const base& right) argument
17 ret_val.i = left.i + right.i;
21 base operator- (const base& left, int right) argument
25 ret_val.i = left.i - right;
/netbsd-6-1-5-RELEASE/usr.bin/msgc/
H A Dmsgdb.h52 struct id_rec *left, *right; member in struct:id_rec
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/unsorted/
H A DPYRBUG.c9 int top, left, bottom, right; member in struct:__anon5655
16 && pt.h >= r->left && pt.h < r->right;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.target/i386/
H A Dpr37184.c6 rshift_u_s (unsigned int left, int right) argument
8 return left >> right;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/unsorted/
H A DPYRBUG.c9 int top, left, bottom, right; member in struct:__anon3894
16 && pt.h >= r->left && pt.h < r->right;
/netbsd-6-1-5-RELEASE/usr.bin/menuc/
H A Davl.c43 * struct id_rec *left, *right; / * Tree pointers. * /
81 return find_id (tree->left, id);
100 new_id->left = NULL;
109 /* Insert it on the left. */
110 if (insert_id (&((*root)->left), new_id))
123 B = (*root)->left;
127 A->left = B->right;
137 B->right = (*root)->left;
138 A->left = (*root)->right;
139 (*root)->left
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/src/crypto/
H A Daes-ctr.c34 size_t j, len, left = data_len; local
44 while (left > 0) {
47 len = (left < AES_BLOCK_SIZE) ? left : AES_BLOCK_SIZE;
51 left -= len;
/netbsd-6-1-5-RELEASE/dist/ipf/lib/
H A Dload_http.c33 int fd, len, left, port, endhdr, removed; local
57 left = snprintf(buffer, rem, "GET %s HTTP/1.0\r\n", url);
58 if (left < 0 || left > rem)
60 rem -= left;
83 left = snprintf(buffer + left, rem, "Host: %s\r\n\r\n", s);
84 if (left < 0 || left > rem)
86 rem -= left;
[all...]
/netbsd-6-1-5-RELEASE/common/dist/zlib/contrib/blast/
H A Dblast.c42 unsigned left; /* available input at in */ member in struct:state
66 * bit buffer, using shift left.
75 if (s->left == 0) {
76 s->left = s->infun(s->inhow, &(s->in));
77 if (s->left == 0) longjmp(s->env, 1); /* out of input */
80 s->left--;
84 /* drop need bits and update buffer, always zero to seven bits left */
133 int left; /* bits left in next or left t local
191 int left; /* number of possible codes left of current length */ local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/zlib/contrib/blast/
H A Dblast.c40 unsigned left; /* available input at in */ member in struct:state
64 * bit buffer, using shift left.
73 if (s->left == 0) {
74 s->left = s->infun(s->inhow, &(s->in));
75 if (s->left == 0) longjmp(s->env, 1); /* out of input */
78 s->left--;
82 /* drop need bits and update buffer, always zero to seven bits left */
131 int left; /* bits left in next or left t local
189 int left; /* number of possible codes left of current length */ local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/
H A Derase_fn_imps.hpp123 const size_type left = partition(pred_t(pred)); local
125 _GLIBCXX_DEBUG_ASSERT(m_size >= left);
127 const size_type ersd = m_size - left;
129 for (size_type i = left; i < m_size; ++i)
135 resize_policy::get_new_size_for_arbitrary(left);
139 std::copy(m_a_entries, m_a_entries + left, a_entries);
150 m_size = left;
222 size_type left = 0; local
225 while (right + 1 != left)
227 _GLIBCXX_DEBUG_ASSERT(left <
[all...]

Completed in 334 milliseconds

1234567891011>>