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

1234567891011

/freebsd-10.0-release/contrib/gcc/config/arm/
H A Darm.c3672 /* For ARM v4 we may be doing a sign-extend operation during the
6248 int sign = up ? 1 : -1;
6287 addr = plus_constant (from, i * 4 * sign);
6290 offset += 4 * sign;
6295 emit_move_insn (from, plus_constant (from, count * 4 * sign));
6310 = gen_rtx_SET (VOIDmode, from, plus_constant (from, count * 4 * sign));
6317 addr = plus_constant (from, j * 4 * sign);
6321 offset += 4 * sign;
6337 int sign = up ? 1 : -1;
6350 addr = plus_constant (to, i * 4 * sign);
6236 int sign = up ? 1 : -1; local
6325 int sign = up ? 1 : -1; local
[all...]
/freebsd-10.0-release/contrib/gcclibs/libdecnumber/
H A DdecNumber.c430 /* 2003.09.10 NaNs are now permitted to have a sign */
486 /* 1998.07.11: sign no longer required */
487 c++; /* to (expected) sign */
993 uByte bits = 0; /* result sign if errors */
1206 dac->bits = (dac->bits & ~DECNEG) | bits; /* force correct sign */
2240 Flag diffsign; /* non-0 if arguments have different sign */
2300 bits = lhs->bits & DECNEG; /* get sign from LHS */
2336 res->bits = DECNEG; /* preserve 0 sign */
2443 bits = lhs->bits; /* assume sign is that of LHS */
2457 bits = (uByte) (rhs->bits ^ negate); /* assumed sign i
5185 uByte sign = dn->bits & DECNEG; /* clean and save sign bit */ local
[all...]
/freebsd-10.0-release/contrib/binutils/gas/config/
H A Dtc-sparc.c35 unsigned, and would end up sign-extending them to form an offsetT,
946 bfd_signed_vma sign = (bfd_signed_vma) 1 << 31;
947 val = ((val & U0xffffffff) ^ sign) - sign;
1110 /* Need to sign extend it. */
940 bfd_signed_vma sign = (bfd_signed_vma) 1 << 31; local
H A Dtc-arm.c7545 /* ARM V6 SXTAH extracts a 16-bit value from a register, sign
11122 /* Decay more-specific signed & unsigned types to sign-insensitive
11123 integer types if sign-specific variants are unavailable. */
12940 /* Operand sign is unimportant, and the U bit is part of the opcode,
17916 int sign;
18035 sign = value >= 0;
18054 newval |= value | (sign ? INDEX_UP : 0);
18060 sign = value >= 0;
18078 newval |= ((value >> 4) << 8) | (value & 0xf) | (sign ? INDEX_UP : 0);
18580 sign
17902 int sign; local
[all...]
/freebsd-10.0-release/crypto/openssl/crypto/ec/
H A Decp_nistp256.c1515 u8 sign, digit; local
1580 ec_GFp_nistp_recode_scalar_bits(&sign, &digit, bits);
1585 copy_small_conditional(ftmp, tmp[1], (((limb) sign) - 1));
/freebsd-10.0-release/contrib/gdb/gdb/
H A Dada-lang.c1383 unsigned char sign;
1430 sign = 0;
1441 sign = ~0;
1474 sign = ~0;
1486 unsigned int signMask = sign & ~unusedMSMask;
1505 accum |= sign << accumSize;
1379 unsigned char sign; local
H A Dgo32-nat.c65 unsigned short sign:1; member in struct:__anon1257
/freebsd-10.0-release/contrib/gcc/
H A Dstor-layout.c1994 it is sign extended in a way consistent with force_fit_type. */
2006 /* Now sign extend it using force_fit_type to ensure
2192 get_mode_bounds (enum machine_mode mode, int sign,
2201 if (sign)
2183 get_mode_bounds(enum machine_mode mode, int sign, enum machine_mode target_mode, rtx *mmin, rtx *mmax) argument
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-10.0-release/crypto/openssl/crypto/ts/
H A DMakefile84 rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff enc dec sign verify
H A Dts_rsp_sign.c734 if (!ASN1_INTEGER_set(p7->d.sign->version, 3)) goto err;
/freebsd-10.0-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-10.0-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-10.0-release/crypto/openssl/crypto/bn/
H A Dbntest.c2140 static int sign[8]={0,0,0,1,1,0,1,1}; local
2142 return(sign[(neg++)%8]);
/freebsd-10.0-release/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_reset.c2091 ahp->ah_meas0.sign[i] = 0;
2092 ahp->ah_meas1.sign[i] = 0;
2093 ahp->ah_meas2.sign[i] = 0;
2094 ahp->ah_meas3.sign[i] = 0;
/freebsd-10.0-release/contrib/texinfo/makeinfo/
H A Dmakeinfo.c3754 the text following an `=' sign in NAME, if any is present. */
/freebsd-10.0-release/crypto/openssh/
H A Dsshd.c2521 kex->sign = sshd_hostkey_sign;
H A Dmonitor.c1876 kex->sign = sshd_hostkey_sign;
/freebsd-10.0-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-10.0-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-10.0-release/sys/dev/oce/
H A Doce_hw.h2099 uint8_t sign[52]; member in struct:flash_file_hdr
/freebsd-10.0-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-10.0-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-10.0-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.

Completed in 413 milliseconds

1234567891011