Home
last modified time | relevance | path

Searched refs:two (Results 1 – 25 of 1147) sorted by relevance

12345678910>>...46

/trueos/contrib/binutils/gas/config/
HDtc-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(0xfff8, 0xffff), "DsBw"},
147 {"pdbcs", two(0xf048, 0x000e), two(0xfff8, 0xffff), "DsBw"},
148 {"pdbgc", two(0xf048, 0x000d), two(0xfff8, 0xffff), "DsBw"},
149 {"pdbgs", two(0xf048, 0x000c), two(0xfff8, 0xffff), "DsBw"},
150 {"pdbic", two(0xf048, 0x000b), two(0xfff8, 0xffff), "DsBw"},
151 {"pdbis", two(0xf048, 0x000a), two(0xfff8, 0xffff), "DsBw"},
[all …]
/trueos/tools/tools/iso/
HDcheck-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} = $two;
66 $new1{$two}{three} = $three;
67 $new1{$two}{number} = $number;
68 $new1{$two}{name} = $name;
[all …]
/trueos/contrib/sendmail/libsm/
HDt-strl.c30 int one, two, k; variable
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 = sm_snprintf(dst2, sizeof dst2, "%s/%s/%s", src1[0], src1[1], src1[2]);
[all …]
HDb-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)
HDb-strcmp.c54 long one, two; local
122 two = toseconds(t2, t1);
124 two, j);
126 if (abs(one - two) > 2)
/trueos/usr.bin/ctags/test/
HDctags.test17 char qq[] = " quote(one,two) {int bar;} ";
38 multiple(one,two); \
40 callroute(one,two); \
50 routine1(one,two) /* comments here are fun... */
55 char two[10];
59 five(one,two);
61 routine2 (one,two) { puts("hello\n"); }
64 two) { puts("world\n"); }
65 routine4(int one, char (*two)(void)) /* test ANSI arguments */
/trueos/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/types/
HDtst.relenum.d42 two enumerator
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/
/trueos/lib/msun/src/
HDs_tanhf.c23 static const float one=1.0, two=2.0, huge = 1.0e30; variable
46 t = expm1f(two*fabsf(x)); in tanhf()
47 z = one - two/(t+two); in tanhf()
49 t = expm1f(-two*fabsf(x)); in tanhf()
50 z= -t/(t+two); in tanhf()
HDs_tanh.c46 static const double one = 1.0, two = 2.0, huge = 1.0e300; variable
69 t = expm1(two*fabs(x)); in tanh()
70 z = one - two/(t+two); in tanh()
72 t = expm1(-two*fabs(x)); in tanh()
73 z= -t/(t+two); in tanh()
HDe_jnf.c23 two = 2.0000000000e+00, /* 0x40000000 */ variable
130 v = two/x; in __ieee754_jnf()
138 di -= two; in __ieee754_jnf()
146 di -= two; in __ieee754_jnf()
HDs_erff.c28 two = 2, variable
171 if(hx<0&&ix>=0x40a00000) return two-tiny;/* x < -5 */ in erfcf()
177 if(hx>0) return r/x; else return two-r/x; in erfcf()
179 if(hx>0) return tiny*tiny; else return two-tiny; in erfcf()
HDe_jn.c48 two = 2.00000000000000000000e+00, /* 0x40000000, 0x00000000 */ variable
178 v = two/x; in __ieee754_jn()
186 di -= two; in __ieee754_jn()
194 di -= two; in __ieee754_jn()
/trueos/crypto/openssl/util/
HDsp-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;
/trueos/contrib/bmake/unit-tests/
HDmodts2 LIST= one two three
32 @echo 'LIST:ts:S/two/2/="${LIST:ts:S/two/2/}"'
33 @echo 'LIST:S/two/2/:ts="${LIST:S/two/2/:ts}"'
34 @echo 'LIST:ts/:S/two/2/="${LIST:ts/:S/two/2/}"'
/trueos/bin/sh/tests/builtins/
HDread2.06 echo two
12 [ "$x" = two ])
21 echo two
28 [ "$x" = two ])
/trueos/contrib/gdb/gdb/
HDui-file.c538 struct ui_file *one, *two; member
544 struct ui_file *two, int close_two) in tee_file_new() argument
550 tee->two = two; in tee_file_new()
571 ui_file_delete (tee->two); in tee_file_delete()
584 tee->two->to_flush (tee->two); in tee_file_flush()
595 ui_file_write (tee->two, buf, length_buf); in tee_file_write()
606 tee->two->to_fputs (linebuffer, tee->two); in tee_file_fputs()
/trueos/contrib/dialog/samples/
HDtreeview219 tag2:two:off:1
27 tag12:1two:off:1
35 tag22:2two:off:1
/trueos/cddl/contrib/dtracetoolkit/Examples/
HDcputypes_example.txt24 two CPUs, each with two cores. There is also two processor sets (0, 1).
/trueos/contrib/gcc/config/rs6000/
HDdarwin-ldouble-format4 Each long double is made up of two IEEE doubles. The value of the
5 long double is the sum of the values of the two parts (except for
26 There are four long doubles that represent zero, two that represent
27 +0.0 and two that represent -0.0. The sign of the high part is the
30 Likewise, there are four long doubles that represent infinities, two
31 for +Inf and two for -Inf.
/trueos/usr.bin/units/
HDunits.c90 int compareproducts(char **one, char **two);
593 compareproducts(char **one, char **two) in compareproducts() argument
595 while (*one || *two) { in compareproducts()
596 if (!*one && *two != NULLUNIT) in compareproducts()
598 if (!*two && *one != NULLUNIT) in compareproducts()
602 else if (*two == NULLUNIT) in compareproducts()
603 two++; in compareproducts()
604 else if (strcmp(*one, *two)) in compareproducts()
607 one++, two++; in compareproducts()
/trueos/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/multiaggs/
HDtst.tuplecompat.d34 @two["foo", 789, "bar", curthread] = sum(456);
35 printa("%10s %10d %10s %@10d %@10d\n", @one, @two);
/trueos/usr.sbin/mptutil/
HDmpt_evt.c85 MPI_LOG_0_ENTRY * const *two; in event_compare() local
88 two = second; in event_compare()
89 return ((*one)->LogSequence - ((*two)->LogSequence)); in event_compare()
/trueos/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/sched/
HDtst.enqueue.d41 self->two = 1;
45 /self->two && args[0]->pr_lwpid > 0/
/trueos/contrib/compiler-rt/lib/x86_64/
HDfloatundisf.S13 two: .single 2.0 label
30 mulss REL_ADDR(two), %xmm0
/trueos/sys/contrib/octeon-sdk/
HDcvmx-resources.config139 /* We use two queues per port for SRIO0. Having two queues per
140 port with two ports gives us four queues, one for each mailbox */
144 /* We use two queues per port for SRIO1. Having two queues per
145 port with two ports gives us four queues, one for each mailbox */

12345678910>>...46