HomeSort by: relevance | last modified time | path
    Searched defs:nonzero (Results 1 - 21 of 21) sorted by relevancy

  /src/lib/libc/compat/net/
compat_ns_ntoa.c 91 int nonzero = 0; local
106 nonzero = 1;
108 if (nonzero && !ok) { *p++ = 'H'; *p = 0; }
  /src/external/gpl3/gcc/dist/gcc/
cgraphclones.cc 389 bool nonzero = count.ipa ().nonzero_p (); local
477 && nonzero
gimple-range-cache.cc 277 int_range<2> nonzero; local
278 nonzero.set_nonzero (t);
279 m_range[1] = m_range_allocator->clone (nonzero);
simplify-rtx.cc 920 unsigned HOST_WIDE_INT nonzero = nonzero_bits (XEXP (op, 0), op0_mode);
924 in_bits = wi::min_precision (wi::uhwi (nonzero, in_prec), UNSIGNED);
927 in_bits -= wi::ctz (wi::uhwi (nonzero, in_prec));
2883 when x is NaN, infinite, or finite and nonzero. They aren't
3102 same as -x when x is NaN, infinite, or finite and nonzero.
3440 /* (ior A C) is C if all bits of A that might be nonzero are on in C. */
3858 nonzero bits in WORD_MODE rather than MODE. */
3874 /* If we are clearing all the nonzero bits, the result is zero. */
3890 there are no nonzero bits of C outside of X's mode. */
6334 /* We cannot do this if tem is a nonzero address. *
912 unsigned HOST_WIDE_INT nonzero = nonzero_bits (XEXP (op, 0), op0_mode); local
    [all...]
tree-vect-patterns.cc 77 wide_int nonzero = get_nonzero_bits (var); local
80 nonzero, sgn) == VR_RANGE)
combine.cc 167 reg_stat[i].last_set_value is valid if it is nonzero, and either
203 used. last_set_invalid is set nonzero when this register is being
215 nonzero bits of a register, specifically which bits are known to be
364 /* Nonzero when reg_stat[].nonzero_bits and reg_stat[].sign_bit_copies can
390 other_insn is nonzero if we have modified some other insn in the process
638 If PLOC is nonzero, *PLOC is set to the insn containing the single use.
1121 Return nonzero if the CFG was changed (e.g. if the combiner has
1681 anything about the number of nonzero bits.
2090 If I1_NOT_IN_SRC is nonzero, it means that finding I1 in the source
2097 If PI3_DEST_KILLED is nonzero, it is a pointer to a location in whic
8674 unsigned HOST_WIDE_INT nonzero; local
9071 unsigned HOST_WIDE_INT nonzero; local
10080 unsigned HOST_WIDE_INT nonzero; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
cgraphclones.cc 378 bool nonzero = count.ipa ().nonzero_p (); local
464 && nonzero
simplify-rtx.cc 920 unsigned HOST_WIDE_INT nonzero = nonzero_bits (XEXP (op, 0), op0_mode);
924 in_bits = wi::min_precision (wi::uhwi (nonzero, in_prec), UNSIGNED);
927 in_bits -= wi::ctz (wi::uhwi (nonzero, in_prec));
2707 when x is NaN, infinite, or finite and nonzero. They aren't
2940 same as -x when x is NaN, infinite, or finite and nonzero.
3278 /* (ior A C) is C if all bits of A that might be nonzero are on in C. */
3706 /* If we are clearing all the nonzero bits, the result is zero. */
3722 there are no nonzero bits of C outside of X's mode. */
6069 /* We cannot do this if tem is a nonzero address. */
6159 unsigned HOST_WIDE_INT nonzero = nonzero_bits (trueop0, int_mode)
912 unsigned HOST_WIDE_INT nonzero = nonzero_bits (XEXP (op, 0), op0_mode); local
    [all...]
