Searched refs:_a (Results 1 - 25 of 114) sorted by relevance

12345

/haiku-buildtools/binutils/gas/testsuite/gas/h8300/
H A Dmov32bug.s2 .global _a
4 mov.l #_a-2000000000,er2
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/h8300/
H A Dmov32bug.s2 .global _a
4 mov.l #_a-2000000000,er2
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/parse/
H A Dstmtexpr2.C4 #define DMAX(a,b) ({double _a = (a), _b = (b); _a > _b ? _a : _b; })
/haiku-buildtools/gcc/libstdc++-v3/include/bits/
H A Dconcept_check.h48 #define __glibcxx_class_requires(_a,_b)
49 #define __glibcxx_class_requires2(_a,_b,_c)
50 #define __glibcxx_class_requires3(_a,_b,_c,_d)
51 #define __glibcxx_class_requires4(_a,_b,_c,_d,_e)
69 #define __glibcxx_class_requires(_a,_C) \
70 _GLIBCXX_CLASS_REQUIRES(_a, __gnu_cxx, _C);
71 #define __glibcxx_class_requires2(_a,_b,_C) \
72 _GLIBCXX_CLASS_REQUIRES2(_a, _b, __gnu_cxx, _C);
73 #define __glibcxx_class_requires3(_a,_b,_c,_C) \
74 _GLIBCXX_CLASS_REQUIRES3(_a, _
[all...]
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cpp0x/
H A Dudlit-args2.C6 int operator "" _a (const char *);
7 int operator "" _a (const char *, std::size_t);
8 int a = 123_a;
9 int a2 = "abc"_a;
H A Dconstexpr-ctor15.C11 constexpr A(int _a) : a(_a), aptr(&a) { } argument
H A Dinitlist92.C27 S(int _a) : a(_a) {} argument
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/ext/
H A Dattrib52.C7 unsigned char _a; member in class:CMymy
10 constexpr CMymy() : _a(), _b() {}
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/bfin/
H A D20090411-1.c16 static complex_fract16 csqu_fr16 (complex_fract16 _a) argument
20 __builtin_bfin_csqu_fr16 (__builtin_bfin_compose_2x16 ((_a).im, (_a).re));
26 complex_fract16 f (complex_fract16 _a) argument
28 return csqu_fr16 (_a);
H A D20090914-1.c22 complex_fract16 _a, complex_fract16 _b)
28 __builtin_bfin_compose_2x16 ((_a).im, (_a).re),
36 f (complex_fract16 _sum, complex_fract16 _a, complex_fract16 _b) argument
38 return (composite_complex_fract16) cmsu_fr16 (_sum, _a, _b);
21 cmsu_fr16(complex_fract16 _sum, complex_fract16 _a, complex_fract16 _b) argument
H A D20090914-2.c15 static complex_fract16 cmlt_fr16 (complex_fract16 _a, argument
21 i = __builtin_bfin_cmplx_mul(__builtin_bfin_compose_2x16((_a).im, (_a).re),
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dcvt4.C9 TP _a; member in class:B
11 B (A &(*f) (A &, TP), TP a) : _f (f), _a (a) {} function in class:B
13 { (*m._f) (o, m._a); return o; }
H A Dvisibility3.C5 // manip.cc:17: member `_a' is a private member of class `B<int>'
20 TP _a; member in class:B
22 B (A &(*f) (A &, TP), TP a) : _f (f), _a (a) {} function in class:B
30 (*m._f) (o, m._a);
/haiku-buildtools/binutils/gas/testsuite/gas/all/
H A Ddiff1.s5 _foo: .long _a - _b
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/all/
H A Ddiff1.s5 _foo: .long _a - _b
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/i386/
H A Dsse2-mmx.c23 __m64 _a, _b, one, sum, carry, onesCarry; local
34 _a = a[i];
37 sum = _mm_add_si64 (_a, _b);
42 onesCarry = _mm_and_si64 (_mm_xor_si64 (_a, _b), carry);
43 onesCarry = _mm_or_si64 (_mm_and_si64 (_a, _b), onesCarry);
46 _a = _mm_srli_si64 (_a, 1);
49 carry = _mm_add_si64 (_mm_add_si64 (_a, _b), onesCarry);
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/aarch64/simd/
H A Dvtrnf32.x4 test_vtrnf32 (float32x2_t _a, float32x2_t _b)
6 return vtrn_f32 (_a, _b);
H A Dvtrnp16.x4 test_vtrnp16 (poly16x4_t _a, poly16x4_t _b)
6 return vtrn_p16 (_a, _b);
H A Dvtrnp8.x4 test_vtrnp8 (poly8x8_t _a, poly8x8_t _b)
6 return vtrn_p8 (_a, _b);
H A Dvtrnqf32.x4 test_vtrnqf32 (float32x4_t _a, float32x4_t _b)
6 return vtrnq_f32 (_a, _b);
H A Dvtrnqp16.x4 test_vtrnqp16 (poly16x8_t _a, poly16x8_t _b)
6 return vtrnq_p16 (_a, _b);
H A Dvtrnqp8.x4 test_vtrnqp8 (poly8x16_t _a, poly8x16_t _b)
6 return vtrnq_p8 (_a, _b);
H A Dvtrnqs16.x4 test_vtrnqs16 (int16x8_t _a, int16x8_t _b)
6 return vtrnq_s16 (_a, _b);
H A Dvtrnqs32.x4 test_vtrnqs32 (int32x4_t _a, int32x4_t _b)
6 return vtrnq_s32 (_a, _b);
H A Dvtrnqs8.x4 test_vtrnqs8 (int8x16_t _a, int8x16_t _b)
6 return vtrnq_s8 (_a, _b);

Completed in 201 milliseconds

12345