Searched refs:zero_count (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libgfortran/runtime/
H A DISO_Fortran_binding.c462 int zero_count = 0; local
530 zero_count++;
536 && result->rank != source->rank - zero_count)
540 "(result->rank = source->rank - zero_count, %d != %d "
541 "- %d).\n", result->rank, source->rank, zero_count);
/netbsd-current/external/gpl3/gcc/dist/libgfortran/runtime/
H A DISO_Fortran_binding.c501 int zero_count = 0; local
567 zero_count++;
573 && result->rank != source->rank - zero_count)
577 "(result->rank = source->rank - zero_count, %d != %d "
578 "- %d).\n", result->rank, source->rank, zero_count);
/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Dia64-gen.c1909 int zero_count = 0;
1969 zero_count = 0;
1980 while (IS_ONLY_IFZERO (nent) && zero_count < 7)
1983 zero_count++;
1986 insn_list[our_offset + 0] |= zero_count;
2117 printf ("%d: if (0:%d) goto %d\n", our_offset, zero_count + 1,
1905 int zero_count = 0; local
/netbsd-current/external/gpl3/gdb.old/dist/opcodes/
H A Dia64-gen.c1916 int zero_count = 0;
1976 zero_count = 0;
1987 while (IS_ONLY_IFZERO (nent) && zero_count < 7)
1990 zero_count++;
1993 insn_list[our_offset + 0] |= zero_count;
2124 printf ("%d: if (0:%d) goto %d\n", our_offset, zero_count + 1,
1905 int zero_count = 0; local
/netbsd-current/external/gpl3/gdb/dist/opcodes/
H A Dia64-gen.c1907 int zero_count = 0;
1967 zero_count = 0;
1978 while (IS_ONLY_IFZERO (nent) && zero_count < 7)
1981 zero_count++;
1984 insn_list[our_offset + 0] |= zero_count;
2115 printf ("%d: if (0:%d) goto %d\n", our_offset, zero_count + 1,
1896 int zero_count = 0; local
/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Dia64-gen.c1916 int zero_count = 0;
1976 zero_count = 0;
1987 while (IS_ONLY_IFZERO (nent) && zero_count < 7)
1990 zero_count++;
1993 insn_list[our_offset + 0] |= zero_count;
2124 printf ("%d: if (0:%d) goto %d\n", our_offset, zero_count + 1,
1905 int zero_count = 0; local
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dexpr.c6587 HOST_WIDE_INT count = 0, zero_count = 0;
6620 zero_count += this_node_count;
6628 || 4 * zero_count >= 3 * count))
6899 unsigned HOST_WIDE_INT count = 0, zero_count = 0;
6911 zero_count += n_elts_here;
6917 || 4 * zero_count >= 3 * count);
6573 HOST_WIDE_INT count = 0, zero_count = 0; local
6885 unsigned HOST_WIDE_INT count = 0, zero_count = 0; local
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dexpr.cc6935 HOST_WIDE_INT count = 0, zero_count = 0;
6968 zero_count += this_node_count;
6976 || 4 * zero_count >= 3 * count))
7259 unsigned HOST_WIDE_INT count = 0, zero_count = 0;
7267 zero_count += n_elts_here;
7273 || 4 * zero_count >= 3 * count);
6921 HOST_WIDE_INT count = 0, zero_count = 0; local
7245 unsigned HOST_WIDE_INT count = 0, zero_count = 0; local

Completed in 377 milliseconds