Searched refs:compare (Results 76 - 100 of 1052) sorted by relevance

1234567891011>>

/netbsd-current/external/ibm-public/postfix/dist/src/util/
H A Dsplit_qnameval.c110 static int compare(int test_number, const char *what, function
162 errs += compare(test_number, "result", tp->expect_result, result);
163 errs += compare(test_number, "key", tp->expect_key, key);
164 errs += compare(test_number, "value", tp->expect_value, value);
/netbsd-current/external/gpl3/binutils.old/dist/config/
H A Dbootstrap-debug-lean.mk12 do-compare = $(SHELL) $(srcdir)/contrib/compare-debug $$f1 $$f2
/netbsd-current/external/gpl3/gcc/dist/config/
H A Dbootstrap-debug-lean.mk12 do-compare = $(SHELL) $(srcdir)/contrib/compare-debug $$f1 $$f2
/netbsd-current/external/gpl3/gcc.old/dist/config/
H A Dbootstrap-debug-lean.mk12 do-compare = $(SHELL) $(srcdir)/contrib/compare-debug $$f1 $$f2
/netbsd-current/external/gpl3/gdb.old/dist/config/
H A Dbootstrap-debug-lean.mk12 do-compare = $(SHELL) $(srcdir)/contrib/compare-debug $$f1 $$f2
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/root/
H A Dobject.h43 virtual int compare(RootObject *obj);
H A Drootobject.c19 int RootObject::compare(RootObject *obj) function in class:RootObject
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/libdruntime/rt/typeinfo/
H A Dti_Acdouble.d38 override int compare(in void* p1, in void* p2) const
40 return Array!F.compare(*cast(F[]*)p1, *cast(F[]*)p2);
H A Dti_Acfloat.d38 override int compare(in void* p1, in void* p2) const
40 return Array!F.compare(*cast(F[]*)p1, *cast(F[]*)p2);
H A Dti_Acreal.d38 override int compare(in void* p1, in void* p2) const
40 return Array!F.compare(*cast(F[]*)p1, *cast(F[]*)p2);
/netbsd-current/sys/modules/dtrace/sdt/
H A DMakefile14 CPPFLAGS+= -Wno-sign-compare
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/sparc/
H A Dv8branch.s3 # point compare directly followed by a floating point branch.
/netbsd-current/usr.sbin/ndbootd/
H A DMakefile3 WARNS?= 1 # XXX -Wsign-compare -Wshadow
17 CWARNFLAGS.clang+= -Wno-tautological-compare
/netbsd-current/external/gpl3/gcc/dist/libquadmath/math/
H A Dx2y2m1q.c37 compare (const void *p, const void *q) function
61 qsort (vals, 5, sizeof (__float128), compare);
68 qsort (vals + i + 1, 4 - i, sizeof (__float128), compare);
/netbsd-current/external/gpl3/gcc.old/dist/libquadmath/math/
H A Dx2y2m1q.c37 compare (const void *p, const void *q) function
61 qsort (vals, 5, sizeof (__float128), compare);
68 qsort (vals + i + 1, 4 - i, sizeof (__float128), compare);
/netbsd-current/external/gpl3/gcc/dist/contrib/
H A Ddg-cmp-results.sh113 # Merge the two files, then compare adjacent lines.
116 cat <<EOF >compare-$$.awk
137 function compare(st, nm) { function
193 compare("", "");
200 compare(\$2, \$3)
204 while (old = peek()) compare("", "")
208 awk -v verbose=$verbose -f compare-$$.awk /dev/stdin
211 rm -f compare-$$.awk $TMPDIR/o$$-$OBASE $TMPDIR/n$$-$NBASE
/netbsd-current/external/gpl3/gcc.old/dist/contrib/
H A Ddg-cmp-results.sh113 # Merge the two files, then compare adjacent lines.
116 cat <<EOF >compare-$$.awk
137 function compare(st, nm) { function
193 compare("", "");
200 compare(\$2, \$3)
204 while (old = peek()) compare("", "")
208 awk -v verbose=$verbose -f compare-$$.awk /dev/stdin
211 rm -f compare-$$.awk $TMPDIR/o$$-$OBASE $TMPDIR/n$$-$NBASE
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DAPFixedPoint.h183 int compare(const APFixedPoint &Other) const;
185 return compare(Other) == 0;
188 return compare(Other) != 0;
190 bool operator>(const APFixedPoint &Other) const { return compare(Other) > 0; }
191 bool operator<(const APFixedPoint &Other) const { return compare(Other) < 0; }
193 return compare(Other) >= 0;
196 return compare(Other) <= 0;
/netbsd-current/external/gpl3/gdb.old/dist/gdbsupport/
H A Dgdb_string_view.h280 compare(basic_string_view __str) const noexcept
282 int __ret = traits_type::compare(this->_M_str, __str._M_str,
290 compare(size_type __pos1, size_type __n1, basic_string_view __str) const function in class:gdb::basic_string_view
291 { return this->substr(__pos1, __n1).compare(__str); }
294 compare(size_type __pos1, size_type __n1, function in class:gdb::basic_string_view
296 { return this->substr(__pos1, __n1).compare(__str.substr(__pos2, __n2)); }
299 compare(const _CharT* __str) const noexcept
300 { return this->compare(basic_string_view{__str}); }
303 compare(size_type __pos1, size_type __n1, const _CharT* __str) const function in class:gdb::basic_string_view
304 { return this->substr(__pos1, __n1).compare(basic_string_vie
307 compare(size_type __pos1, size_type __n1, function in class:gdb::basic_string_view
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdbsupport/
H A Dgdb_string_view.h280 compare(basic_string_view __str) const noexcept
282 int __ret = traits_type::compare(this->_M_str, __str._M_str,
290 compare(size_type __pos1, size_type __n1, basic_string_view __str) const function in class:gdb::basic_string_view
291 { return this->substr(__pos1, __n1).compare(__str); }
294 compare(size_type __pos1, size_type __n1, function in class:gdb::basic_string_view
296 { return this->substr(__pos1, __n1).compare(__str.substr(__pos2, __n2)); }
299 compare(const _CharT* __str) const noexcept
300 { return this->compare(basic_string_view{__str}); }
303 compare(size_type __pos1, size_type __n1, const _CharT* __str) const function in class:gdb::basic_string_view
304 { return this->substr(__pos1, __n1).compare(basic_string_vie
307 compare(size_type __pos1, size_type __n1, function in class:gdb::basic_string_view
[all...]
/netbsd-current/external/bsd/ntp/dist/lib/isc/
H A Dheap.c62 ! heap->compare(heap->array[(i)], \
73 isc_heapcompare_t compare; member in struct:isc_heap
78 isc_heap_create(isc_mem_t *mctx, isc_heapcompare_t compare, argument
85 REQUIRE(compare != NULL);
100 heap->compare = compare;
152 i > 1 && heap->compare(elt, heap->array[p]) ;
173 if (j < size && heap->compare(heap->array[j+1],
176 if (heap->compare(elt, heap->array[j]))
223 less = heap->compare(el
[all...]
/netbsd-current/external/mpl/bind/dist/lib/isc/
H A Dheap.c57 !heap->compare(heap->array[(i)], heap->array[heap_parent(i)]))
67 isc_heapcompare_t compare; member in struct:isc_heap
84 isc_heap_create(isc_mem_t *mctx, isc_heapcompare_t compare, isc_heapindex_t idx, argument
89 REQUIRE(compare != NULL);
103 heap->compare = compare;
148 for (p = heap_parent(i); i > 1 && heap->compare(elt, heap->array[p]);
174 heap->compare(heap->array[j + 1], heap->array[j]))
178 if (heap->compare(elt, heap->array[j])) {
234 less = heap->compare(el
[all...]
/netbsd-current/external/mpl/dhcp/bind/dist/lib/isc/
H A Dheap.c57 !heap->compare(heap->array[(i)], heap->array[heap_parent(i)]))
67 isc_heapcompare_t compare; member in struct:isc_heap
84 isc_heap_create(isc_mem_t *mctx, isc_heapcompare_t compare, isc_heapindex_t idx, argument
89 REQUIRE(compare != NULL);
103 heap->compare = compare;
148 for (p = heap_parent(i); i > 1 && heap->compare(elt, heap->array[p]);
174 heap->compare(heap->array[j + 1], heap->array[j]))
178 if (heap->compare(elt, heap->array[j])) {
234 less = heap->compare(el
[all...]
/netbsd-current/external/lgpl3/mpfr/dist/tests/
H A Dtui_pow.c86 int inexact, compare, compare2; local
99 compare = mpfr_ui_pow (y, nt, x, rnd);
123 if ((rnd != MPFR_RNDN) && (compare * compare2 >= 0))
124 compare = compare + compare2;
126 compare = inexact; /* cannot determine sign(t-f(x)) */
127 if (((inexact == 0) && (compare != 0)) ||
128 ((inexact > 0) && (compare <= 0)) ||
129 ((inexact < 0) && (compare >= 0)))
132 mpfr_print_rnd_mode (rnd), compare, inexac
[all...]
/netbsd-current/external/bsd/elftosb/dist/common/
H A DStExecutableImage.h105 int compare(const AddressFilter & other) const;
109 inline bool operator < (const AddressFilter & other) const { return compare(other) == -1; }
110 inline bool operator > (const AddressFilter & other) const { return compare(other) == 1; }
111 inline bool operator == (const AddressFilter & other) const { return compare(other) == 0; }
112 inline bool operator <= (const AddressFilter & other) const { return compare(other) != 1; }
113 inline bool operator >= (const AddressFilter & other) const { return compare(other) != -1; }

Completed in 365 milliseconds

1234567891011>>