Searched refs:sign (Results 251 - 275 of 1240) sorted by relevance

<<11121314151617181920>>

/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Datof-vax.c211 f.sign = '\0';
274 if (f->sign != '-' && f->sign != '+')
276 if (f->sign == 0)
281 else if (f->sign == 'P')
287 else if (f->sign == 'N')
299 Bit 15 is sign bit.
345 | ((f->sign == '+') ? 0 : 0x8000)
368 don't get a sticky sign bit after shifting right, and that
H A Datof-ieee.c195 generic_floating_point_number.sign = '\0';
320 if (generic_floating_point_number.sign == '+')
329 switch (generic_floating_point_number.sign)
340 if (TOUPPER (generic_floating_point_number.sign) != 'S')
347 words[0] = TOUPPER (generic_floating_point_number.sign) == 'S'
354 if (generic_floating_point_number.sign)
366 words[1] = TOUPPER (generic_floating_point_number.sign) == 'S'
378 words[0] = TOUPPER (generic_floating_point_number.sign) == 'S'
385 if (ISLOWER (generic_floating_point_number.sign))
434 if (generic_floating_point_number.sign
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/
H A Datof-generic.c57 <flonum> ::= <optional-sign> <decimal-number> <optional-exponent>
58 <optional-sign> ::= '+' | '-' | {empty}
65 | <exponent-character> <optional-sign> <integer>
127 address_of_generic_floating_point_number->sign = 0;
140 address_of_generic_floating_point_number->sign =
325 address_of_generic_floating_point_number->sign = digits_sign_char;
466 * The value of digits_flonum . sign should not be important.
467 * We have already decided the output's sign.
468 * We trust that the sign won't influence the other parts of the number!
472 * (2) in future there may be more meaning attached to sign,
[all...]
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/ryu/
H A Dgeneric_128.c57 fd.sign = ieeeSign;
64 fd.sign = ieeeSign;
235 fd.sign = ieeeSign;
244 if (fd.sign) {
247 memcpy(result + fd.sign, "Infinity", 8);
248 return fd.sign + 8;
258 if (v.sign) {
/netbsd-current/crypto/external/bsd/netpgp/dist/
H A Dtst50 echo "======> sign/verify 180938 file"
52 /usr/bin/netpgp --sign a
78 echo "======> sign/verify detached signature file"
80 /usr/bin/netpgp --sign --detached f
104 echo "======> sign/verify detached signature file"
123 /usr/bin/netpgp --sign --armor g && good=18
130 /usr/bin/netpgp --sign --armor g && good=20
142 echo "======> sign/verify file with ssh host keys"
144 sudo /usr/bin/netpgp --ssh --sshkeyfile=/etc/ssh/ssh_host_rsa_key.pub --sign a
152 echo "======> pipeline and memory sign/verif
[all...]
/netbsd-current/sys/arch/m68k/fpe/
H A Dfpu_trig.c139 * sign = 1;
142 * if (sign) {
207 * sign inverse;
211 * sign inverse;
215 * if (sign) {
225 int sign; local
233 sign = 0;
268 sign ^= 1;
287 sign ^= 1;
292 r->fp_sign = sign;
325 int sign; local
[all...]
/netbsd-current/external/lgpl3/mpfr/dist/src/
H A Drint.c39 int sign; local
65 sign = MPFR_INT_SIGN (u);
69 rnd_mode == MPFR_RNDD ? sign < 0 :
70 rnd_mode == MPFR_RNDU ? sign > 0 :
91 mpfr_set_si (r, sign, rnd_mode);
92 MPFR_RET(sign > 0 ? 2 : -2);
97 MPFR_RET(sign > 0 ? -2 : 2);
294 return mpfr_overflow (r, rnd_mode, sign) >= 0 ?
303 MPFR_RET (rnd_away ^ (sign < 0) ? uflags : -uflags);
/netbsd-current/games/robots/
H A Dmove_robs.c68 rp->y += sign(My_pos.y - rp->y);
69 rp->x += sign(My_pos.x - rp->x);
142 * sign:
143 * Return the sign of the number
146 sign(int n) function
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/
H A Dbn_fast_mp_invmod.c133 neg = a->sign;
134 while (D.sign == MP_NEG) {
140 c->sign = neg;
H A Dbn_mp_lcm.c51 /* fix the sign to positive */
52 c->sign = MP_ZPOS;
H A Dbn_mp_read_radix.c35 * minus set the sign to negative.
77 /* set the sign only if a != 0 */
79 a->sign = neg;
H A Dbn_mp_fread.c59 a->sign = neg;
/netbsd-current/external/bsd/ntp/dist/libntp/
H A Ddolfptoa.c18 char sign,
125 if (sign)
126 *bp++ = sign;
15 dolfptoa( u_int32 fpi, u_int32 fpv, char sign, short ndec, int msec ) argument
/netbsd-current/external/gpl3/gcc/dist/libquadmath/math/
H A Dexpm1q.c90 int32_t ix, sign; local
97 sign = ix & 0x80000000;
99 if (!sign && ix >= 0x40060000)
122 ensuring underflow (without returning a zero of the wrong sign)
/netbsd-current/external/gpl3/gcc.old/dist/libquadmath/math/
H A Dexpm1q.c90 int32_t ix, sign; local
97 sign = ix & 0x80000000;
99 if (!sign && ix >= 0x40060000)
122 ensuring underflow (without returning a zero of the wrong sign)
/netbsd-current/sys/arch/alpha/include/
H A Dalpha.h48 sign: 1,
56 sign: 1;
63 sign: 1;
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/epiphany/
H A Ddivsi3.c35 unsigned int sign = (int) (a ^ b) >> 31; local
119 return (r0 ^ sign) - sign;
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/epiphany/
H A Ddivsi3.c35 unsigned int sign = (int) (a ^ b) >> 31; local
119 return (r0 ^ sign) - sign;
/netbsd-current/external/public-domain/tz/dist/
H A Dleapseconds.awk92 sign = "23:59:60\t+"
94 sign = "23:59:59\t-"
98 ss_year, monthabbr[ss_month], ss_mday, sign
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/
H A DAPFloat.cpp253 appropriate sign. */
744 sign = rhs.sign;
764 sign = Negative;
828 sign = rhs.sign;
913 sign != rhs.sign)
927 sign = 0;
1297 (rounding_mode == rmTowardPositive && !sign) ||
[all...]
/netbsd-current/external/mit/xorg/lib/libdrm_radeon/
H A DMakefile20 CWARNFLAGS.clang+= -Wno-pointer-sign -Wno-parentheses-equality
/netbsd-current/lib/libc/gdtoa/
H A Dg_ddfmt.c137 z->sign = 1 - z->sign;
144 z->sign = 1;
184 b = g__fmt(buf, s, se, decpt, z->sign, bufsize);
/netbsd-current/lib/libm/arch/m68k/
H A Ds_copysign.S50 | returns x with the sign of y.
/netbsd-current/sys/arch/rs6000/stand/common/
H A DMakefile12 CPPFLAGS+= -Werror -Wall -Wstrict-prototypes -Wmissing-prototypes -Wno-pointer-sign
/netbsd-current/external/mit/xorg/lib/libdrm_intel/
H A DMakefile22 CWARNFLAGS.clang+= -Wno-pointer-sign

Completed in 480 milliseconds

<<11121314151617181920>>