tree-vect-patterns.cc 66 wide_int nonzero = get_nonzero_bits (var); local
69 nonzero, sgn) == VR_RANGE)
combine.cc 160 last_set_invalid set to nonzero when it is not valid
171 reg_stat[i].last_set_value is valid if it is nonzero, and either
206 /* Set nonzero if references to register n in expressions should not be
207 used. last_set_invalid is set nonzero when this register is being
219 nonzero bits of a register, specifically which bits are known to be
368 /* Nonzero when reg_stat[].nonzero_bits and reg_stat[].sign_bit_copies can
394 other_insn is nonzero if we have modified some other insn in the process
640 If PLOC is nonzero, *PLOC is set to the insn containing the single use.
1123 Return nonzero if the CFG was changed (e.g. if the combiner has
1679 anything about the number of nonzero bits
8621 unsigned HOST_WIDE_INT nonzero; local
9019 unsigned HOST_WIDE_INT nonzero; local
10029 unsigned HOST_WIDE_INT nonzero; local
    [all...]
  /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/ryu/
d2fixed.c 357 bool nonzero = false; local
374 if (nonzero) {
381 nonzero = true;
385 if (!nonzero) {
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/ryu/
d2fixed.c 357 bool nonzero = false; local
374 if (nonzero) {
381 nonzero = true;
385 if (!nonzero) {
  /src/crypto/external/bsd/netpgp/dist/src/lib/
packet-parse.c 655 unsigned nonzero; local
665 nonzero = length & 7; /* there should be this many zero bits in the
667 if (!nonzero)
668 nonzero = 8;
685 if (((unsigned)buf[0] >> nonzero) != 0 ||
686 !((unsigned)buf[0] & (1U << (nonzero - 1U)))) {
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
trans.cc 1776 tree res, nonzero, null_result, tmp; local
1792 nonzero = fold_build2_loc (input_location, NE_EXPR, logical_type_node, size,
1795 null_result, nonzero);
  /src/external/gpl3/gcc.old/dist/libgcc/
libgcov-util.c 990 int nonzero = 0; local
1013 nonzero = 1;
1023 if (overlap_func_level && nonzero && (!overlap_hot_only || hot))
  /src/external/gpl3/gcc/dist/gcc/fortran/
trans.cc 2194 tree res, nonzero, null_result, tmp; local
2210 nonzero = fold_build2_loc (input_location, NE_EXPR, logical_type_node, size,
2213 null_result, nonzero);
  /src/external/gpl3/gcc/dist/libgcc/
libgcov-util.c 1078 int nonzero = 0; local
1101 nonzero = 1;
1111 if (overlap_func_level && nonzero && (!overlap_hot_only || hot))
  /src/external/gpl3/gdb.old/dist/gdb/python/
py-value.c 1685 int nonzero = 0; /* Appease GCC warning. */ local
1692 nonzero = !!value_as_long (self_value->value);
1694 nonzero = !target_float_is_zero
1698 nonzero = 1;
1704 default Python nonzero function). */
1708 return nonzero;
  /src/external/gpl3/gdb/dist/gdb/python/
py-value.c 1686 int nonzero = 0; /* Appease GCC warning. */ local
1693 nonzero = !!value_as_long (self_value->value);
1695 nonzero = !target_float_is_zero
1699 nonzero = 1;
1705 default Python nonzero function). */
1709 return nonzero;
  /src/external/mpl/bind/dist/lib/isccfg/
check.c 2011 "'ixfr-max-ratio' must be a nonzero "
2972 static const char *nonzero[] = { "max-retry-time", "min-retry-time", local
2978 for (i = 0; i < sizeof(nonzero) / sizeof(nonzero[0]); i++) {
2980 if (cfg_map_get(options, nonzero[i], &obj) == ISC_R_SUCCESS &&
2984 "'%s' must not be zero", nonzero[i]);
  /src/external/bsd/libarchive/dist/libarchive/
archive_write_set_format_iso9660.c 7636 const unsigned char *nonzero = b; local
7639 while (nonzero < nonzeroend)
7640 if (*nonzero++) {

Completed in 77 milliseconds