Home
last modified time | relevance | path

Searched refs:nonzero (Results 1 – 25 of 129) sorted by relevance

123456

/freebsd-12.1/contrib/gcc/
H A Drtlanal.c3535 nonzero = 1; in nonzero_bits1()
3548 nonzero = 1; in nonzero_bits1()
3600 if ((nonzero & nonzero0) != nonzero) in nonzero_bits1()
3803 nonzero = -1; in nonzero_bits1()
3812 nonzero = -1; in nonzero_bits1()
3816 nonzero = 1; in nonzero_bits1()
3827 if ((nonzero & nonzero_true) != nonzero) in nonzero_bits1()
3838 return nonzero; in nonzero_bits1()
3994 nonzero = (~nonzero) & GET_MODE_MASK (mode); in num_sign_bit_copies1()
4121 return (nonzero == 1 || nonzero == 0 ? bitwidth in num_sign_bit_copies1()
[all …]
H A Drtlhooks.c115 unsigned HOST_WIDE_INT *nonzero ATTRIBUTE_UNUSED) in reg_nonzero_bits_general()
H A Dstab.def93 of the definition file. Other is nonzero if it is imported with the
105 /* GNU C++ `catch' clause. Value is its address. Desc is nonzero if
H A Dtree.def75 BLOCK_ABSTRACT is nonzero if the block represents an abstract
78 TREE_ASM_WRITTEN is nonzero if the block was actually referenced
207 The field TYPE_POINTER_TO (TREE_TYPE (array_type)) is always nonzero
322 in C, it is a flag, nonzero if the label's definition has been seen.
337 DECL_FUNCTION_CODE is a code number that is nonzero for
345 DECL_ABSTRACT is nonzero if the decl represents an abstract instance
H A Dcombine.c6840 unsigned HOST_WIDE_INT fuller_mask, nonzero; in force_to_mode() local
6879 nonzero = nonzero_bits (x, mode); in force_to_mode()
7199 nonzero = ~(HOST_WIDE_INT) 0; in force_to_mode()
7208 nonzero >>= INTVAL (XEXP (x, 1)) in force_to_mode()
7215 nonzero >>= INTVAL (XEXP (x, 1)); in force_to_mode()
7218 if ((mask & ~nonzero) == 0) in force_to_mode()
8132 unsigned HOST_WIDE_INT nonzero; in simplify_and_const_int_1() local
8170 constop &= nonzero; in simplify_and_const_int_1()
8226 if (constop == nonzero) in simplify_and_const_int_1()
8270 unsigned HOST_WIDE_INT *nonzero) in reg_nonzero_bits_for_combine() argument
[all …]
/freebsd-12.1/contrib/tzcode/zic/
H A Dialloc.c21 #define nonzero(n) (((n) == 0) ? 1 : (n)) macro
27 return malloc((size_t) nonzero(n));
47 return realloc((void *) pointer, (size_t) nonzero(size));
/freebsd-12.1/contrib/ofed/infiniband-diags/src/
H A Dibroute.c97 unsigned i, chunk, bit, nonzero = 0; in dump_mlid() local
105 nonzero++; in dump_mlid()
112 if (!nonzero && !dump_all) { in dump_mlid()
124 nonzero++; in dump_mlid()
128 if (!nonzero && !dump_all) { in dump_mlid()
H A Ddump_fts.c72 unsigned i, chunk, bit, nonzero = 0; in dump_mlid() local
80 nonzero++; in dump_mlid()
87 if (!nonzero && !dump_all) { in dump_mlid()
99 nonzero++; in dump_mlid()
103 if (!nonzero && !dump_all) { in dump_mlid()
/freebsd-12.1/contrib/gcc/config/i386/
H A Dpredicates.md21 ;; Return nonzero if OP is either a i387 or SSE fp register.
26 ;; Return nonzero if OP is an i387 fp register.
31 ;; Return nonzero if OP is a non-fp register_operand.
36 ;; Return nonzero if OP is a register operand other than an i387 fp register.
301 ;; Return nonzero if OP is general operand representable on x86_64.
308 ;; Return nonzero if OP is general operand representable on x86_64
317 ;; Return nonzero if OP is nonmemory operand representable on x86_64.
324 ;; Return nonzero if OP is nonmemory operand representable on x86_64.
601 ;; Return nonzero if OP is CONST_INT >= 1 and <= 31 (a valid operand
662 ;; the first element nonzero.
[all …]
/freebsd-12.1/lib/libc/softfloat/bits64/
H A Dsoftfloat-macros36 Shifts `a' right by the number of bits given in `count'. If any nonzero
40 result will be either 0 or 1, depending on whether `a' is zero or nonzero.
63 Shifts `a' right by the number of bits given in `count'. If any nonzero
67 result will be either 0 or 1, depending on whether `a' is zero or nonzero.
92 64 nonzero bits; this is stored at the location pointed to by `z0Ptr'. The
171 number of bits given in `count'. If any nonzero bits are shifted off, they
176 nonzero. The result is broken into two 64-bit pieces which are stored at
216 at most 128 nonzero bits; these are broken into two 64-bit pieces which are
/freebsd-12.1/contrib/gcc/config/rs6000/
H A Dconstraints.md62 "high-order 16 bits nonzero"
67 "low-order 16 bits nonzero"
H A Ddarwin-ldouble-format38 nonzero but the low part represents a value which has a bit set below
/freebsd-12.1/lib/libc/softfloat/bits32/
H A Dsoftfloat-macros35 Shifts `a' right by the number of bits given in `count'. If any nonzero
39 result will be either 0 or 1, depending on whether `a' is zero or nonzero.
96 number of bits given in `count'. If any nonzero bits are shifted off, they
101 nonzero. The result is broken into two 32-bit pieces which are stored at
141 at most 64 nonzero bits; these are broken into two 32-bit pieces which are
/freebsd-12.1/contrib/gcc/config/s390/
H A Dpredicates.md160 ;; Return nonzero if OP is a valid comparison operator
176 ;; Return nonzero if OP is a valid comparison operator
221 ;; Return nonzero if OP is a valid comparison operator
/freebsd-12.1/crypto/openssl/doc/man3/
H A DSSL_CTX_set_stateless_cookie_generate_cb.pod36 valid. A nonzero return value from app_verify_cookie_cb() communicates that the
H A DSSL_get_ciphers.pod55 SSLv2 wire format if B<isv2format> is nonzero; otherwise the two-octet
/freebsd-12.1/contrib/gcc/doc/
H A Dtm.texi129 boolean, nonzero if the option does stop an executable from being
1163 a nonzero value for the expression enables this behavior.
1176 @code{PCC_BITFIELD_TYPE_MATTERS} to have a nonzero value.
1984 nonzero.
2079 The default is always nonzero.
2083 A C expression that is nonzero if a value of mode
3526 nonzero the function will have a frame pointer.
5641 When this macro is nonzero, the compiler will act as if
5649 @code{STRICT_ALIGNMENT} is nonzero.
8784 Define this macro to a nonzero value if you want to treat
[all …]
H A Drtl.texi592 nonzero if the insn has been deleted. Stored in the
654 In @code{mem} expressions, nonzero for reference to a scalar known not
669 nonzero for volatile memory references.
676 In @code{mem}, nonzero for memory references that will not trap.
699 In a @code{reg}, nonzero if it corresponds to a variable present in
788 For a @code{set}, nonzero if it is for a return.
795 For a @code{call_insn}, nonzero if the insn is a sibling call.
827 zero, then @code{unchanging} as nonzero means zero extension and as
828 zero means sign extension. If @code{volatil} is nonzero then some
2099 to represent a machine-dependent nonzero value described by, but not
[all …]
H A Dlibgcc.texi404 These functions return a nonzero value if either argument is NaN, otherwise 0.
435 These functions return a nonzero value if either argument is NaN, or
629 These functions return a nonzero value if either argument is NaN, otherwise 0.
660 These functions return a nonzero value if either argument is NaN, or
/freebsd-12.1/contrib/ncurses/misc/
H A Dchkdef.cmd38 * returns nonzero if two symbols have the same code or a line has a wrong
/freebsd-12.1/contrib/gdtoa/
H A Dchanges178 underflow were scaled inappropriately (giving nonzero return values).
376 gethex(), and only copybits(..., bb) when bb is nonzero. This
409 by Stefan Farfelder) with 0x forms with no nonzero digits before the "."
513 starting with "0xd" for a nonzero digit d (such as "0x1.0002p3"). The
610 handling a large number of digits with a few nonzero digits, followed
611 by many zeros, and then some nonzero digits. (This does not happen
/freebsd-12.1/contrib/gcc/cp/
H A Doperators.def57 A boolean value. If nonzero, this is an assignment operator.
/freebsd-12.1/crypto/heimdal/lib/wind/
H A Drfc3492.txt205 of basic code points is nonzero. The delimiter is a particular basic
702 representable nonnegative integers and C is nonzero. Then A + B
1297 /* holds input_length boolean values, where nonzero suggests that */
1326 /* case information is not needed. A nonzero flag suggests that */
1375 /* nonzero, in which case the uppercase form is used. The behavior */
1376 /* is undefined if flag is nonzero and digit d has no uppercase form. */
1392 /* if flag is zero, uppercase if flag is nonzero, and returns */
/freebsd-12.1/contrib/ncurses/
H A DTO-DO41 + Magic cookie support (for nonzero xmc values) does not work, since the logic
/freebsd-12.1/contrib/binutils/include/aout/
H A Dstab.def116 /* GNU C++ `catch' clause. Value is its address. Desc is nonzero if

123456