Searched refs:sign (Results 226 - 244 of 244) sorted by relevance

12345678910

/freebsd-9.3-release/contrib/binutils/binutils/
H A Ddwarf.c163 read_leb128 (unsigned char *data, unsigned int *length_return, int sign) argument
185 if (sign && (shift < 8 * sizeof (result)) && (byte & 0x40))
/freebsd-9.3-release/contrib/llvm/lib/Support/
H A DAPInt.cpp624 assert(slen && "String is only a sign, needs a value.");
822 // Get the sign bit from the highest order bit
832 // Extract the mantissa by clearing the top 12 bits (sign + exponent).
880 // we are using. Note that the sign bit is gone since we constructed the
909 uint64_t sign = isNeg ? (1ULL << (APINT_BITS_PER_WORD - 1)) : 0;
914 T.I = sign | (exp << 52) | mantissa;
961 // Read and sign-extend any partial word.
1082 // Adjust the top significant word for sign bit fill, if negative
1099 // Deal with sign extenstion in the break word, and possibly the word before
2053 if (isNonNegative()) // Don't allow sign chang
[all...]
/freebsd-9.3-release/crypto/heimdal/lib/hx509/
H A Dcrypto.c71 int (*sign)(hx509_context context, member in struct:hx509_private_key_ops
1114 return (*signer->ops->sign)(context, signer, alg, data,
/freebsd-9.3-release/contrib/gcc/
H A Dsimplify-rtx.c48 occasionally need to sign extend from low to high as if low were a
445 just the sign bit, but this doesn't seem common enough to
633 /* (truncate:SI ({sign,zero}_extend:DI foo:SI)) == foo:SI. */
639 /* (truncate:SI (OP:DI ({sign,zero}_extend:DI foo:SI))) is
823 /* Check for a sign extension of a subreg of a promoted
824 variable, where the promotion is sign-extended, and the
1065 and sign-extension. */
1082 and sign-extension. */
1918 to implicit sign extension. */
2186 /* (xor (comparison foo bar) (const_int sign
3870 int sign; local
[all...]
H A Dtree-data-ref.c931 tree sign = fold_binary (GT_EXPR, boolean_type_node, i_plus_s, init);
933 if (sign == boolean_true_node)
941 else if (sign == boolean_false_node)
2962 /* Both functions should have the same evolution sign. */
929 tree sign = fold_binary (GT_EXPR, boolean_type_node, i_plus_s, init); local
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dgo32-nat.c65 unsigned short sign:1; member in struct:__anon1369
/freebsd-9.3-release/contrib/ipfilter/BSD/
H A DMakefile12 CC=gcc -Wall -Wuninitialized -Wstrict-prototypes -O -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wno-traditional -Werror
/freebsd-9.3-release/contrib/bind9/bin/dnssec/
H A Ddnssec-signzone.c191 sign(isc_task_t *task, isc_event_t *event);
292 fatal("dnskey '%s' failed to sign data: %s",
1507 sign, NULL, sizeof(sevent_t));
1551 sign(isc_task_t *task, isc_event_t *event) { function
2503 fatal("cannot sign zone with non-private dnskey %s",
2957 fprintf(stderr, "disable post-sign verification\n");
/freebsd-9.3-release/contrib/texinfo/makeinfo/
H A Dmakeinfo.c3754 the text following an `=' sign in NAME, if any is present. */
/freebsd-9.3-release/crypto/openssh/
H A Dsshd.c2555 kex->sign = sshd_hostkey_sign;
H A Dmonitor.c1855 kex->sign = sshd_hostkey_sign;
/freebsd-9.3-release/sys/boot/ficl/
H A Dwords.c342 ** differ in sign, the implementation-defined result returned will be the
706 ** to the output buffer, until SPRINTF encounters a percent sign ("%").
707 ** SPRINTF then skips the percent sign, and examines the next character
715 ** % - output a literal percent-sign to the buffer
2905 ** less-number-sign CORE ( -- )
2917 ** number-sign CORE ( ud1 -- ud2 )
2942 ** number-sign-greater CORE ( xd -- c-addr u )
2964 ** number-sign-s CORE ( ud1 -- ud2 )
3014 ** If n is negative, add a minus sign to the beginning of the pictured
3018 static void sign(FICL_V function
[all...]
/freebsd-9.3-release/contrib/libstdc++/include/bits/
H A Dlocale_facets.h3517 * from the part enum. symbol, sign, and value must be present and the
3525 enum part { none, space, symbol, sign, value }; enumerator in enum:money_base::part
3542 // space none symbol sign value
3744 * @brief Return positive sign string.
3746 * This function returns a string_type to use as a sign for positive
3754 * @return @a string_type representing a positive sign.
3761 * @brief Return negative sign string.
3763 * This function returns a string_type to use as a sign for negative
3771 * @return @a string_type representing a negative sign.
3802 * The pattern has 4 fields describing the ordering of symbol, sign,
[all...]
/freebsd-9.3-release/sys/dev/oce/
H A Doce_hw.h2121 uint8_t sign[52]; member in struct:flash_file_hdr
/freebsd-9.3-release/contrib/binutils/gas/config/
H A Dtc-arm.c7483 /* ARM V6 SXTAH extracts a 16-bit value from a register, sign
11060 /* Decay more-specific signed & unsigned types to sign-insensitive
11061 integer types if sign-specific variants are unavailable. */
12878 /* Operand sign is unimportant, and the U bit is part of the opcode,
17851 int sign;
17970 sign = value >= 0;
17989 newval |= value | (sign ? INDEX_UP : 0);
17995 sign = value >= 0;
18013 newval |= ((value >> 4) << 8) | (value & 0xf) | (sign ? INDEX_UP : 0);
18515 sign
17837 int sign; local
[all...]
/freebsd-9.3-release/contrib/amd/doc/
H A Dtexinfo.tex1958 % @pounds{} is a sterling sign, which Knuth put in the CM italic font.
5757 % sign. Just make them active and then expand them all to nothing.
/freebsd-9.3-release/contrib/gcc/doc/include/
H A Dtexinfo.tex2073 % @pounds{} is a sterling sign, which Knuth put in the CM italic font.
5953 % sign. Just make them active and then expand them all to nothing.
/freebsd-9.3-release/contrib/groff/doc/
H A Dtexinfo.tex1972 % @pounds{} is a sterling sign, which Knuth put in the CM italic font.
5829 % sign. Just make them active and then expand them all to nothing.
/freebsd-9.3-release/contrib/libreadline/
H A Dconfigure5658 a system to return different values, as long as the sign is the

Completed in 493 milliseconds

12345678910