Searched refs:compare (Results 126 - 150 of 1052) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gdb/dist/config/
H A Dbootstrap-lto-noplugin.mk9 do-compare = /bin/true
/netbsd-current/external/gpl3/binutils.old/dist/config/
H A Dbootstrap-lto-noplugin.mk9 do-compare = /bin/true
/netbsd-current/external/gpl3/gcc/dist/config/
H A Dbootstrap-lto-noplugin.mk9 do-compare = /bin/true
/netbsd-current/external/gpl3/gdb.old/dist/config/
H A Dbootstrap-lto-noplugin.mk9 do-compare = /bin/true
/netbsd-current/external/gpl3/gcc.old/dist/config/
H A Dbootstrap-lto-noplugin.mk9 do-compare = /bin/true
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/libdruntime/rt/typeinfo/
H A Dti_n.d33 override int compare(in void* p1, in void* p2) const @trusted
/netbsd-current/external/gpl3/gcc.old/dist/libbacktrace/
H A Dstest.c104 compare (const void *a, const void *b) function
123 backtrace_qsort (a, tests[i].count, sizeof (int), compare);
/netbsd-current/sys/arch/sparc64/sparc64/
H A Dlock_stubs.s60 CASPTR [%o0], %g0, %o1 ! compare-and-swap
80 CASPTR [%o0], %o1, %o2 ! compare-and-swap
/netbsd-current/external/lgpl3/mpfr/dist/src/
H A Drem1.c60 int compare, inex, q_is_odd, sign, signx = MPFR_SIGN (x); local
211 /* if tiny=1, we should compare r with my*2^(ey-ex) */
216 compare = 0; /* r*2^ex < my*2^ey */
220 compare = mpz_cmpabs (r, my);
224 compare = mpz_cmpabs (r, my);
226 compare = ((compare > 0) ||
227 ((rnd_q == MPFR_RNDN) && (compare == 0) && q_is_odd));
228 /* if compare != 0, we need to subtract my to r, and add 1 to quo */
229 if (compare)
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/ppc/
H A Dscalarquad.d3 #name: scalar min/max/compare quad precision
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/sparc/
H A Dv8branch.d3 #warning: Warning: FP branch preceded by FP compare; NOP inserted
/netbsd-current/external/gpl3/gdb.old/
H A DMakefile.inc14 -Wno-tautological-compare -Wno-format-extra-args \
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/
H A Di386-gnu-cfi.exp77 if { [string compare $expect_out(1,string) $expect_out(2,string)] } then {
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/property/
H A Dproperty_query.c14 static int property_idx_cmp(const void *keyp, const void *compare) argument
18 (const OSSL_PROPERTY_DEFINITION *)compare;
/netbsd-current/external/gpl3/gcc/dist/libbacktrace/
H A Dstest.c104 compare (const void *a, const void *b) function
123 backtrace_qsort (a, tests[i].count, sizeof (int), compare);
/netbsd-current/external/gpl3/gdb/dist/libbacktrace/
H A Dstest.c104 compare (const void *a, const void *b) function
123 backtrace_qsort (a, tests[i].count, sizeof (int), compare);
/netbsd-current/external/gpl3/gdb/
H A DMakefile.inc15 -Wno-tautological-compare -Wno-format-extra-args \
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
H A Di386-gnu-cfi.exp89 if {[string compare $expect_out(1,string) $expect_out(2,string)]} {
/netbsd-current/external/mpl/bind/dist/tests/isc/
H A Dheap_test.c41 compare(void *p1, void *p2) { function
62 isc_heap_create(mctx, compare, idx, 0, &heap);
/netbsd-current/external/gpl3/binutils.old/dist/gprofng/src/
H A DCallStack.h63 bool compare (long start, long end, Vector<Histable*> *objs, CallStackNode *mRoot);
104 static int compare (void *stack1, void *stack2);
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A DCallStack.h63 bool compare (long start, long end, Vector<Histable*> *objs, CallStackNode *mRoot);
104 static int compare (void *stack1, void *stack2);
/netbsd-current/usr.bin/look/
H A Dlook.c90 static int compare(char *, char *, char *);
236 if (compare(string, p, back) == GREATER)
261 switch (compare(string, front, back)) {
282 for (; front < back && compare(string, front, back) == EQUAL; ++front) {
305 compare(char *s1, char *s2, char *back) function
/netbsd-current/external/lgpl3/mpfr/dist/tests/
H A Dtset_q.c32 int inexact, compare; local
60 compare = mpfr_cmp_si (t, n);
61 if (! SAME_SIGN (inexact, compare))
65 n, d, mpfr_print_rnd_mode (rnd), compare, inexact);
69 ex_flags = compare == 0 ? 0 : MPFR_FLAGS_INEXACT;
/netbsd-current/external/gpl3/gdb.old/dist/sim/m68hc11/
H A Ddv-m68hc11tim.c337 /* Scan each output compare register to see if one matches
339 if the output compare is enabled. */
342 unsigned long compare; local
344 compare = (cpu->ios[i] << 8) + cpu->ios[i + 1];
346 /* See if compare is reached; handle wrap arround. */
347 if ((compare >= tcnt_prev && compare <= tcnt && tcnt_prev < tcnt)
348 || (compare >= tcnt_prev && tcnt_prev > tcnt)
349 || (compare < tcnt && tcnt_prev > tcnt))
353 if (compare > tcn
[all...]
/netbsd-current/external/gpl3/gdb/dist/sim/m68hc11/
H A Ddv-m68hc11tim.c339 /* Scan each output compare register to see if one matches
341 if the output compare is enabled. */
344 unsigned long compare; local
346 compare = (cpu->ios[i] << 8) + cpu->ios[i + 1];
348 /* See if compare is reached; handle wrap arround. */
349 if ((compare >= tcnt_prev && compare <= tcnt && tcnt_prev < tcnt)
350 || (compare >= tcnt_prev && tcnt_prev > tcnt)
351 || (compare < tcnt && tcnt_prev > tcnt))
355 if (compare > tcn
[all...]

Completed in 309 milliseconds

1234567891011>>