Searched refs:a64 (Results 1 - 25 of 53) sorted by relevance

123

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.target/mips/
H A Ddspr2-MULT.c10 typedef long long a64; typedef
12 NOMIPS16 a64 test (a64 *a, int *b, int *c)
14 a[0] = (a64) b[0] * c[0];
15 a[1] = (a64) b[1] * c[1];
H A Ddspr2-MULTU.c10 typedef unsigned long long a64; typedef
12 NOMIPS16 a64 test (a64 *a, unsigned int *b, unsigned int *c)
14 a[0] = (a64) b[0] * c[0];
15 a[1] = (a64) b[1] * c[1];
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/decimal/
H A Doperator_neg.cc29 decimal64 a64, b64, c64; variable
36 a64 = b64 % c64; // { dg-error "error" }
41 a64 = 10 % c64; // { dg-error "error" }
44 a64 = b64 % 5; // { dg-error "error" }
52 a64 = b64 >> c64; // { dg-error "error" }
57 a64 = 10 >> c64; // { dg-error "error" }
60 a64 = b64 >> 5; // { dg-error "error" }
68 a64 = b64 << c64; // { dg-error "error" }
73 a64 = 10 << c64; // { dg-error "error" }
76 a64
[all...]
H A Dmixed-mode_neg.cc33 decimal64 a64, b64, c64; variable
45 a64 = b64 + d; // { dg-error "error" }
46 a64 = ld + b64; // { dg-error "error" }
56 a64 = b64 - d; // { dg-error "error" }
57 a64 = ld - b64; // { dg-error "error" }
67 a64 = b64 * d; // { dg-error "error" }
68 a64 = ld * b64; // { dg-error "error" }
78 a64 = b64 / d; // { dg-error "error" }
79 a64 = ld / b64; // { dg-error "error" }
156 a64
[all...]
H A Dunary-arith.cc28 decimal64 a64 (124), b64 (-124);
54 a = +a64; VERIFY (a == a64);
63 a = -a64; VERIFY (a == b64);
64 a = -b64; VERIFY (a == a64);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.target/powerpc/
H A Dpr39902-2.c9 extern _Decimal64 a64, b64;
21 b64 = a64 * -1.0DD;
/netbsd-6-1-5-RELEASE/regress/lib/libc/divrem/
H A Ddivremtest.c85 intmax_t a64, b64, sr64; local
130 a64 = IM(1) << i;
135 T64S( a64 + k, b64 + l, sr64);
136 T64S( a64 + k, -b64 + l, sr64);
137 T64S(-a64 + k, b64 + l, sr64);
138 T64S(-a64 + k, -b64 + l, sr64);
139 T64U(UIM(a64) + k, UIM(b64) + l, ur64);
146 for(a64 = -(1 << KLE); a64 < 1 << KLE; ++a64) {
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/libelf/dist/
H A Dlibelf_align.c46 int a64; member in struct:align
52 .a64 = sizeof(Elf64_##N) \
56 .a64 = sizeof(Elf64_##V) \
61 .a64 = __alignof__(Elf64_##N) \
65 .a64 = __alignof__(Elf64_##V) \
72 .a64 = 0 \
77 [ELF_T_BYTE] = { .a32 = 1, .a64 = 1 },
118 malign[t].a64);
121 #define FALIGN(A32,A64) { .a32 = (A32), .a64 = (A64) }
166 falign[t].a64);
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/testsuite/ld-powerpc/
H A Daix-glink-1-64.d3 #as: -a64
H A Daix-glink-3-64.d3 #as: -a64
H A Daix-weak-3-64.d3 #as: -a64 --defsym size=64
H A Dsymtocbase.d3 #as: -a64
H A Dtlsopt1.d3 #as: -a64
H A Dtlsopt2.d3 #as: -a64
H A Dtlsopt3.d3 #as: -a64
H A Dtlsopt4.d3 #as: -a64
H A Dtlstoc.d3 #as: -a64
H A Dtlsmark.d3 #as: -a64
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/c-c++-common/dfp/
H A Dpr39902.c45 volatile u64 a64; variable
136 a64.d = p64_2_0.d * p64_1.d;
137 if (! (COMPARE64 (a64, p64_2_0)))
140 a64.d = p64_2_0.d * 1.DD;
141 if (! (COMPARE64 (a64, p64_2_0)))
144 a64.d = p64_2_0.d * m64_1.d;
145 if (! (COMPARE64 (a64, m64_2_0)))
148 a64.d = p64_2_0.d * -1.DD;
149 if (! (COMPARE64 (a64, m64_2_0)))
155 a64
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/ppc/
H A Daltivec_xcoff64.s2 #as: -a64 -mppc64 -maltivec
H A Dtextalign-xcoff-002.d3 #as: -mppc64 -a64
H A Daltivec_xcoff64.d1 #as: -a64 -mppc64 -maltivec
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/dfp/
H A Dfe-binop.c9 volatile _Decimal64 a64, b64, c64; variable
16 BINOP (101, /, a64, 2.0dd, b64, 0.dd, c64, FE_DIVBYZERO)
20 BINOP (201, /, a64, 0.dd, b64, 0.dd, c64, FE_INVALID)
23 BINOP (204, /, a64, inf64, b64, inf64, c64, FE_INVALID)
27 BINOP (208, *, a64, 0.df, b64, __builtin_infd64(), c64, FE_INVALID)
28 BINOP (209, *, a64, __builtin_infd64(), b64, 0.df, c64, FE_INVALID)
32 BINOP (213, +, a64, inf64, b64, -inf64, c64, FE_INVALID)
35 BINOP (216, -, a64, inf64, b64, inf64, c64, FE_INVALID)
39 BINOP (301, /, a64, 9.9e382dd, b64, 1.e-3dd, c64, FE_OVERFLOW|FE_INEXACT)
42 BINOP (304, +, a64, 9.
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.target/i386/
H A Dmmx-4.c29 vecInWord a64, b64, c64, d64, e64; variable
65 a64.s[0] = 0x0123;
66 a64.s[1] = 0x0123;
67 a64.s[2] = 0x0123;
68 a64.s[3] = 0x0123;
70 m64_16 = a64.v;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.target/i386/
H A Dmmx-4.c33 vecInWord a64, b64, c64, d64, e64; variable
74 a64.s[0] = 0x0123;
75 a64.s[1] = 0x0123;
76 a64.s[2] = 0x0123;
77 a64.s[3] = 0x0123;
79 m64_16 = a64.v;

Completed in 146 milliseconds

123