Searched refs:_a (Results 76 - 100 of 114) sorted by relevance

12345

/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/vect/
H A Dpr63148.c34 void check(double *_a, double *_b);
69 void check(double *_a, double *_b) argument
76 suma += _a[i];
/haiku-buildtools/binutils/gas/testsuite/gas/metag/
H A Dtls.d10 0: R_METAG_TLS_GD _a
H A Dtls.s2 ADD D1Ar1,D1Ar1,#(_a@TLSGD)
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cpp0x/
H A Dinitlist1.C11 struct B { A a; B(A _a): a(_a) {} }; argument
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/aarch64/simd/
H A Dint_comparisons_2.c13 BASETYPE##_t _a[2] = {2, 3}; \
14 BASETYPE##x2_t a = vld1##SUFFIX (_a); \
36 BASETYPE##_t _a[4] = {1, 2, 3, 4}; \
37 BASETYPE##x4_t a = vld1##SUFFIX (_a); \
61 BASETYPE##_t _a[8] = {1, 2, 3, 4, 5, 6, 7, 8}; \
62 BASETYPE##x8_t a = vld1##SUFFIX (_a); \
89 BASETYPE##_t _a[16] = {1, 2, 3, 4, 5, 6, 7, 8, 1, 2, 3, 4, 5, 6, 7, 8}; \
90 BASETYPE##x16_t a = vld1##SUFFIX (_a); \
/haiku-buildtools/gcc/libstdc++-v3/testsuite/25_algorithms/inplace_merge/
H A D1.cc58 S(int _a, int _b) : a(_a), b(_b) { } argument
/haiku-buildtools/gcc/gcc/config/spu/
H A Dvmx2spu.h168 #define vec_addc(_a, _b) spu_genc(_a, _b)
492 #define vec_cmpeq(_a, _b) spu_cmpeq(_a, _b)
507 #define vec_cmpgt(_a, _b) spu_cmpgt(_a, _b)
522 #define vec_cmplt(_a, _b) spu_cmpgt(_b, _a)
528 #define vec_ctf(_a, _b) spu_convtf(_a, _
[all...]
/haiku-buildtools/legacy/binutils/ld/
H A Dldlex.l102 CMDFILENAMECHAR [_a-zA-Z0-9\/\.\\_\+\$\:\[\]\\\,\=\&\!\<\>\-\~]
103 CMDFILENAMECHAR1 [_a-zA-Z0-9\/\.\\_\+\$\:\[\]\\\,\=\&\!\<\>\~]
104 FILENAMECHAR1 [_a-zA-Z\/\.\\\$\_\~]
105 SYMBOLCHARN [_a-zA-Z\/\.\\\$\_\~0-9]
106 FILENAMECHAR [_a-zA-Z0-9\/\.\-\_\+\=\$\:\[\]\\\,\~]
107 WILDCHAR [_a-zA-Z0-9\/\.\-\_\+\=\$\:\[\]\\\,\~\?\*]
110 NOCFILENAMECHAR [_a-zA-Z0-9\/\.\-\_\+\$\:\[\]\\\~]
112 V_TAG [.$_a-zA-Z][._a-zA-Z0-9]*
113 V_IDENTIFIER [*?.$_a
[all...]
/haiku-buildtools/gcc/gcc/config/rs6000/
H A Dsi2vmx.h279 #define si_a(_a, _b) ((qword)(vec_add((vec_uint4)(_a), (vec_uint4)(_b))))
281 #define si_ah(_a, _b) ((qword)(vec_add((vec_ushort8)(_a), (vec_ushort8)(_b))))
297 #define si_fa(_a, _b) ((qword)(vec_add((vec_float4)(_a), (vec_float4)(_b))))
317 #define si_addx(_a, _b, _c) ((qword)(vec_add(vec_add((vec_uint4)(_a), (vec_uint4)(_b)), \
323 #define si_and(_a, _b) ((qword)(vec_and((vec_uint4)(_a), (vec_uint
[all...]
H A Dspu2vmx.h198 #define spu_andc(_a, _b) vec_andc(_a, _b)
204 #define spu_avg(_a, _b) vec_avg(_a, _b)
436 #define spu_convtf(_a, _b) (vec_ctf(_a, _b))
441 #define spu_convts(_a, _b) (vec_cts(_a, _b))
446 #define spu_convtu(_a, _b) (vec_ctu(_a, _
[all...]
/haiku-buildtools/gcc/gmp/tests/cxx/
H A Dt-prec.cc37 mpf_srcptr _a = a.get_mpf_t(); \
40 ASSERT_ALWAYS(mpf_eq(_a, _c, prec)); \
/haiku-buildtools/binutils/ld/
H A Dldlex.l94 CMDFILENAMECHAR [_a-zA-Z0-9\/\.\\_\+\$\:\[\]\\\,\=\&\!\<\>\-\~]
95 CMDFILENAMECHAR1 [_a-zA-Z0-9\/\.\\_\+\$\:\[\]\\\,\=\&\!\<\>\~]
96 FILENAMECHAR1 [_a-zA-Z\/\.\\\$\_\~]
97 SYMBOLCHARN [_a-zA-Z\/\.\\\$\_\~0-9]
98 FILENAMECHAR [_a-zA-Z0-9\/\.\-\_\+\=\$\:\[\]\\\,\~]
99 WILDCHAR [_a-zA-Z0-9\/\.\-\_\+\=\$\:\[\]\\\,\~\?\*\^\!]
102 NOCFILENAMECHAR [_a-zA-Z0-9\/\.\-\_\+\$\:\[\]\\\~]
104 V_TAG [.$_a-zA-Z][._a-zA-Z0-9]*
105 V_IDENTIFIER [*?.$_a
[all...]
/haiku-buildtools/binutils/ld/testsuite/ld-aarch64/
H A Derratum843419.d17 [ ]*20000ff8: 90100000 adrp x0, 40000000 <[_a-zA-z0-9]+>
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/aarch64/
H A Dpr60675.C129 G4ErrorMatrix& _a; member in struct:G4ErrorMatrix::G4ErrorMatrix_row
141 return *(_a.m.begin()+_r*_a.ncol+c);
143 inline G4ErrorMatrix:: G4ErrorMatrix_row::G4ErrorMatrix_row(G4ErrorMatrix&a, G4int r) : _a(a) {
/haiku-buildtools/legacy/binutils/libiberty/
H A Dmaint-tool143 next unless /^[_a-zA-Z]/;
/haiku-buildtools/binutils/libiberty/
H A Dmaint-tool143 next unless /^[_a-zA-Z]/;
/haiku-buildtools/gcc/libiberty/
H A Dmaint-tool143 next unless /^[_a-zA-Z]/;
/haiku-buildtools/legacy/gcc/etc/
H A Dconfigure68 -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
111 if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
342 if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
/haiku-buildtools/legacy/gcc/texinfo/testsuite/
H A Dconfigure68 -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
111 if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
342 if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
/haiku-buildtools/gcc/gmp/
H A Dlonglong.h321 UWtype _x = (x), _y, _a, _c; \
323 __asm__ ("czx1.l %0 = %1" : "=r" (_a) : "r" (-_y | _y)); \
324 _c = (_a - 1) << 3; \
/haiku-buildtools/gcc/mpfr/src/
H A Dmpfr-longlong.h315 UWtype _x = (x), _y, _a, _c; \
317 __asm__ ("czx1.l %0 = %1" : "=r" (_a) : "r" (-_y | _y)); \
318 _c = (_a - 1) << 3; \
/haiku-buildtools/gcc/include/
H A Dlonglong.h570 UWtype _x = (x), _y, _a, _c; \
572 __asm__ ("czx1.l %0 = %1" : "=r" (_a) : "r" (-_y | _y)); \
573 _c = (_a - 1) << 3; \
/haiku-buildtools/binutils/include/
H A Dlonglong.h570 UWtype _x = (x), _y, _a, _c; \
572 __asm__ ("czx1.l %0 = %1" : "=r" (_a) : "r" (-_y | _y)); \
573 _c = (_a - 1) << 3; \
/haiku-buildtools/legacy/binutils/bfd/
H A Dbfd-in2.h1540 asection *_a = A; \
1542 asection *_next = _a->next; \
1544 _s->prev = _a; \
1545 _a->next = _s; \
/haiku-buildtools/legacy/autoconf/
H A Dconfigure68 -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
111 if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
342 if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then

Completed in 248 milliseconds

12345