Searched refs:two (Results 1 - 25 of 115) sorted by relevance

12345

/freebsd-10.0-release/contrib/binutils/gas/config/
H A Dtc-m68851.h142 {"pdbac", two(0xf048, 0x0007), two(0xfff8, 0xffff), "DsBw"},
143 {"pdbas", two(0xf048, 0x0006), two(0xfff8, 0xffff), "DsBw"},
144 {"pdbbc", two(0xf048, 0x0001), two(0xfff8, 0xffff), "DsBw"},
145 {"pdbbs", two(0xf048, 0x0000), two(0xfff8, 0xffff), "DsBw"},
146 {"pdbcc", two(0xf048, 0x000f), two(
[all...]
/freebsd-10.0-release/tools/tools/iso/
H A Dcheck-iso3166.pl30 my $two = $1;
35 $old{$two}{two} = $two;
36 $old{$two}{three} = $three;
37 $old{$two}{number} = $number;
38 $old{$two}{name} = $name;
60 my $two = $2;
65 $new1{$two}{two}
[all...]
/freebsd-10.0-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/multiaggs/
H A Dtst.tuplecompat.d34 @two["foo", 789, "bar", curthread] = sum(456);
35 printa("%10s %10d %10s %@10d %@10d\n", @one, @two);
/freebsd-10.0-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/types/
H A Dtst.relenum.d42 two
55 printf("zero = %d; one = %d; two = %d", zero, one, two);
61 /second < one || two > second || null == first/
64 printf("zero = %d; one = %d; two = %d", zero, one, two);
70 /first < two && second > one && one != two && zero != first/
H A Dtst.enum.d41 two,
/freebsd-10.0-release/lib/msun/src/
H A Ds_tanh.c43 static const double one = 1.0, two = 2.0, tiny = 1.0e-300, huge = 1.0e300; variable
66 t = expm1(two*fabs(x));
67 z = one - two/(t+two);
69 t = expm1(-two*fabs(x));
70 z= -t/(t+two);
H A Ds_tanhf.c22 static const float one=1.0, two=2.0, tiny = 1.0e-30, huge = 1.0e30; variable
44 t = expm1f(two*fabsf(x));
45 z = one - two/(t+two);
47 t = expm1f(-two*fabsf(x));
48 z= -t/(t+two);
/freebsd-10.0-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/sched/
H A Dtst.enqueue.d41 self->two = 1;
45 /self->two && args[0]->pr_lwpid > 0/
/freebsd-10.0-release/contrib/compiler-rt/lib/x86_64/
H A Dfloatundisf.S13 two: .single 2.0 label
30 mulss REL_ADDR(two), %xmm0
/freebsd-10.0-release/crypto/openssl/util/
H A Dsp-diff.pl11 %two=&loadfile($ARGV[1]);
17 if (defined($one{$a,8}) && defined($two{$a,8}))
25 $r=$two{$a,$b}/$one{$a,$b}*100;
37 if (defined($one{$a,1}) && defined($two{$a,1}))
39 $r1=($one{$a,1}/$two{$a,1})*100;
40 $r2=($one{$a,2}/$two{$a,2})*100;
/freebsd-10.0-release/contrib/sendmail/libsm/
H A Dt-strl.c30 int one, two, k; local
96 two = sm_snprintf(dst2, sizeof dst2, "%s/%s", src1[0], src1[1]);
97 SM_TEST(one == two);
100 two = sm_snprintf(dst2, 10, "%s/%s", src1[0], src1[1]);
101 SM_TEST(one == two);
104 two = sm_snprintf(dst2, 5, "%s/%s", src1[0], src1[1]);
105 SM_TEST(one == two);
108 two = sm_snprintf(dst2, 0, "%s/%s", src1[0], src1[1]);
109 SM_TEST(one == two);
112 two
[all...]
H A Db-strl.c68 long one, two;
133 printf("\tsm_strlcat() result: %ld seconds\n", two = toseconds(t2, t1));
135 if (one - two >= -2 && one - two <= 2)
174 printf("\tsm_strlcpy() result: %ld seconds\n", two = toseconds(t2, t1));
176 if (one - two >= -2 && one - two <= 2)
H A Db-strcmp.c54 long one, two; local
122 two = toseconds(t2, t1);
124 two, j);
126 if (abs(one - two) > 2)
/freebsd-10.0-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/speculation/
H A Dtst.zerosize.d40 this->two = 2;
/freebsd-10.0-release/contrib/dialog/samples/
H A Dtreeview219 tag2:two:off:1
27 tag12:1two:off:1
35 tag22:2two:off:1
H A Dtreeview11 tag2 two off 1 \
/freebsd-10.0-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/llquantize/
H A Dtst.bases.d31 @two = llquantize(i, 2, 0, 6, 2);
/freebsd-10.0-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/aggs/
H A Dtst.lquantzero.d56 @two[i] = lquantize(0, 1, 20, 5, incr);
72 printa(@two);
/freebsd-10.0-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/usdt/
H A Dtst.linkpriv.ksh47 DTRACE_PROBE2(test_prov, two, 2, 3);
58 probe two(uintptr_t, uintptr_t);
H A Dtst.linkunpriv.ksh49 DTRACE_PROBE2(test_prov, two, 2, 3);
60 probe two(uintptr_t, uintptr_t);
/freebsd-10.0-release/tools/regression/geom_uzip/etalon/
H A Detalon.txt30 One, two! One, two! And through and through
/freebsd-10.0-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pragma/
H A Dtst.temporal2.ksh51 * Use two enablings of the same probe, so that cpu 0 will always
/freebsd-10.0-release/lib/libc/mips/sys/
H A Dpipe.S51 sw v0, 0(a0) # store the two file descriptors
/freebsd-10.0-release/usr.sbin/mptutil/
H A Dmpt_evt.c85 MPI_LOG_0_ENTRY * const *two; local
88 two = second;
89 return ((*one)->LogSequence - ((*two)->LogSequence));
/freebsd-10.0-release/lib/libc/mips/string/
H A Dstrcmp.S52 lbu t0, 0(a0) # get two bytes and compare them

Completed in 201 milliseconds

12345