Searched refs:compare (Results 26 - 50 of 1052) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gcc.old/dist/config/
H A Dbootstrap-debug-big.mk4 # until the final compare.
8 do-compare = $(SHELL) $(srcdir)/contrib/compare-debug $$f1 $$f2
H A Dbootstrap-lto.mk17 do-compare = $(SHELL) $(srcdir)/contrib/compare-lto $$f1 $$f2
18 extra-compare = gcc/lto1$(exeext)
/netbsd-current/external/lgpl3/mpfr/dist/tests/
H A Dtpow3.c34 int inexact, compare, compare2; local
66 compare = mpfr_pow (y, x, s, rnd);
92 if ((rnd != MPFR_RNDN) && (compare * compare2 >= 0))
93 compare = compare + compare2;
95 compare = inexact; /* cannot determine sign(t-f(x)) */
96 if (((inexact == 0) && (compare != 0)) ||
97 ((inexact > 0) && (compare <= 0)) ||
98 ((inexact < 0) && (compare >= 0)))
101 "\n", mpfr_print_rnd_mode (rnd), compare, inexac
[all...]
H A Dtgeneric_ui.c41 int inexact, compare, compare2; local
79 compare = TEST_FUNCTION (y, x, u, rnd);
105 if (compare * compare2 >= 0)
106 compare = compare + compare2;
108 compare = inexact; /* cannot determine sign(t-f(x)) */
109 if (! SAME_SIGN (inexact, compare) && rnd != MPFR_RNDF)
112 "\n", mpfr_print_rnd_mode (rnd), compare, inexact);
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dstore-test.c50 compare(const char *name, krb5_storage *sp, void *expected, size_t len) function
82 nerr += compare("Integer", sp, "\x1\x2\x3\x4", 4);
87 nerr += compare("Integer (LE)", sp, "\x4\x3\x2\x1", 4);
92 nerr += compare("Integer (BE)", sp, "\x1\x2\x3\x4", 4);
104 nerr += compare("Integer (host)", sp, data, 4);
111 nerr += compare("Principal", sp, "\x0\x0\x0\x1"
/netbsd-current/sys/external/bsd/drm2/linux/
H A Dlinux_list_sort.c53 int (*compare)(void *, struct list_head *, struct list_head *))
87 compare, arg);
108 sorted = list_sort_merge(accumulator[logn], sorted, compare,
115 list_sort_merge_into(list, accumulator[max_logn], sorted, compare,
126 int (*compare)(void *, struct list_head *, struct list_head *), void *arg)
134 struct list_head **const first = ((*compare)(arg, a, b) <= 0?
156 int (*compare)(void *, struct list_head *, struct list_head *), void *arg)
164 struct list_head **const first = ((*compare)(arg, a, b) <= 0?
/netbsd-current/external/cddl/osnet/
H A DMakefile.inc11 CPPFLAGS+=-Wno-unknown-pragmas -Wno-sign-compare -D_KERNTYPES
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.btrace/
H A Dvdso.exp54 if ![string compare $live_gettimeofday $replay_gettimeofday] {
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
H A Dstatic-method.exp88 if {[string compare $test "xxx::${ans}::A::func"] == 0
93 if {[string compare $test "xxx::${ans}::A::func"] == 0
98 if {[string compare $test "xxx::${ans}::A::func"] == 0
103 if {[string compare $test "xxx::${ans}::A::func"] == 0
/netbsd-current/external/gpl3/gdb.old/dist/gdb/unittests/basic_string_view/operations/compare/wchar_t/
H A D13650.cc20 // basic_string_view::compare [lib.string_view::compare]
36 VERIFY( str_a.compare(0, 5, lit_01, 5) < 0 );
40 VERIFY( str_b.compare(0, 3, lit_02, 5) < 0 );
/netbsd-current/external/gpl3/gdb/dist/gdb/unittests/basic_string_view/operations/compare/wchar_t/
H A D13650.cc20 // basic_string_view::compare [lib.string_view::compare]
36 VERIFY( str_a.compare(0, 5, lit_01, 5) < 0 );
40 VERIFY( str_b.compare(0, 3, lit_02, 5) < 0 );
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
H A Dstatic-method.exp86 if {[string compare $test "xxx::${ans}::A::func"] == 0
91 if {[string compare $test "xxx::${ans}::A::func"] == 0
96 if {[string compare $test "xxx::${ans}::A::func"] == 0
101 if {[string compare $test "xxx::${ans}::A::func"] == 0
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.btrace/
H A Dvdso.exp53 if ![string compare $live_gettimeofday $replay_gettimeofday] {
/netbsd-current/external/gpl3/gdb.old/dist/sim/testsuite/sim/bfin/
H A Dcompare.s1 # Blackfin testcase for compare instructions
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DPriorityQueue.h29 explicit PriorityQueue(const Compare &compare = Compare(),
31 : std::priority_queue<T, Sequence, Compare>(compare, sequence)
36 const Compare &compare = Compare(),
38 : std::priority_queue<T, Sequence, Compare>(begin, end, compare, sequence)
/netbsd-current/external/gpl3/gdb/dist/sim/testsuite/bfin/
H A Dcompare.s1 # Blackfin testcase for compare instructions
/netbsd-current/external/gpl3/gdb/dist/gdb/dwarf2/
H A Dcooked-index.c44 cooked_index_entry::compare (const char *stra, const char *strb, function in class:cooked_index_entry
94 SELF_CHECK (cooked_index_entry::compare ("abcd", "abcd",
96 SELF_CHECK (cooked_index_entry::compare ("abcd", "abcd",
99 SELF_CHECK (cooked_index_entry::compare ("abcd", "ABCDE",
101 SELF_CHECK (cooked_index_entry::compare ("ABCDE", "abcd",
103 SELF_CHECK (cooked_index_entry::compare ("abcd", "ABCDE",
105 SELF_CHECK (cooked_index_entry::compare ("ABCDE", "abcd",
108 SELF_CHECK (cooked_index_entry::compare ("name", "name<>",
110 SELF_CHECK (cooked_index_entry::compare ("name<>", "name",
112 SELF_CHECK (cooked_index_entry::compare ("nam
[all...]
/netbsd-current/external/mit/isl/dist/
H A Disl_sort.c44 * size of the types we compare. For now, this code does not include the
54 int (* compare) (const void *, const void *, void *), void *arg)
63 msort (array, buf, mid + 1, high, size, compare, arg);
66 msort (array, buf, low, mid, size, compare, arg);
85 while (lo < am && compare (lo, hi, arg) <= 0)
95 /* our last compare tells us hi < lo */
98 while (hi < ah && compare (hi, lo, arg) < 0)
134 int (* compare) (const void *, const void *, void *), void *arg)
146 msort (base, tmp, 0, nmemb - 1, size, compare, arg);
/netbsd-current/common/lib/libc/arch/m68k/string/
H A Dbcmp.S104 * of the same evenness, we're forced to do a bytewise compare.
127 /* compare by 8 longwords */
134 CMPML((%a0)+,(%a1)+) | compare 1 of 8 longwords
136 CMPML((%a0)+,(%a1)+) | compare 2 of 8 longwords
138 CMPML((%a0)+,(%a1)+) | compare 3 of 8 longwords
140 CMPML((%a0)+,(%a1)+) | compare 4 of 8 longwords
142 CMPML((%a0)+,(%a1)+) | compare 5 of 8 longwords
144 CMPML((%a0)+,(%a1)+) | compare 6 of 8 longwords
146 CMPML((%a0)+,(%a1)+) | compare 7 of 8 longwords
148 CMPML((%a0)+,(%a1)+) | compare
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dprint-file-var.exp99 # our global variables. This allows us to compare the value that
120 proc compare {sym1 sym2} {
132 compare "'print-file-var-main.c'::this_version_id" "vm"
133 compare "this_version_id" "vm"
136 compare "'print-file-var-lib1.c'::this_version_id" "v1"
137 compare "'print-file-var-lib2.c'::this_version_id" "v2"
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dprint-file-var.exp102 # our global variables. This allows us to compare the value that
123 proc compare {sym1 sym2} {
135 compare "'print-file-var-main.c'::this_version_id" "vm"
136 compare "this_version_id" "vm"
139 compare "'print-file-var-lib1.c'::this_version_id" "v1"
140 compare "'print-file-var-lib2.c'::this_version_id" "v2"
/netbsd-current/external/gpl2/groff/dist/src/roff/troff/
H A Dmtsm.cpp44 void int_value::diff(FILE *fp, const char *s, int_value compare) argument
46 if (differs(compare)) {
50 fputs(i_to_a(compare.value), fp);
52 value = compare.value;
76 int int_value::differs(int_value compare) argument
78 return compare.is_known
79 && (!is_known || value != compare.value);
90 void bool_value::diff(FILE *fp, const char *s, bool_value compare) argument
92 if (differs(compare)) {
96 value = compare
111 diff(FILE *fp, const char *s, units_value compare) argument
132 differs(units_value compare) argument
147 diff(FILE *fp, const char *s, string_value compare) argument
171 differs(string_value compare) argument
201 flush(FILE *fp, statem *compare) argument
[all...]
/netbsd-current/external/gpl3/gdb/dist/config/
H A Dbootstrap-lto.mk17 do-compare = $(SHELL) $(srcdir)/contrib/compare-lto $$f1 $$f2
18 extra-compare = gcc/lto1$(exeext)
/netbsd-current/external/gpl3/gdb.old/dist/config/
H A Dbootstrap-lto.mk17 do-compare = $(SHELL) $(srcdir)/contrib/compare-lto $$f1 $$f2
18 extra-compare = gcc/lto1$(exeext)
/netbsd-current/external/gpl3/gcc/dist/config/
H A Dbootstrap-lto.mk19 do-compare = $(SHELL) $(srcdir)/contrib/compare-lto $$f1 $$f2
20 extra-compare = gcc/lto1$(exeext)

Completed in 404 milliseconds

1234567891011>>