Searched refs:comparison (Results 1 - 25 of 26) sorted by relevance

12

/freebsd-10.0-release/contrib/diff/src/
H A Ddiff.h159 /* In directory comparison, specify file to start with (-S).
160 This is used for resuming an aborted comparison.
209 /* The result of comparison is an "edit script": a chain of `struct change'.
287 The results of comparison are stored here. */
307 struct comparison
310 struct comparison const *parent; /* parent, if a recursive comparison */
326 int diff_2_files (struct comparison *);
333 int diff_dirs (struct comparison const *, int (*) (struct comparison cons
304 struct comparison struct
[all...]
H A Ddir.c49 static bool dir_loop (struct comparison const *, int);
201 diff_dirs (struct comparison const *cmp,
202 int (*handle_file) (struct comparison const *,
241 /* If `-S name' was given, and this is the topmost level of comparison,
282 dir_loop (struct comparison const *cmp, int i)
284 struct comparison const *p = cmp;
H A Ddiff.c56 static int compare_files (struct comparison const *, char const *, char const *);
743 int status = compare_files ((struct comparison *) 0,
754 int status = compare_files ((struct comparison *) 0,
769 exit_status = compare_files ((struct comparison *) 0,
1028 /* Compare two files (or dirs) with parent comparison PARENT
1037 compare_files (struct comparison const *parent,
1041 struct comparison cmp;
1048 /* If this is directory comparison, perhaps we have a file
1336 /* Now the comparison has been done, if no error prevented it,
H A Danalyze.c367 comparison algorithm; it will be as if that line were not in the file.
370 this is how the actual comparison algorithm produces results
797 diff_2_files (struct comparison *cmp)
869 /* Allocate vectors for the results of comparison:
881 avoid even thinking about them in the main comparison algorithm. */
885 /* Now do the main comparison algorithm, considering just the
917 /* Get the results of comparison in the form of a chain
/freebsd-10.0-release/contrib/binutils/libiberty/
H A Dsplay-tree.c297 int comparison = 0; local
302 comparison = (*sp->comp)(sp->root->key, key);
304 if (sp->root && comparison == 0)
325 else if (comparison < 0)
435 int comparison; local
445 comparison = (*sp->comp)(sp->root->key, key);
448 if (comparison < 0)
466 int comparison; local
476 comparison = (*sp->comp)(sp->root->key, key);
479 if (comparison >
[all...]
/freebsd-10.0-release/contrib/gcclibs/libiberty/
H A Dsplay-tree.c297 int comparison = 0; local
302 comparison = (*sp->comp)(sp->root->key, key);
304 if (sp->root && comparison == 0)
325 else if (comparison < 0)
435 int comparison; local
445 comparison = (*sp->comp)(sp->root->key, key);
448 if (comparison < 0)
466 int comparison; local
476 comparison = (*sp->comp)(sp->root->key, key);
479 if (comparison >
[all...]
/freebsd-10.0-release/contrib/gcclibs/libmudflap/
H A Dmf-runtime.c2321 int comparison; local
2328 comparison = ((key > n->key) ? 1 : ((key < n->key) ? -1 : 0));
2330 if (comparison == 0)
2333 else if (comparison < 0)
2553 int comparison = 0; local
2558 comparison = ((sp->root->key > key) ? 1 :
2561 if (sp->root && comparison == 0)
2578 else if (comparison < 0)
2652 int comparison; local
2660 comparison
2680 int comparison; local
[all...]
/freebsd-10.0-release/contrib/gcc/
H A Doptabs.c3549 /* Nonzero if we can perform a comparison of mode MODE straightforwardly.
3550 PURPOSE describes how this comparison will be used. CODE is the rtx
3551 comparison code we will be using.
3599 to emit a single comparison insn. This setup can involve doing a BLKmode
3600 comparison or emitting a library call to perform the comparison if no insn
3603 should perform the comparison on the modified values. Constant
3626 /* Make sure if we have a canonical comparison. The RTL
3724 comparison routine, use that. */
3731 /* There are two kinds of comparison routine
3771 emit_cmp_and_jump_insn_1(rtx x, rtx y, enum machine_mode mode, enum rtx_code comparison, int unsignedp, rtx label) argument
3850 emit_cmp_and_jump_insns(rtx x, rtx y, enum rtx_code comparison, rtx size, enum machine_mode mode, int unsignedp, rtx label) argument
3884 emit_cmp_insn(rtx x, rtx y, enum rtx_code comparison, rtx size, enum machine_mode mode, int unsignedp) argument
3897 enum rtx_code comparison = *pcomparison; local
4051 rtx tem, subtarget, comparison, insn; local
4179 rtx tem, subtarget, comparison, insn; local
5725 rtx comparison, rtx_op1, rtx_op2, cc_op0, cc_op1; local
[all...]
H A Djump.c367 /* Given a comparison (CODE ARG0 ARG1), inside an insn, INSN, return a code
368 of reversed comparison if it is possible to do so. Otherwise return UNKNOWN.
370 know whether it's source is floating point or integer comparison. Machine
378 /* If this is not actually a comparison, we can't reverse it. */
388 comparison. Give it priority over everything else to allow
399 /* Try a few special cases based on the comparison code. */
416 /* In case we already see unordered comparison, we can be sure to
432 /* Try to search for the comparison to determine the real mode.
451 rtx comparison = src;
455 mode = GET_MODE (XEXP (comparison,
445 rtx comparison = src; local
481 reversed_comparison_code(rtx comparison, rtx insn) argument
[all...]
H A Dexpmed.c3677 can avoid an explicit compare operation in the following comparison
5110 /* Emit a store-flags instruction for comparison CODE on OP0 and OP1
5135 rtx pattern, comparison;
5189 convert the comparison into one involving a single word. */
5272 comparison and then the scc insn. */
5277 comparison
5279 if (CONSTANT_P (comparison))
5281 switch (GET_CODE (comparison))
5284 if (comparison == const0_rtx)
5290 if (comparison
5119 rtx pattern, comparison; local
[all...]
/freebsd-10.0-release/lib/libc/net/
H A Dnsdispatch.c193 vector_comparison comparison)
195 qsort(vec, count, esize, comparison);
201 vector_comparison comparison)
203 return (bsearch(key, vec, count, esize, comparison));
192 vector_sort(void *vec, unsigned int count, size_t esize, vector_comparison comparison) argument
200 vector_search(const void *key, void *vec, unsigned int count, size_t esize, vector_comparison comparison) argument
/freebsd-10.0-release/contrib/gperf/src/
H A Doutput.cc557 /* This class outputs a comparison expression. */
561 /* Outputs the comparison expression.
568 /* Outputs the comparison expression for the first byte.
569 Returns true if the this comparison is complete. */
579 /* First, we emit a comparison of the first byte of the two strings.
585 /* Incomplete comparison, just for speedup. */
595 /* Complete comparison. */
604 /* This class outputs a comparison using strcmp. */
638 /* This class outputs a comparison using strncmp.
677 /* This class outputs a comparison usin
[all...]
/freebsd-10.0-release/contrib/bmake/unit-tests/
H A Dtest.exp23 make: warning: String comparison operator should be either == or !=
/freebsd-10.0-release/usr.sbin/etcupdate/
H A Detcupdate.sh1372 # and use that for the comparison.
1399 No previous tree to compare against, a sane comparison is not possible.
/freebsd-10.0-release/contrib/gcc/config/sparc/
H A Dsparc.c848 /* Nonzero if CODE, a comparison, is suitable for use in v9 conditional move
1896 /* Given a comparison code (EQ, NE, etc.) and the first operand of a COMPARE,
1897 return the mode to be used for the comparison. For floating-point,
1968 remove a duplicate comparison even if there is an intervening function
2019 CODE is the code for an Scc's comparison.
2034 IE: The instruction recognizer needs to see the mode of the comparison to
2123 /* Emit a conditional jump insn for the v9 architecture using comparison code
5773 floating point) and its mode specifies what kind of comparison we made.
5777 REVERSED is nonzero if we should reverse the sense of the comparison.
6019 /* Emit a library call comparison betwee
6011 sparc_emit_float_lib_cmp(rtx x, rtx y, enum rtx_code comparison) argument
[all...]
/freebsd-10.0-release/contrib/one-true-awk/
H A DFIXES213 to EOF with a signed comparison.)
/freebsd-10.0-release/contrib/binutils/gas/
H A DMakefile.am749 .PHONY: bootstrap bootstrap2 bootstrap3 stage1 stage2 stage3 comparison
758 $(MAKE) comparison against=stage2
766 $(MAKE) comparison against=stage2
771 $(MAKE) comparison against=stage2
794 comparison:
/freebsd-10.0-release/contrib/gcc/config/arm/
H A Darm.c2410 /* Canonicalize a comparison so that we are more likely to recognize it.
6537 /* Select a dominance comparison mode if possible for a test of the general
6543 here. If we are unable to support a dominance comparison we return
6554 reverse a comparison if necessary. */
6692 comparison, and CCFPE otherwise. */
6723 comparison will have to be swapped when we emit the assembler. */
6738 comparison of a shifted byte load to be split into a zero-extend
6739 followed by a comparison of the shifted integer (only valid for
10994 of the comparison is CCFPEmode, then always execute the instruction -- we
11478 get_arm_condition_code (rtx comparison)
11459 get_arm_condition_code(rtx comparison) argument
12129 const enum rtx_code comparison; member in struct:builtin_description
[all...]
H A Dlib1funcs.asm529 @ Either 1, 2 or 3 comparison/substractions are left.
/freebsd-10.0-release/contrib/gcc/config/i386/
H A Di386.c2174 /* If we're doing fast math, we don't care about comparison order
2175 wrt NaNs. This lets us use a shorter comparison sequence. */
5874 controlled by a comparison vs the only read from a global.
10250 /* Return true if we should use an FCOMI instruction for this fp comparison. */
10262 to a fp comparison. The operands are updated in place; the new
10263 comparison code is returned. */
10324 /* Try to rearrange the comparison to make it cheaper. */
10341 /* Convert comparison codes we use to represent FP comparison to integer
10375 /* Split comparison cod
15006 const enum rtx_code comparison; member in struct:builtin_description
16320 enum rtx_code comparison = d->comparison; local
16371 enum rtx_code comparison = d->comparison; local
[all...]
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaChecking.cpp3972 // is a heuristic: often comparison against such literals are used to
4465 && "comparison with non-integer type");
4513 // conversion. Relational comparison still works, but equality
4540 // If this is a comparison to an enum constant, include that
4558 /// Analyze the operands of the given comparison. Implements the
4569 // The type the comparison is being performed in.
4572 && "comparison with mismatched types");
4581 // Check whether an integer constant comparison results in a value
4601 // comparison: we're only interested in integral comparisons, and
4614 "unsigned comparison betwee
[all...]
/freebsd-10.0-release/contrib/amd/doc/
H A Dtexinfo.tex1675 % By the way, for comparison, here's what fits with @example (10pt):
/freebsd-10.0-release/contrib/gcc/doc/include/
H A Dtexinfo.tex1751 % By the way, for comparison, here's what fits with @example (10pt):
/freebsd-10.0-release/contrib/groff/doc/
H A Dtexinfo.tex1685 % By the way, for comparison, here's what fits with @example (10pt):
/freebsd-10.0-release/contrib/sqlite3/
H A Dsqlite3.c10368 ** a comparison routine that defines the order of that sequence.
10400 ** for a numeric type is a single comparison.
10638 ** comparison of the two index keys.
18131 ** comparison of two integers and is therefore atomic. But we are
18284 ** that are not equal to self while the comparison is taking place.
18327 ** that are not equal to self while the comparison is taking place.
[all...]

Completed in 877 milliseconds

12