HomeSort by: relevance | last modified time | path
    Searched refs:comparisons (Results 1 - 25 of 27) sorted by relevancy

1 2

  /src/tests/usr.bin/xlint/lint1/
msg_379.c 18 comparisons(int x) function
27 // Yoda-style comparisons are unusual enough to not warn about them.
  /src/external/gpl3/gcc.old/dist/libphobos/testsuite/libphobos.typeinfo/
comparison.d 6 static int comparisons;
7 int opCmp(const S s) const { comparisons++; return i - s.i; }
23 // Test number of comparisons for nested types
25 S.comparisons = 0;
27 assert(S.comparisons == 1);
29 S.comparisons = 0;
31 assert(S.comparisons == 1);
33 S.comparisons = 0;
35 assert(S.comparisons == 1);
42 static int comparisons;
    [all...]
  /src/usr.bin/make/unit-tests/
cond-cmp-numeric-eq.mk 3 # Tests for numeric comparisons with the == operator in .if conditions.
cond-cmp-string.mk 3 # Tests for string comparisons in .if conditions.
cond-short.mk 166 # comparisons. Instead, they are only parsed and then discarded.
208 # matches or equality comparisons worked fine and never produced error
cond-token-plain.mk 214 # This affected only the comparisons after the expression, so the following
  /src/external/lgpl3/mpc/dist/tests/
Makefile.am 52 close_datafile.c comparisons.c copy_parameter.c double_rounding.c \
  /src/external/lgpl3/mpfr/lib/libmpfr/
Makefile 58 comparisons.c \
  /src/share/mk/
bsd.man.mk 13 # then we do filesystem comparisons in lower case to make sure that
  /src/external/gpl3/gdb/dist/sim/testsuite/ft32/
basic.s 524 # comparisons
559 # 8-bit comparisons
  /src/external/gpl3/gdb.old/dist/sim/testsuite/ft32/
basic.s 524 # comparisons
559 # 8-bit comparisons
  /src/external/historical/nawk/dist/
FIXES.1e 664 reinstated. in theory awk will now do character comparisons
  /src/external/gpl3/gcc/dist/libgcc/config/arm/
lib1funcs.S 692 @ Do comparisons in batch of 4 first.
  /src/external/gpl3/gcc.old/dist/libgcc/config/arm/
lib1funcs.S 692 @ Do comparisons in batch of 4 first.
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/algorithm/
comparison.d 573 `upper`, and `val` in all other cases. Comparisons are made
1095 range of range (of range...) comparisons.
  /src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
ir.go 1329 // Operations on comparisons
1812 // Comparisons
  /src/external/gpl3/gdb/dist/sim/ppc/
powerpc.igen 1079 /* comparisons ignore u bits */
  /src/external/gpl3/gdb.old/dist/sim/ppc/
powerpc.igen 1079 /* comparisons ignore u bits */
  /src/sys/arch/m68k/060sp/dist/
isp.s 1892 # The comparisons are made and the condition codes calculated. #
fplsp.s 6728 # To avoid the use of floating-point comparisons, a #
6734 # the comparisons in Steps 1.1 and 1.3 can be performed #
6899 # the comparisons, see the notes on Step 1 of setox. #
fpsp.s 6834 # To avoid the use of floating-point comparisons, a #
6840 # the comparisons in Steps 1.1 and 1.3 can be performed #
7005 # the comparisons, see the notes on Step 1 of setox. #
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/
string.d 1175 `cs` indicates whether the comparisons are case sensitive.
1364 `cs` indicates whether the comparisons are case sensitive.
1764 cs = Indicates whether the comparisons are case sensitive.
1931 cs = Indicates whether the comparisons are case sensitive.
2110 cs = Indicates whether the comparisons are case sensitive.
2270 cs = Indicates whether the comparisons are case sensitive.
  /src/external/gpl3/gcc/dist/gcc/config/i386/
i386-expand.cc 2511 /* DI and TI mode equality/inequality comparisons may be performed
2562 /* Emulate comparisons that do not depend on Zero flag with
2565 of comparisons that would otherwise test Zero flag. */
2657 /* Figure out whether to use unordered fp comparisons. */
3187 /* These comparisons require zero flag; swap operands so they won't. */
4383 /* AVX supports all the needed comparisons. */
4402 /* AVX has 3 operand comparisons, no need to swap anything. */
4662 /* XOP supports all of the comparisons on all 128-bit vector int types. */
11975 static const enum rtx_code comparisons[32] = local
12019 enum rtx_code comparison = comparisons[INTVAL (op2)]
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/i386/
i386-expand.cc 2417 /* Emulate comparisons that do not depend on Zero flag with
2420 of comparisons that would otherwise test Zero flag. */
2512 /* Figure out whether to use unordered fp comparisons. */
2994 /* These comparisons require zero flag; swap operands so they won't. */
4144 /* AVX supports all the needed comparisons. */
4163 /* AVX has 3 operand comparisons, no need to swap anything. */
4419 /* XOP supports all of the comparisons on all 128-bit vector int types. */
11259 static const enum rtx_code comparisons[32] = local
11303 enum rtx_code comparison = comparisons[INTVAL (op2)];
  /src/external/gpl2/diffutils/dist/config/
texinfo.tex 2974 % For \ifx comparisons.

Completed in 90 milliseconds

1 2