Searched refs:ten (Results 1 - 25 of 33) sorted by relevance

12

/haiku-buildtools/gcc/gcc/testsuite/c-c++-common/asan/
H A Dno-asan-globals.c4 volatile int ten = 10; variable
8 XXX[ten];
H A Dno-instrument-reads.c4 volatile int ten = 10; variable
8 x[ten];
H A Dno-instrument-writes.c4 volatile int ten = 10; variable
8 x[ten] = 1;
H A Dsanitize-all-1.c4 volatile int ten = 10; variable
8 x[ten];
H A Dstack-overflow-1.c11 volatile int ten = 10; variable
16 int res = x[ten]; /* BOOOM */
H A Dglobal-overflow-1.c11 volatile int ten = 10; variable
20 int res = YYY[ten]; /* BOOOM */
21 res += XXX[ten/10] + ZZZ[ten/10];
H A Dheap-overflow-1.c17 volatile int ten = 10; variable
21 int res = x[ten]; /* BOOOM */
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/tree-ssa/
H A Dvrp05.c5 inline int ten() function
17 if (k >= ten())
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dpublic_private_module_2.f9033 PUBLIC :: one, seven, eight, ten
57 integer FUNCTION ten() bind(C, name='') function in module:M
58 ten = 48
59 END FUNCTION ten
/haiku-buildtools/binutils/gas/testsuite/gas/pe/
H A Dsection-align-3.s23 .section .ten,"dr3"
H A Dsection-align-3.d39 14 \.ten 0*0000010 0*0000000 0*0000000 0*00002bc 2\*\*3
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/bench/shootout/
H A Dpidigits.go58 ten = big.NewInt(10) var
97 accum.Mul(accum, ten)
98 numer.Mul(numer, ten)
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dbf-ms-layout-2.c93 struct ten { /* ms size 16 */ struct
158 struct ten test_ten;
222 check_struct_off (ten);
233 check_struct_size (ten);
H A Dbf-no-ms-layout.c88 struct ten { /* ms size 16 */ struct
153 struct ten test_ten;
217 check_struct_off (ten);
228 check_struct_size (ten);
H A Dbf-ms-layout.c88 struct ten { /* ms size 16 */ struct
153 struct ten test_ten;
217 check_struct_off (ten);
228 check_struct_size (ten);
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/powerpc/
H A Dpack03.c20 _Decimal128 ten = (_Decimal128)10.0; local
29 a *= ten;
/haiku-buildtools/gcc/gcc/testsuite/c-c++-common/cilk-plus/CK/
H A Dcilk-for-2.c17 test (int seven, int three, int two, int minustwo, int ten, argument
70 _Cilk_for (int i = zero; i < ten; i += two)
73 _Cilk_for (int i = zero; i <= ten; i += two)
76 _Cilk_for (int i = zero; i != ten; i += two)
79 _Cilk_for (int i = zero; i < ten; i -= minustwo)
82 _Cilk_for (int i = zero; i <= ten; i -= minustwo)
85 _Cilk_for (int i = zero; i != ten; i -= minustwo)
/haiku-buildtools/gcc/gcc/
H A Dreal.c1522 const REAL_VALUE_TYPE *one, *ten;
1581 ten = ten_to_ptwo (0);
1664 do_multiply (&u, &v, ten);
1716 do_multiply (&r, &r, ten);
1739 do_multiply (&r, &r, ten);
1746 do_multiply (&r, &r, ten);
1518 const REAL_VALUE_TYPE *one, *ten; local
/haiku-buildtools/legacy/gcc/gcc/
H A Dreal.c86 Haj.Ten.Brugge@net.HCC.nl (Herman ten Brugge).
4526 /* Powers of ten used in decimal <-> binary conversions. */
4703 unsigned EMUSHORT *p, *r, *ten;
4734 ten = &etens[NTEN][0];
4809 while (ecmp (ten, u) <= 0)
4830 emul (ten, y, y);
4697 unsigned EMUSHORT *p, *r, *ten; local
/haiku-buildtools/gcc/gmp/mpn/sparc64/
H A Daddmul_2.asm39 C can get almost ten free IEU slots, if we clean up bookkeeping and the
/haiku-buildtools/gcc/zlib/contrib/masmx64/
H A Dgvmat64.asm372 ;;; be spent in the first ten instructions.
/haiku-buildtools/gcc/zlib/contrib/masmx86/
H A Dmatch686.asm314 ;;; be spent in the first ten instructions.
/haiku-buildtools/binutils/zlib/contrib/masmx64/
H A Dgvmat64.asm372 ;;; be spent in the first ten instructions.
/haiku-buildtools/binutils/zlib/contrib/masmx86/
H A Dmatch686.asm314 ;;; be spent in the first ten instructions.
/haiku-buildtools/legacy/binutils/texinfo/
H A Dtexinfo.tex1386 \csname ten#1\endcsname % change the current font

Completed in 295 milliseconds

12