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

1 2

  /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; }
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
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);
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...]
  /src/external/gpl3/gcc.old/dist/gcc/
cgraphclones.cc 378 bool nonzero = count.ipa ().nonzero_p (); local
464 && nonzero
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...]
  /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) {
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) {
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)))) {
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);
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))
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);
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;

Completed in 102 milliseconds

1 2