Searched refs:v6 (Results 1 - 25 of 301) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/compile/
H A Dvector-4.c7 __attribute__ ((vector_size (8))) signed char v4, v5, v6; variable
11 v4 = v5 + v6;
H A D20020701-1.c25 char *v6; local
36 v6 = strchr (v5, ',');
43 if (a == v3 && e == v6)
52 v6 = strchr (v5, ',');
59 if (a == v3 && e == v6)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/
H A DWcxx-compat-19.c14 static int v6; /* { dg-message "previous declaration" } */ variable
15 static int v6 = 1; /* { dg-warning "invalid in C\[+\]\[+\]" } */ variable
H A Dsimd-3.c11 __attribute__ ((vector_size (8))) signed char v4, v5, v6; variable
15 v4 = v5 + v6;
H A DWcxx-compat-17.c9 const struct s v6 = { 0, 0 }; variable in typeref:struct:s
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/
H A Dsimd-3.c11 __attribute__ ((vector_size (8))) signed char v4, v5, v6; variable
15 v4 = v5 + v6;
/netbsd-6-1-5-RELEASE/etc/namedb/
H A DMakefile3 CONFIGFILES= 127 root.cache localhost loopback.v6
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/testsuite/ld-arm/
H A Dattr-merge-4a.s6 @ Tag_also_compatible_with = v6-M
H A Dattr-merge-4b.s3 @ Tag_CPU_arch = v6-M
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gold/testsuite/
H A Dlarge.c32 int v6; variable
43 assert (v6 == 0);
49 assert (&v6 < v3 && &v6 < v4 && &v6 < v5);
H A Dtls_test.cc74 static __thread int v6; variable
142 return &v6;
154 CHECK_EQ_OR_RETURN(v6, 60);
215 CHECK_EQ_OR_RETURN(v6, 60);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/c-c++-common/dfp/
H A Dpr39034.c14 volatile float v1 = 28.f, v2 = 3.f, v3 = 9.f, v4 = 31.f, v5 = 3.f, v6 = 10.f; local
15 float b32 = (float)((v1/v2-v3) - (v4/v5-v6));
16 _Decimal32 d32 = (float)((v1/v2-v3) - (v4/v5-v6));
27 volatile double v1 = 28., v2 = 3., v3 = 9., v4 = 31., v5 = 3., v6 = 10.; local
28 double b64 = (double)((v1/v2-v3) - (v4/v5-v6));
29 _Decimal64 d64 = (double)((v1/v2-v3) - (v4/v5-v6));
41 v4 = 31.l, v5 = 3.l, v6 = 10.l; local
42 long double b128 = (long double)((v1/v2-v3) - (v4/v5-v6));
43 _Decimal128 d128 = (long double)((v1/v2-v3) - (v4/v5-v6));
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/26_numerics/valarray/
H A Ddr630-1.cc42 const valarray<int> v6(-1, 10000);
44 v5 = v6;
45 VERIFY( v5.size() == v6.size() );
46 VERIFY( (v5 == v6).min() == true );
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/vmx/
H A Ddct.c7 vector signed short v0, v1, v2, v3, v4, v5, v6, v7; local
17 v6 = vec_mergeh (input[3], input[7]);
24 x4 = vec_mergeh (v2, v6);
25 x5 = vec_mergel (v2, v6);
44 vector signed short v0, v1, v2, v3, v4, v5, v6, v7, v8, v9; local
71 v6 = vec_subs (input[2], input[5]);
84 v0 = vec_subs (v7, v6); /* (V1-V6) - (V2-V5) */
85 v1 = vec_adds (v7, v6); /* (V1-V6) + (V2-V5) */
93 v6 = vec_mradds (v4, mul2, mul6);
94 in[6] = vec_subs (v6, v
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/vmx/
H A Ddct.c7 vector signed short v0, v1, v2, v3, v4, v5, v6, v7; local
17 v6 = vec_mergeh (input[3], input[7]);
24 x4 = vec_mergeh (v2, v6);
25 x5 = vec_mergel (v2, v6);
44 vector signed short v0, v1, v2, v3, v4, v5, v6, v7, v8, v9; local
71 v6 = vec_subs (input[2], input[5]);
84 v0 = vec_subs (v7, v6); /* (V1-V6) - (V2-V5) */
85 v1 = vec_adds (v7, v6); /* (V1-V6) + (V2-V5) */
93 v6 = vec_mradds (v4, mul2, mul6);
94 in[6] = vec_subs (v6, v
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/src/utils/
H A Dip_addr.c33 if (inet_ntop(AF_INET6, &addr->u.v6, buf, buflen) == NULL)
56 if (os_memcmp(&a->u.v6, &b->u.v6, sizeof(a->u.v6)) != 0)
75 if (inet_pton(AF_INET6, txt, &addr->u.v6) > 0) {
H A Dip_addr.h23 struct in6_addr v6; member in union:hostapd_ip_addr::__anon2553
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/compile/
H A D20020701-1.c25 char *v6; local
36 v6 = strchr (v5, ',');
43 if (a == v3 && e == v6)
52 v6 = strchr (v5, ',');
59 if (a == v3 && e == v6)
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/arm/
H A Darchv6s-m-bad.d1 #name: Valid v6S-M, invalid v6-M
H A Dattr-march-armv6.d11 Tag_CPU_arch: v6
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/opcodes/
H A Dsparc-opc.c44 #define v6 (MASK_V6 | MASK_V7 | MASK_V8 | MASK_SPARCLET \ macro
46 /* v6 insns not supported on the sparclet. */
64 /* v6 insns not supported by v9. */
76 { "v6", MASK_V6 },
178 { "ld", F3(3, 0x00, 0), F3(~3, ~0x00, ~0), "[1+2],d", 0, v6 },
179 { "ld", F3(3, 0x00, 0), F3(~3, ~0x00, ~0)|RS2_G0, "[1],d", 0, v6 }, /* ld [rs1+%g0],d */
180 { "ld", F3(3, 0x00, 1), F3(~3, ~0x00, ~1), "[1+i],d", 0, v6 },
181 { "ld", F3(3, 0x00, 1), F3(~3, ~0x00, ~1), "[i+1],d", 0, v6 },
182 { "ld", F3(3, 0x00, 1), F3(~3, ~0x00, ~1)|RS1_G0, "[i],d", 0, v6 },
183 { "ld", F3(3, 0x00, 1), F3(~3, ~0x00, ~1)|SIMM13(~0), "[1],d", 0, v6 }, /* l
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/opcodes/
H A Dsparc-opc.c44 #define v6 (MASK_V6 | MASK_V7 | MASK_V8 | MASK_SPARCLET \ macro
46 /* v6 insns not supported on the sparclet. */
64 /* v6 insns not supported by v9. */
76 { "v6", MASK_V6 },
178 { "ld", F3(3, 0x00, 0), F3(~3, ~0x00, ~0), "[1+2],d", 0, v6 },
179 { "ld", F3(3, 0x00, 0), F3(~3, ~0x00, ~0)|RS2_G0, "[1],d", 0, v6 }, /* ld [rs1+%g0],d */
180 { "ld", F3(3, 0x00, 1), F3(~3, ~0x00, ~1), "[1+i],d", 0, v6 },
181 { "ld", F3(3, 0x00, 1), F3(~3, ~0x00, ~1), "[i+1],d", 0, v6 },
182 { "ld", F3(3, 0x00, 1), F3(~3, ~0x00, ~1)|RS1_G0, "[i],d", 0, v6 },
183 { "ld", F3(3, 0x00, 1), F3(~3, ~0x00, ~1)|SIMM13(~0), "[1],d", 0, v6 }, /* l
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/ntpd/
H A Dntp_restrict.c215 int v6
225 if (v6)
232 if (v6) {
294 MASK_IPV6_ADDR(&masked, addr, &res->u.v6.mask);
295 if (ADDR6_EQ(&masked, &res->u.v6.addr)
310 * the v4 or v6 address and mask as appropriate. Other fields in the
316 int v6
323 if (v6) {
325 cb = sizeof(pmatch->u.v6);
387 cmp = ADDR6_CMP(&r1->u.v6
483 int v6; local
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/tests/system/dlzexternal/ns1/
H A Dnamed.conf.in29 listen-on-v6 { none; };
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/tests/system/inline/ns5/
H A Dnamed.conf.pre32 listen-on-v6 { none; };

Completed in 264 milliseconds

1234567891011>>