Searched refs:base (Results 126 - 150 of 1274) sorted by relevance

1234567891011>>

/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dcode-gen1.C8 struct base { struct
12 base (int ii) function in struct:base
17 base global_base (7);
19 int test2 (base formal_base);
34 int test2 (base formal_base)
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/i386/
H A Davx512vl-i32gatherd-1.c11 int *base; variable
16 x1 = _mm256_mmask_i32gather_epi32 (x1, 0xFF, idx1, base, 8);
17 x1 = _mm256_mmask_i32gather_epi32 (x1, m8, idx1, base, 8);
18 x2 = _mm_mmask_i32gather_epi32 (x2, 0xFF, idx2, base, 8);
19 x2 = _mm_mmask_i32gather_epi32 (x2, m8, idx2, base, 8);
H A Davx512vl-i32gatherpd-1.c12 double *base; variable
17 x1 = _mm256_mmask_i32gather_pd (x1, 0xFF, idx, base, 8);
18 x1 = _mm256_mmask_i32gather_pd (x1, m8, idx, base, 8);
19 x2 = _mm_mmask_i32gather_pd (x2, 0xFF, idx, base, 8);
20 x2 = _mm_mmask_i32gather_pd (x2, m8, idx, base, 8);
H A Davx512vl-i32gatherps-1.c13 float *base; variable
18 x1 = _mm256_mmask_i32gather_ps (x1, 0xFF, idx1, base, 8);
19 x1 = _mm256_mmask_i32gather_ps (x1, m8, idx1, base, 8);
20 x2 = _mm_mmask_i32gather_ps (x2, 0xFF, idx2, base, 8);
21 x2 = _mm_mmask_i32gather_ps (x2, m8, idx2, base, 8);
H A Davx512vl-i32gatherq-1.c11 long long *base; variable
16 x1 = _mm256_mmask_i32gather_epi64 (x1, 0xFF, idx, base, 8);
17 x1 = _mm256_mmask_i32gather_epi64 (x1, m8, idx, base, 8);
18 x2 = _mm_mmask_i32gather_epi64 (x2, 0xFF, idx, base, 8);
19 x2 = _mm_mmask_i32gather_epi64 (x2, m8, idx, base, 8);
H A Davx512vl-i64gatherd-1.c11 int *base; variable
16 x = _mm256_mmask_i64gather_epi32 (x, 0xFF, idx1, base, 8);
17 x = _mm256_mmask_i64gather_epi32 (x, m8, idx1, base, 8);
18 x = _mm_mmask_i64gather_epi32 (x, 0xFF, idx2, base, 8);
19 x = _mm_mmask_i64gather_epi32 (x, m8, idx2, base, 8);
H A Davx512vl-i64gatherpd-1.c13 double *base; variable
18 x1 = _mm256_mmask_i64gather_pd (x1, 0xFF, idx1, base, 8);
19 x1 = _mm256_mmask_i64gather_pd (x1, m8, idx1, base, 8);
20 x2 = _mm_mmask_i64gather_pd (x2, 0xFF, idx2, base, 8);
21 x2 = _mm_mmask_i64gather_pd (x2, m8, idx2, base, 8);
H A Davx512vl-i64gatherps-1.c12 float *base; variable
17 x = _mm256_mmask_i64gather_ps (x, 0xFF, idx1, base, 8);
18 x = _mm256_mmask_i64gather_ps (x, m8, idx1, base, 8);
19 x = _mm_mmask_i64gather_ps (x, 0xFF, idx2, base, 8);
20 x = _mm_mmask_i64gather_ps (x, m8, idx2, base, 8);
H A Davx512vl-i64gatherq-1.c11 long long *base; variable
16 x1 = _mm256_mmask_i64gather_epi64 (x1, 0xFF, idx1, base, 8);
17 x1 = _mm256_mmask_i64gather_epi64 (x1, m8, idx1, base, 8);
18 x2 = _mm_mmask_i64gather_epi64 (x2, 0xFF, idx2, base, 8);
19 x2 = _mm_mmask_i64gather_epi64 (x2, m8, idx2, base, 8);
/haiku-buildtools/gcc/gmp/tests/mpz/
H A Dt-pow.c29 check_one (mpz_srcptr want, mpz_srcptr base, unsigned long exp) argument
37 mpz_pow_ui (got, base, exp);
41 mpz_trace (" base", base);
48 mpz_set (got, base);
53 mpz_trace (" base", base);
60 if (mpz_fits_ulong_p (base))
62 unsigned long base_u = mpz_get_ui (base);
67 printf (" base
79 check_base(mpz_srcptr base) argument
100 const char *base; member in struct:__anon1917
146 mpz_t base; local
163 mpz_t base, want; local
[all...]
/haiku-buildtools/gcc/gcc/fortran/
H A Dconstructor.h29 gfc_constructor_base gfc_constructor_copy (gfc_constructor_base base);
33 void gfc_constructor_free (gfc_constructor_base base);
38 gfc_constructor *gfc_constructor_append (gfc_constructor_base *base,
41 gfc_constructor *gfc_constructor_append_expr (gfc_constructor_base *base,
47 gfc_constructor *gfc_constructor_insert (gfc_constructor_base *base,
50 gfc_constructor *gfc_constructor_insert_expr (gfc_constructor_base *base,
59 gfc_constructor *gfc_constructor_lookup (gfc_constructor_base base, int n);
62 gfc_constructor *c = gfc_constructor_lookup (base, n);
65 gfc_expr *gfc_constructor_lookup_expr (gfc_constructor_base base, int n);
77 gfc_constructor *gfc_constructor_first (gfc_constructor_base base);
[all...]
/haiku-buildtools/binutils/gas/testsuite/gas/i386/
H A Dcr-err.l2 .*:[0-9]+: Error: .\(%cr0\). is not a valid base/index expression
3 .*:[0-9]+: Error: .\(%cr7\). is not a valid base/index expression
4 .*:[0-9]+: Error: .\(%cr8\). is not a valid base/index expression
5 .*:[0-9]+: Error: .\(%cr15\). is not a valid base/index expression
6 .*:[0-9]+: Error: .\(%db0\). is not a valid base/index expression
7 .*:[0-9]+: Error: .\(%db7\). is not a valid base/index expression
8 .*:[0-9]+: Error: .\(%dr0\). is not a valid base/index expression
9 .*:[0-9]+: Error: .\(%dr7\). is not a valid base/index expression
10 .*:[0-9]+: Error: .\(%tr0\). is not a valid base/index expression
11 .*:[0-9]+: Error: .\(%tr7\). is not a valid base/inde
[all...]
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/i386/
H A Dcr-err.l2 .*:[0-9]+: Error: .\(%cr0\). is not a valid base/index expression
3 .*:[0-9]+: Error: .\(%cr7\). is not a valid base/index expression
4 .*:[0-9]+: Error: .\(%cr8\). is not a valid base/index expression
5 .*:[0-9]+: Error: .\(%cr15\). is not a valid base/index expression
6 .*:[0-9]+: Error: .\(%db0\). is not a valid base/index expression
7 .*:[0-9]+: Error: .\(%db7\). is not a valid base/index expression
8 .*:[0-9]+: Error: .\(%dr0\). is not a valid base/index expression
9 .*:[0-9]+: Error: .\(%dr7\). is not a valid base/index expression
10 .*:[0-9]+: Error: .\(%tr0\). is not a valid base/index expression
11 .*:[0-9]+: Error: .\(%tr7\). is not a valid base/inde
[all...]
/haiku-buildtools/gcc/gmp/mpn/generic/
H A Dsizeinbase.c33 mpn_sizeinbase (mp_srcptr xp, mp_size_t xsize, int base) argument
39 ASSERT (base >= 2);
40 ASSERT (base < numberof (mp_bases));
50 if (POW2_P (base))
53 lb_base = mp_bases[base].big_base;
57 return (size_t) (totbits * mp_bases[base].chars_per_bit_exactly) + 1;
/haiku-buildtools/legacy/gcc/gcc/f/
H A Dproj.c27 strtoul (const char *nptr, char **endptr, int base) argument
32 assert (base == 10);
49 bsearch (const void *key, const void *base, size_t nmemb, size_t size, argument
59 if ((cmp = (*compar) (key, base)) == 0)
60 return base;
63 base += size;
/haiku-buildtools/binutils/gas/testsuite/gas/arm/
H A Dsrs-t2.l2 [^:]*:8: Error: SRS base register must be r13 -- `srsdb r4,#13'
3 [^:]*:9: Error: SRS base register must be r13 -- `srsia r4,#13'
4 [^:]*:16: Error: SRS base register must be r13 -- `srsea r4,#13'
5 [^:]*:17: Error: SRS base register must be r13 -- `srsfd r4,#13'
6 [^:]*:18: Error: SRS base register must be r13 -- `srs r4,#13'
H A Dldrd-unpredictable.l4 [^:]*:8: Warning: source register same as write-back base
5 [^:]*:9: Warning: base register written back, and overlaps second transfer register
6 [^:]*:13: Warning: source register same as write-back base
7 [^:]*:14: Warning: base register written back, and overlaps second transfer register
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.robertl/
H A Deb52.C2 class base { class
7 class d1 : public virtual base {
14 base::f();
25 base::f();
28 class d1_and_base : public virtual d1, public virtual base {
36 base::f();
/haiku-buildtools/gcc/gmp/mpz/
H A Dset_str.c1 /* mpz_set_str(mp_dest, string, base) -- Convert the \0-terminated
2 string STRING in base BASE to multiple precision integer in
4 the base in the C standard way, i.e. 0xhh...h means base 16,
5 0oo...o means base 8, otherwise assume base 10.
34 mpz_set_str (mpz_ptr x, const char *str, int base) argument
46 if (base > 36)
51 if (base > 62)
52 return -1; /* too large base */
[all...]
/haiku-buildtools/gcc/libquadmath/printf/
H A D_itoa.h23 /* Convert VALUE into ASCII in base BASE (2..16).
33 unsigned int base, int upper_case)
37 switch (base)
51 *--buflim = digits[value % base];
52 while ((value /= base) != 0);
59 unsigned int base, int upper_case)
63 switch (base)
70 *--buflim = digits[value % base];
71 while ((value /= base) != 0);
32 _itoa_word(unsigned long value, char *buflim, unsigned int base, int upper_case) argument
58 _itoa(uint64_t value, char *buflim, unsigned int base, int upper_case) argument
H A D_itowa.h23 /* Convert VALUE into ASCII in base BASE (2..16).
34 unsigned int base, int upper_case)
40 switch (base)
54 *--bp = digits[value % base];
55 while ((value /= base) != 0);
63 unsigned int base, int upper_case)
69 switch (base)
76 *--bp = digits[value % base];
77 while ((value /= base) != 0);
33 _itowa_word(unsigned long value, wchar_t *buflim, unsigned int base, int upper_case) argument
62 _itowa(uint64_t value, wchar_t *buflim, unsigned int base, int upper_case) argument
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/debug/
H A Dpr34895.C12 typedef const A base; typedef in struct:B
13 using base::operator();
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/torture/
H A Dpr33589-1.C2 struct base { void somemethod() {} }; struct
3 struct derived : public base { };
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.pt/
H A Dmemtemp76.C3 class base class
9 class der: public base
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D20020225-1.c7 unsigned long foo (unsigned long base, unsigned int val) argument
9 return base + (val & 0x80000001);

Completed in 206 milliseconds

1234567891011>>