Searched refs:dot (Results 1 - 25 of 231) sorted by relevance

12345678910

/netbsd-6-1-5-RELEASE/etc/skel/
H A DMakefile4 CONFIGFILES= dot.cshrc dot.login dot.logout dot.profile dot.shrc
7 FILESNAME_${F}= ${F:S/dot//}
/netbsd-6-1-5-RELEASE/etc/root/
H A DMakefile3 CONFIGFILES= dot.cshrc dot.klogin dot.login dot.profile dot.shrc
9 FILESNAME_${F}= ${F:S/dot//}
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/util/
H A Dget_domainname.c53 const char *dot; local
61 if ((dot = strchr(host, '.')) == 0 || strchr(dot + 1, '.') == 0) {
64 my_domain_name = mystrdup(dot + 1);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/compile/
H A D930120-1.c7 long int dot; variable
37 wx = dot;
38 w = dot;
41 wx = get((int)dot, itype);
43 w = (itolws.L=(wx), itolws.I[((dot)&3)>>1]);
73 psymoff(dot,ptype,":%16t");
87 printesc((int)(itolws.L=(wx), itolws.C[(dot)&3]));
89 printc((char)(itolws.L=(wx), itolws.C[(dot)&3]));
94 printf("%-8x", (itolws.L=(wx), itolws.C[(dot)&3]));
98 printf("%-8o", (itolws.L=(wx), itolws.C[(dot)
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/compile/
H A D930120-1.c7 long int dot; variable
37 wx = dot;
38 w = dot;
41 wx = get((int)dot, itype);
43 w = (itolws.L=(wx), itolws.I[((dot)&3)>>1]);
73 psymoff(dot,ptype,":%16t");
87 printesc((int)(itolws.L=(wx), itolws.C[(dot)&3]));
89 printc((char)(itolws.L=(wx), itolws.C[(dot)&3]));
94 printf("%-8x", (itolws.L=(wx), itolws.C[(dot)&3]));
98 printf("%-8o", (itolws.L=(wx), itolws.C[(dot)
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/vect/
H A Dvect-reduc-dot-u8b.c13 /* char->short->short dot product.
14 Detected as a dot-product pattern.
15 Should be vectorized on targets that support dot-product for unsigned chars,
16 but currently this test cannot be vectorized as a dot-product on targets
17 that support char->short->int dot-product.
34 unsigned short dot; local
39 dot = foo (N);
40 if (dot != DOT)
H A Dwrapv-vect-reduc-dot-s8b.c13 /* char->short->short dot product.
14 The dot-product pattern should be detected.
16 dot-product of signed char).
18 dot-product of chars into and int accumulator.
36 short dot; local
40 dot = foo (N);
41 if (dot != DOT)
H A Dvect-reduc-dot-s16a.c12 /* short->int->int dot product.
13 Detected as a dot-product pattern.
14 Vectorized on targets that support dot-product for signed shorts. */
34 int dot; local
45 dot = foo (N);
46 if (dot != DOT)
H A Dvect-reduc-dot-s16b.c13 /* short->short->int dot product. Should be vectorized on architectures
34 int i, dot; local
45 dot = foo (N);
46 if (dot != DOT)
H A Dvect-reduc-dot-u8a.c13 /* char->short->int dot product.
14 Detected as a dot-product pattern.
15 Should be vectorized on targets that support dot-product for unsigned chars
39 unsigned int dot; local
44 dot = foo (N);
45 if (dot != DOT)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.pt/
H A Dmemtemp65.C12 dot(In1 f1, In2 f2) function
22 dot(&a[0], &b[0]);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.pt/
H A Dmemtemp65.C12 dot(In1 f1, In2 f2) function
22 dot(&a[0], &b[0]);
/netbsd-6-1-5-RELEASE/external/bsd/pkg_install/dist/lib/
H A Dstr.c53 const char *dot; local
55 return ((dot = strrchr(basename_of(str), '.')) == NULL) ? "" : dot + 1;
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/testsuite/ld-selective/
H A Dkeepdot.d5 # Check that GC:ing does not mess up the default value for dot.
H A Dkeepdot0.d6 # Check that GC:ing does not mess up the value for dot when specified
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.robertl/
H A Deb65.C15 dot(In1 f1, In2 f2) function
24 double s = dot(&a[0], &b[0]);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.robertl/
H A Deb65.C15 dot(In1 f1, In2 f2) function
24 double s = dot(&a[0], &b[0]);
/netbsd-6-1-5-RELEASE/sbin/mount_smbfs/
H A DMakefile16 FILES= dot.nsmbrc
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/lib/
H A Daddext.c82 char *dot = strchr (s, '.'); local
83 if (dot)
85 slen -= dot + 1 - s;
86 s = dot + 1;
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/arm/
H A Dneon-cond-bad-inc.s42 .macro cvt to from dot="."
44 vcvteq\dot\to\dot\from d0,d1
45 vcvteq\dot\to\dot\from q0,q1
/netbsd-6-1-5-RELEASE/gnu/dist/grep/intl/
H A Dlocalcharset.c294 /* If the locale name contains an encoding after the dot, return it. */
295 const char *dot = strchr (locale, '.'); local
297 if (dot != NULL)
301 dot++;
303 modifier = strchr (dot, '@');
305 return dot;
306 if (modifier - dot < sizeof (buf))
308 memcpy (buf, dot, modifier - dot);
309 buf [modifier - dot]
[all...]
/netbsd-6-1-5-RELEASE/crypto/dist/ipsec-tools/src/libipsec/
H A Dpolicy_token.l75 dot \.
87 usec {dot}{digit}{1,6}
95 octetstring {octet}({dot}{octet})+
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/mmix/
H A Derr-case.s1 % Check that lowercase pseudos with mmixal syntax (no dot prefix) aren't
/netbsd-6-1-5-RELEASE/distrib/alpha/instkernel/ramdisk/
H A DMakefile18 dot.profile install.sh upgrade.sh \
20 ${DISTRIBDIR}/utils/script-installer/dot.commonutils \
21 ${DISTRIBDIR}/utils/script-installer/dot.instutils \
/netbsd-6-1-5-RELEASE/games/caesar/
H A Dcaesar.c147 double dot, winnerdot; local
168 * now "dot" the freqs with the observed letter freqs
174 dot = 0.0;
176 dot += (obs[upper[i]] + obs[lower[i]])
179 if (try == 0 || dot > winnerdot) {
182 winnerdot = dot;

Completed in 258 milliseconds

12345678910