Searched refs:f2 (Results 1 - 25 of 123) sorted by relevance

12345

/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/
H A Dtst.FunctionLookup.c40 f2(f func, int i) function
48 f2(f1, 3);
/freebsd-9.3-release/tools/regression/filemon/
H A Dtest_script.sh29 trap 'rm -f $f1 $f2; exit 1' 1 2 3 13 15
32 f2=`mktemp /tmp/ed-script.XXXXXX`
37 echo ',s/$/./g' > $f2
38 echo 'wq' >>$f2
39 ed -s $f1 < $f2
42 #rm $f1 $f2
/freebsd-9.3-release/tools/regression/lib/libc/gen/
H A Dtest-fmtcheck.c79 const char *f, *cf, *f1, *f2; local
86 f2 = test_fmts[i].fmt2;
87 f = fmtcheck(f1, f2);
91 cf = f2;
96 "(should have returned %s)", i, f1, f2,
/freebsd-9.3-release/lib/libc/stdlib/
H A Dmerge.c107 u_char *f1, *f2, *t, *b, *tp2, *q, *l1, *l2; local
139 f2 = l1 = list1 + (p2 - list2);
143 while (f1 < l1 && f2 < l2) {
144 if ((*cmp)(f1, f2) <= 0) {
145 q = f2;
150 b = f2, t = l2;
194 ICOPY_LIST(f2, tp2, b);
197 CCOPY_LIST(f2, tp2, b);
203 ICOPY_ELT(f2, tp2, i);
206 CCOPY_ELT(f2, tp
268 u_char *f1, *f2, *s, *l2, *last, *p2; local
[all...]
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/translators/
H A Dtst.CircularTransDecl.d62 struct output_struct f2;
69 f2.myi = 100;
70 f2.myc = 'd';
75 backwardi = xlate < struct input_struct > (f2).i;
76 backwardc = xlate < struct input_struct > (f2).c;
/freebsd-9.3-release/contrib/gcc/
H A Dfp-test.c81 volatile float f1 = 1.0, f2 = 1.0, f3 = 1.0; variable
90 f1 = -f2;
91 f1 = f2 + f3;
92 f1 = f2 - f3;
93 f1 = f2 * f3;
94 f1 = f2 / f3;
95 f1 += f2;
96 f1 -= f2;
97 f1 *= f2;
98 f1 /= f2;
[all...]
/freebsd-9.3-release/lib/libc/mips/gen/
H A Dmodf.S59 li.d $f2, 4503599627370496e0 # f2 <- 2^52
67 c.olt.d $f4, $f2 # f4 ? < f2
71 add.d $f4,$f2,$f4 # round off to integer
73 sub.d $f0,$f4,$f2 # Remove fudge factor
76 sub.d $f0,$f2,$f4 # Remove fudge factor and negate
/freebsd-9.3-release/lib/libc/sparc64/gen/
H A Dfixunsdfsi.S65 std %f2, [%sp + CCFSZ + SPOFF + 8]
67 ldd [%o3], %f2
68 fcmped %f0, %f2 ! d < 2^63, or NaN, or -Inf?
76 fsubd %f0, %f2, %f0 ! d -= 2^63
83 ldd [%sp + CCFSZ + SPOFF + 8], %f2
90 ldd [%sp + CCFSZ + SPOFF + 8], %f2
H A Dmodf.S80 * %f2:f3 `magic number' 2^52, in fpu registers
104 ldd [%l0], %f2
107 * Is %f4:f5 >= %f2:f3 ? If so, it is all integer bits.
110 fcmped %f4, %f2
130 faddd %f4, %f2, %f4 ! %f4:f5 += 2^52
131 fsubd %f4, %f2, %f4 ! %f4:f5 -= 2^52
168 * %f2:f3 (2^52) came out `greater or unordered'. In this
/freebsd-9.3-release/etc/rc.d/
H A Dopensm21 for guid in `ibstat | grep "Port GUID" | cut -d ':' -f2`; do
/freebsd-9.3-release/contrib/binutils/opcodes/
H A Dia64-opc-f.c26 #define f2 IA64_TYPE_F, 2 macro
89 {"frcpa.s0", f2, OpXbQSf (0, 1, 0, 0), {F1, P2, F2, F3}, EMPTY},
90 {"frcpa", f2, OpXbQSf (0, 1, 0, 0), {F1, P2, F2, F3}, PSEUDO, 0, NULL},
91 {"frcpa.s1", f2, OpXbQSf (0, 1, 0, 1), {F1, P2, F2, F3}, EMPTY},
92 {"frcpa.s2", f2, OpXbQSf (0, 1, 0, 2), {F1, P2, F2, F3}, EMPTY},
93 {"frcpa.s3", f2, OpXbQSf (0, 1, 0, 3), {F1, P2, F2, F3}, EMPTY},
95 {"frsqrta.s0", f2, OpXbQSf (0, 1, 1, 0), {F1, P2, F3}, EMPTY},
96 {"frsqrta", f2, OpXbQSf (0, 1, 1, 0), {F1, P2, F3}, PSEUDO, 0, NULL},
97 {"frsqrta.s1", f2, OpXbQSf (0, 1, 1, 1), {F1, P2, F3}, EMPTY},
98 {"frsqrta.s2", f2, OpXbQS
621 #undef f2 macro
[all...]
/freebsd-9.3-release/contrib/ntp/html/hints/
H A Dsolaris.xtra.patchfreq42 arch=`echo utsname+404?s | adb $kernel | cut -d: -f2`
49 rel=`echo utsname+202?s | adb $kernel | cut -d: -f2`
/freebsd-9.3-release/gnu/lib/libodialog/
H A Ddir.c189 *f2 = ((DirList *) d2); local
191 struct stat *s2 = &(f2->filestatus);
203 return(strcmp(f1->filename, f2->filename));
211 return(strcmp(f1->filename, f2->filename));
224 *f2 = ((DirList *) d2); local
226 struct stat *s2 = &(f2->filestatus);
263 *f2 = ((DirList *) d2); local
265 struct stat *s2 = &(f2->filestatus);
326 *f2 = ((DirList *) d2); local
328 struct stat *s2 = &(f2
[all...]
/freebsd-9.3-release/tools/test/testfloat/sparc64/
H A Dsystfloat.S126 std %f2,[%sp+2231]
182 std %f2,[%sp+2231]
256 std %f2,[%sp+2231]
548 std %f2,[%sp+2231]
566 ldd [%sp+2231],%f2
567 faddd %f0,%f2,%f0
586 ldd [%sp+2231],%f2
587 fsubd %f0,%f2,%f0
606 ldd [%sp+2231],%f2
607 fmuld %f0,%f2,
[all...]
H A Dfpu_emul.S118 faddd %f0,%f2,%f0
122 fsubd %f0,%f2,%f0
126 fmuld %f0,%f2,%f0
130 fdivd %f0,%f2,%f0
138 fcmpd %fcc0,%f0,%f2
142 fcmped %fcc0,%f0,%f2
/freebsd-9.3-release/crypto/heimdal/tests/kdc/
H A Dcheck-digest.in173 snonce=`grep server-nonce= sdigest-reply | cut -f2- -d=`
174 identifier=`grep identifier= sdigest-reply | cut -f2- -d=`
175 opaque=`grep opaque= sdigest-reply | cut -f2- -d=`
186 cresponseData=`grep responseData= cdigest-reply | cut -f2- -d=`
203 status=`grep status= s2digest-reply | cut -f2- -d=`
224 status=`grep status= s2digest-reply | cut -f2- -d=`
240 snonce=`grep server-nonce= sdigest-reply | cut -f2- -d=`
241 opaque=`grep opaque= sdigest-reply | cut -f2- -d=`
254 cresponseData=`grep responseData= cdigest-reply | cut -f2- -d=`
255 cRsp=`grep AuthenticatorResponse= cdigest-reply | cut -f2
[all...]
/freebsd-9.3-release/sys/powerpc/fpu/
H A Dfpu_explode.c135 #define FP_TOF(exp, expbias, allfrac, f0, f1, f2, f3) \
142 fp->fp_mant[2] = f2; \
152 fp->fp_mant[2] = f2; \
159 fp->fp_mant[2] = f2; \
190 u_int frac, f0, f1, f2; local
197 f2 = j << (32 - DBL_SHIFT);
199 FP_TOF(exp, DBL_EXP_BIAS, frac, f0, f1, f2, 0);
/freebsd-9.3-release/lib/libc/sparc64/fpu/
H A Dfpu_explode.c157 #define FP_TOF(exp, expbias, allfrac, f0, f1, f2, f3) \
164 fp->fp_mant[2] = f2; \
174 fp->fp_mant[2] = f2; \
181 fp->fp_mant[2] = f2; \
216 u_int frac, f0, f1, f2; local
223 f2 = j << (32 - DBL_SHIFT);
225 FP_TOF(exp, DBL_EXP_BIAS, frac, f0, f1, f2, 0);
237 u_int frac, f0, f1, f2, f3; local
247 f2 = (k << EXT_SHIFT) | (l >> (32 - EXT_SHIFT));
250 FP_TOF(exp, EXT_EXP_BIAS, frac, f0, f1, f2, f
[all...]
/freebsd-9.3-release/sys/fs/nwfs/
H A Dnwfs_node.h66 #define NWCMPF(f1,f2) ((f1)->f_parent == (f2)->f_parent && \
67 (f1)->f_id == (f2)->f_id)
/freebsd-9.3-release/usr.sbin/kgzip/
H A Dkgzld.c50 kgzld(struct kgz_hdr * kh, const char *f1, const char *f2) argument
88 execlp("ld", "ld", "-aout", "-Z", "-T", addr, "-o", f2,
91 execlp("ld", "ld", "-Ttext", addr, "-o", f2, loader, f1,
/freebsd-9.3-release/sys/fs/nfs/
H A Dnfsdport.h85 #define NFSVNO_CMPFH(f1, f2) \
86 ((f1)->fh_fsid.val[0] == (f2)->fh_fsid.val[0] && \
87 (f1)->fh_fsid.val[1] == (f2)->fh_fsid.val[1] && \
88 bcmp(&(f1)->fh_fid, &(f2)->fh_fid, sizeof(struct fid)) == 0)
/freebsd-9.3-release/contrib/file/src/
H A Dfmtcheck.c215 fmtcheck(const char *f1, const char *f2) argument
220 if (!f1) return f2;
224 f2p = f2;
228 return f2;
231 return f2;
/freebsd-9.3-release/contrib/ntp/include/
H A Dntp_lists.h330 #define CONCAT_FIFO(f1, f2, nextlink) \
333 CHECK_FIFO_CONSISTENCY(f2); \
335 if ((f2).pptail != NULL) { \
337 (*(f1).pptail)->nextlink = (f2).phead; \
338 if ((f2).pptail == &(f2).phead) \
342 (f1).pptail = (f2).pptail; \
345 (f1) = (f2); \
347 MAYBE_Z_LISTS((f2).phead); \
348 MAYBE_Z_LISTS((f2)
[all...]
/freebsd-9.3-release/usr.sbin/cdcontrol/
H A Dcdcontrol.c106 { CMD_PLAY, "play", 1, "tr1 m1:s1[.f1] [[tr2] [m2:s2[.f2]]]" },
516 * Play MSF m1:s1 [ .f1 ] [ m2:s2 [ .f2 ] ]
521 * tr1 m1:s1[.f1] [[tr2] [m2:s2[.f2]]]
524 unsigned m1, m2, s1, s2, f1, f2; local
527 tr2 = m2 = s2 = f2 = f1 = 0;
529 &tr1, &m1, &s1, &f1, &tr2, &m2, &s2, &f2))
532 tr2 = m2 = s2 = f2 = f1 = 0;
534 &tr1, &m1, &s1, &tr2, &m2, &s2, &f2))
537 tr2 = m2 = s2 = f2 = f1 = 0;
542 tr2 = m2 = s2 = f2
[all...]
/freebsd-9.3-release/lib/libc/regex/grot/
H A Dmain.c203 == void try(char *f0, char *f1, char *f2, char *f3, char *f4, int opts);
206 try(f0, f1, f2, f3, f4, opts)
209 char *f2;
233 if (err != 0 && (!opt('C', f1) || err != efind(f2))) {
243 line, type, f2);
253 strcpy(f2copy, f2);
257 if (strchr(f2, '(') == NULL || strchr(f2, ')') == NULL)
259 subs[0].rm_so = strchr(f2, '(') - f2
[all...]

Completed in 152 milliseconds

12345