Searched refs:representation (Results 1 - 24 of 24) sorted by relevance

/haiku-buildtools/gcc/libgcc/config/arm/
H A Dunwind-arm.c158 _Unwind_VRS_DataRepresentation representation,
166 if (representation != _UVRSD_UINT32
188 _Unwind_VRS_DataRepresentation representation,
196 if (representation != _UVRSD_UINT32
219 _Unwind_VRS_DataRepresentation representation)
231 if (representation != _UVRSD_UINT32)
262 if ((representation != _UVRSD_VFPX && representation != _UVRSD_DOUBLE)
263 || start + count > (representation == _UVRSD_VFPX ? 16 : 32)
264 || (representation
155 _Unwind_VRS_Get(_Unwind_Context *context, _Unwind_VRS_RegClass regclass, _uw regno, _Unwind_VRS_DataRepresentation representation, void *valuep) argument
185 _Unwind_VRS_Set(_Unwind_Context *context, _Unwind_VRS_RegClass regclass, _uw regno, _Unwind_VRS_DataRepresentation representation, void *valuep) argument
216 _Unwind_VRS_Pop(_Unwind_Context *context, _Unwind_VRS_RegClass regclass, _uw discriminator, _Unwind_VRS_DataRepresentation representation) argument
[all...]
/haiku-buildtools/gcc/gcc/fortran/
H A Dtrans-const.c304 /* If it is has a prescribed memory representation, we build a string
310 if (expr->representation.string)
313 gfc_build_string_const (expr->representation.length,
314 expr->representation.string));
319 if (expr->representation.string)
322 gfc_build_string_const (expr->representation.length,
323 expr->representation.string));
328 if (expr->representation.string)
332 gfc_build_string_const (expr->representation.length,
333 expr->representation
[all...]
H A Dtarget-memory.c119 return e->representation.length;
142 /* Return the size of an expression in its target representation. */
301 /* If we already have a target-memory representation, we use that rather
303 if (source->representation.string)
305 memcpy (buffer, source->representation.string,
306 source->representation.length);
307 return source->representation.length;
582 result->representation.length =
588 result->representation.length =
594 result->representation
[all...]
H A Darith.c138 GNU MP representation. */
2269 /* Helper function to set the representation in a Hollerith conversion.
2278 src_len = src->representation.length - src->ts.u.pad;
2288 result->representation.string = XCNEWVEC (char, result_len + 1);
2289 memcpy (result->representation.string, src->representation.string,
2293 memset (&result->representation.string[src_len], ' ', result_len - src_len);
2295 result->representation.string[result_len] = '\0'; /* For debugger */
2296 result->representation.length = result_len;
2309 gfc_interpret_integer (kind, (unsigned char *) result->representation
[all...]
H A Ddata.c161 len = rvalue->representation.length - rvalue->ts.u.pad;
187 dest[start+i] = rvalue->representation.string[i];
199 init->representation.length = init->value.character.length;
200 init->representation.string
H A Dprimary.c300 e->representation.string = XCNEWVEC (char, num + pad + 1);
312 e->representation.string[i] = (unsigned char) c;
317 e->representation.string[num + i] = ' ';
319 e->representation.string[num + i] = '\0';
320 e->representation.length = num + pad;
450 the representation method with the largest decimal exponent range
H A Dexpr.c285 /* Copy target representation, if it exists. */
286 if (p->representation.string)
288 c = XCNEWVEC (char, p->representation.length + 1);
289 q->representation.string = c;
290 memcpy (c, p->representation.string, (p->representation.length + 1));
313 if (p->representation.string)
315 = gfc_char_to_widechar (q->representation.string);
457 /* Free the representation. */
458 free (e->representation
[all...]
H A Diresolve.c744 dim->representation.length = shift->ts.kind;
909 dim->representation.length = shift->ts.kind;
H A Dgfortran.h1989 memory representation, and these cannot always be backformed from
1996 representation; member in struct:gfc_expr
H A Dtrans-expr.c4441 /* This function tells whether the middle-end representation of the expression
5258 || e->representation.length || e->ts.type == BT_CHARACTER
5266 e->representation.length);
6418 if (expr->representation.string)
/haiku-buildtools/gcc/libgcc/config/c6x/
H A Dunwind-c6x.c86 _Unwind_VRS_DataRepresentation representation,
94 if (representation != _UVRSD_UINT32)
117 _Unwind_VRS_DataRepresentation representation,
125 if (representation != _UVRSD_UINT32)
83 _Unwind_VRS_Get(_Unwind_Context *context, _Unwind_VRS_RegClass regclass, _uw regno, _Unwind_VRS_DataRepresentation representation, void *valuep) argument
114 _Unwind_VRS_Set(_Unwind_Context *context, _Unwind_VRS_RegClass regclass, _uw regno, _Unwind_VRS_DataRepresentation representation, void *valuep) argument
/haiku-buildtools/gcc/gmp/mpn/pyr/
H A Dadd_n.s25 movw $-1,tr0 # representation for carry clear
H A Dsub_n.s25 movw $-1,tr0 # representation for carry clear
/haiku-buildtools/cloog/
H A DREADME133 representation. You can choose to specify explicitly others integer
/haiku-buildtools/isl/doc/
H A Dimplementation.tex115 expensive to compute given only an implicit representation.
161 and in computing a unique representation for existentially quantified
165 of the internal representation of {\tt isl}.
186 In {\tt isl}, the dual simplex method uses the same representation
506 it would not be suitable as the (only) internal representation of
510 converted to this internal representation. Unfortunately, the conversion
512 of the representation.
517 quasts or a related representation as one of several possible internal
521 Currently, {\tt isl} also does not have an internal representation
813 it may be better to provide a direct representation fo
[all...]
/haiku-buildtools/legacy/binutils/texinfo/
H A Dtexinfo.tex3345 % representation of the skip.
/haiku-buildtools/libtool/doc/
H A Dtexinfo.tex3540 % representation of the skip.
/haiku-buildtools/autoconf/build-aux/
H A Dtexinfo.tex3813 % representation of the skip.
/haiku-buildtools/binutils/texinfo/
H A Dtexinfo.tex4521 % representation of the skip.
/haiku-buildtools/gcc/gmp/doc/
H A Dtexinfo.tex4293 % representation of the skip.
/haiku-buildtools/gcc/mpc/doc/
H A Dtexinfo.tex4525 % representation of the skip.
/haiku-buildtools/cloog/osl/autoconf/
H A Dtexinfo.tex4739 % representation of the skip.
/haiku-buildtools/gcc/mpfr/doc/
H A Dtexinfo.tex4739 % representation of the skip.
/haiku-buildtools/gcc/gcc/doc/include/
H A Dtexinfo.tex4749 % representation of the skip.

Completed in 498 milliseconds