Searched refs:e10 (Results 1 - 25 of 64) sorted by relevance

123

/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A DBUG12.c4 return 1.1e10;
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/g77/
H A D19990313-0.f16 data r/4e10/
17 foo = 4e10
H A D19990313-2.f4 data c/(4e10,0)/
5 foo = 4e10
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dfmt_bz_bn.f23 if (f .ne. 2.002e10) call abort
/haiku-buildtools/gcc/gmp/tests/mpn/
H A Dt-matrix22.c30 mp_ptr e00, e01, e10, e11; member in struct:matrix
39 M->e10 = p; p += n+1;
57 MPN_COPY (R->e10, M->e10, M->n);
68 && mpn_cmp (A->e10, B->e10, A->n) == 0
78 mpn_random (M->e10, n);
101 r10 = R->e10; a10 = A->e10; b10 = B->e10;
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A DWcxx-compat-10.c71 typedef int e10; typedef
72 { enum e10 { J }; } enum
H A Dpr30260.c33 enum E1 { e10 = INT_MAX, e11 }; /* { dg-error "overflow in enumeration values" } */ enumerator in enum:E1
H A Dauto-type-2.c22 int __auto_type e10 = 0; /* { dg-error "two or more data types" } */ variable
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/i386/
H A Damd64-abi-5.c27 double e10; variable
44 e10 = va_arg (va_arglist, double);
61 assert (n10 == e10);
H A Damd64-abi-6.c27 double e10; variable
41 e10 = va_arg (va_arglist, double);
68 assert (n10 == e10);
H A Dvararg-3.c35 int e10; variable
58 e10 = va_arg (va_arglist, int);
80 assert (n10 == e10);
H A Dvararg-4.c35 int e10; variable
52 e10 = va_arg (va_arglist, int);
87 assert (n10 == e10);
H A Dvararg-7.c40 int e10; variable
63 e10 = va_arg (va_arglist, int);
85 assert (n10 == e10);
H A Dvararg-8.c40 int e10; variable
57 e10 = va_arg (va_arglist, int);
92 assert (n10 == e10);
H A Dvararg-10.c43 __m128i e10; variable
63 e10 = va_arg (va_arglist, __m128i);
103 assert (__builtin_memcmp (&e10, &n10, sizeof (e10)) == 0);
H A Dvararg-5.c38 __m128i e10; variable
64 e10 = va_arg (va_arglist, __m128i);
90 assert (__builtin_memcmp (&e10, &n10, sizeof (e10)) == 0);
H A Dvararg-6.c38 __m128i e10; variable
58 e10 = va_arg (va_arglist, __m128i);
98 assert (__builtin_memcmp (&e10, &n10, sizeof (e10)) == 0);
H A Dvararg-9.c43 __m128i e10; variable
69 e10 = va_arg (va_arglist, __m128i);
95 assert (__builtin_memcmp (&e10, &n10, sizeof (e10)) == 0);
/haiku-buildtools/gcc/gmp/mpn/x86_64/
H A Dlogops_n.asm95 jmp L(e10)
109 L(e10): movq 24(vp,n,8), %r9
142 jmp L(e10)
159 L(e10): movq 24(vp,n,8), %r9
193 jmp L(e10)
210 L(e10): movq 24(vp,n,8), %r9
H A Dcom.asm55 jmp L(e10)
69 L(e10): movq 24(up,n,8), %r9
/haiku-buildtools/gcc/gmp/mpn/x86_64/core2/
H A Daors_n.asm90 jmp L(e10)
114 L(e10):
/haiku-buildtools/binutils/gas/testsuite/gas/score/
H A Dbranch_32-lt.d233 0e10 00000000 00000000 00000000 00000000 .*
489 1e10 00000000 00000000 00000000 00000000 .*
745 2e10 00000000 00000000 00000000 00000000 .*
1001 3e10 00000000 00000000 00000000 00000000 .*
1257 4e10 00000000 00000000 00000000 00000000 .*
1513 5e10 00000000 00000000 00000000 00000000 .*
/haiku-buildtools/binutils/ld/testsuite/ld-arm/
H A Dcortex-a8-fix-bl-rel-plt.d9 8e04: e59fe004 ldr lr, \[pc, #4\] ; 8e10 <.*>
12 8e10: 0001027c \.word 0x0001027c
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/
H A Dliteral.go127 var f07 float32 = 1e10
128 var f08 float32 = -1e10
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/torture/
H A Dpr37922.C173 NumType const& e10, NumType const& e11, NumType const& e12,
175 : base_type(e00, e01, e02, e10, e11, e12, e20, e21, e22)
172 mat3(NumType const& e00, NumType const& e01, NumType const& e02, NumType const& e10, NumType const& e11, NumType const& e12, NumType const& e20, NumType const& e21, NumType const& e22) argument

Completed in 104 milliseconds

123