Home
last modified time | relevance | path

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

12345678910>>...50

/NextBSD/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 …]
/NextBSD/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 …]
/NextBSD/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 */
/NextBSD/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/
/NextBSD/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.c29 two = 2.0000000000e+00, /* 0x40000000 */ variable
136 v = two/x; in __ieee754_jnf()
144 di -= two; in __ieee754_jnf()
152 di -= two; in __ieee754_jnf()
/NextBSD/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;
/NextBSD/bin/sh/tests/builtins/
HDread2.06 echo two
12 [ "$x" = two ])
21 echo two
28 [ "$x" = two ])
/NextBSD/contrib/ntp/lib/isc/tests/
HDqueue_test.c57 item_t one, two, three, four, five; in ATF_TC_BODY() local
65 item_init(&two, 2); in ATF_TC_BODY()
94 ATF_CHECK(! ISC_QLINK_LINKED(&two, qlink)); in ATF_TC_BODY()
95 ISC_QUEUE_PUSH(queue, &two, qlink); in ATF_TC_BODY()
96 ATF_CHECK(ISC_QLINK_LINKED(&two, qlink)); in ATF_TC_BODY()
/NextBSD/contrib/libxo/tests/core/saved/
HDtest_09.E.out32 op open_leaf_list: [two] []
33 op string: [two] [two]
34 op close_leaf_list: [two] []
HDtest_09.XP.out25 <two>two</two>
HDtest_09.X.out1 …m><item>bolt</item><item>water</item><total>six</total><one>one</one><two>two</two><three>three</t…
HDtest_02.J.out1two","three"],"works":null,"empty-tag":true,"t1":"1000","t2":"test5000","t3":"ten-longx","t4":"xte…
HDtest_02.JP.out54 "two",
67 "message": "two more errors"
73 "message": "two more warnings"
HDtest_02.T.out28 one two three
32 two more errors
34 two more warnings
HDtest_09.JP.out32 "two": [
33 "two"
/NextBSD/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()
/NextBSD/contrib/bmake/unit-tests/
HDescape.exp47two\ spaces\ on\ second\ line; printf "%s=:%s:\n" VAR1BSNLt first\ line\ one\ tab\ on\ second\ …
51 VAR1BSNLss=:first line two spaces on second line:
53 VAR1BSNLtt=:first line two tabs on second line:
81 echo take two\\
82 take two\
/NextBSD/contrib/dialog/samples/
HDtreeview219 tag2:two:off:1
27 tag12:1two:off:1
35 tag22:2two:off:1
/NextBSD/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.
/NextBSD/cddl/contrib/dtracetoolkit/Examples/
HDcputypes_example.txt24 two CPUs, each with two cores. There is also two processor sets (0, 1).
/NextBSD/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);
/NextBSD/usr.bin/units/
HDunits.c86 static int compareproducts(char **one, char **two);
608 compareproducts(char **one, char **two) in compareproducts() argument
610 while (*one || *two) { in compareproducts()
611 if (!*one && *two != NULLUNIT) in compareproducts()
613 if (!*two && *one != NULLUNIT) in compareproducts()
617 else if (*two == NULLUNIT) in compareproducts()
618 two++; in compareproducts()
619 else if (strcmp(*one, *two)) in compareproducts()
622 one++, two++; in compareproducts()
/NextBSD/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()

12345678910>>...50