Searched refs:sign (Results 1 - 25 of 389) sorted by relevance

1234567891011>>

/openbsd-current/regress/usr.bin/ssh/unittests/authopt/testdata/
H A Dmktestdata.sh12 sign() { function
21 sign all_permit.cert -Opermit-agent-forwarding -Opermit-port-forwarding \
23 sign no_permit.cert -Oclear
25 sign no_agentfwd.cert -Ono-agent-forwarding
26 sign no_portfwd.cert -Ono-port-forwarding
27 sign no_pty.cert -Ono-pty
28 sign no_user_rc.cert -Ono-user-rc
29 sign no_x11fwd.cert -Ono-X11-forwarding
31 sign only_agentfwd.cert -Oclear -Opermit-agent-forwarding
32 sign only_portfw
[all...]
/openbsd-current/gnu/lib/libiberty/src/
H A Dcopysign.c10 unsigned int sign : 1; member in struct:__anon600::__anon601
20 unsigned int sign : 1; member in struct:__anon600::__anon602
55 unsigned int sign : 1; member in struct:__anon604::__anon605
70 unsigned int sign : 1; member in struct:__anon604::__anon606
90 unsigned int sign : 1; member in struct:__anon608::__anon609
97 unsigned int sign:1; member in struct:__anon608::__anon610
117 unsigned int sign : 1; member in struct:__anon611::__anon612
125 unsigned int sign:1; member in struct:__anon611::__anon613
140 a.number.sign =b.number.sign;
[all...]
/openbsd-current/sys/arch/hppa/spmath/
H A Dmpyaccs.c25 int carry, sign; local
36 sign = result_hi ^ temp.rslt_hi;
38 if (sign >= 0 && (temp.rslt_hi ^ result_hi) < 0)
H A Ddivsim.c24 int sign, op1_sign; local
32 /* get sign of result */
33 sign = opnd1 ^ opnd2;
64 if (sign>0 && result_lo<0) {
81 if (sign<0) result_lo = -result_lo;
H A Ddivsir.c24 int sign, op1_sign; local
32 /* get sign of result */
33 sign = opnd1 ^ opnd2;
64 if (sign>0 && result_lo<0) {
73 if (sign<0) result_lo = -result_lo;
H A Ddivsfm.c24 register int sign, op1_sign; local
32 /* get sign of result */
33 sign = opnd1 ^ opnd2;
79 if (sign<0) result_lo = -result_lo;
H A Ddivsfr.c24 int sign, op1_sign; local
32 /* get sign of result */
33 sign = opnd1 ^ opnd2;
74 if (sign<0) result_lo = -result_lo;
/openbsd-current/lib/libc/stdlib/
H A Dgcvt.c36 int i, decpt, sign; local
45 digits = __dtoa(value, 2, ndigit, &decpt, &sign, NULL);
50 * Infinity or NaN, convert to inf or nan with sign.
54 snprintf(buf, 5, "%s%s", sign ? "-" : "",
61 if (sign)
68 sign = 1;
71 sign = 0;
81 if (sign)
91 for (sign = decpt, i = 0; (sign /
[all...]
H A Decvt.c31 __cvt(double value, int ndigit, int *decpt, int *sign, int fmode, int pad) argument
38 *sign = value < 0.0;
55 *sign = 0;
61 p = __dtoa(value, fmode + 2, ndigit, decpt, sign, &rve);
95 ecvt(double value, int ndigit, int *decpt, int *sign) argument
97 return(__cvt(value, ndigit, decpt, sign, 0, 1));
101 fcvt(double value, int ndigit, int *decpt, int *sign) argument
103 return(__cvt(value, ndigit, decpt, sign, 1, 1));
/openbsd-current/regress/usr.sbin/acme-client/
H A Dacme-client.conf8 sign with "myauth"
/openbsd-current/lib/libm/src/
H A Ds_rintl.c60 int ex, sign; local
71 sign = expsign >> 15;
80 x += shift[sign];
81 x -= shift[sign];
84 * If the result is +-0, then it must have the same sign as x, but
85 * the above calculation doesn't always give this. Fix up the sign.
88 return (zero[sign]);
H A Ds_cbrtf.c38 u_int32_t sign; local
42 sign=hx&0x80000000; /* sign= sign(x) */
43 hx ^=sign;
63 /* restore the sign bit */
65 SET_FLOAT_WORD(t,high|sign);
H A De_sqrt.c94 int32_t sign = (int)0x80000000; local
107 if(((ix0&(~sign))|ix1)==0) return x;/* sqrt(+-0) = +-0 */
126 ix0 += ix0 + ((ix1&sign)>>31);
132 ix0 += ix0 + ((ix1&sign)>>31);
144 ix0 += ix0 + ((ix1&sign)>>31);
149 r = sign;
155 if(((t1&sign)==sign)&&(s1&sign)==0) s0 += 1;
161 ix0 += ix0 + ((ix1&sign)>>3
[all...]
/openbsd-current/lib/libc/arch/sparc64/fpu/
H A Dfpu_implode.c157 * to the sign of the overflowing result. If false, overflow is to go
161 toinf(struct fpemu *fe, int sign) argument
177 inf = sign == 0;
181 inf = sign;
199 int sign, exp; local
201 sign = fp->fp_sign;
224 if (i >= ((u_int)0x80000000 + sign))
226 return (sign ? -i : i);
233 return (0x7fffffff + sign);
249 int sign, ex local
299 u_int sign = fp->fp_sign << 31; local
384 u_int sign = fp->fp_sign << 31; local
445 u_int sign = fp->fp_sign << 31; local
[all...]
/openbsd-current/sys/arch/sparc64/fpu/
H A Dfpu_implode.c154 * to the sign of the overflowing result. If false, overflow is to go
158 toinf(struct fpemu *fe, int sign) argument
175 inf = sign == 0;
179 inf = sign;
195 int sign, exp; local
197 sign = fp->fp_sign;
220 if (i >= ((u_int)0x80000000 + sign))
222 return (sign ? -i : i);
229 return (0x7fffffff + sign);
242 int sign, ex local
292 u_int sign = fp->fp_sign << 31; local
374 u_int sign = fp->fp_sign << 31; local
432 u_int sign = fp->fp_sign << 31; local
[all...]
/openbsd-current/gnu/llvm/compiler-rt/lib/builtins/
H A Dfloatditf.c27 // All other cases begin by extracting the sign and absolute value of a
28 rep_t sign = 0;
31 sign = signBit;
45 // Insert the sign bit and return
46 return fromRep(result | sign);
H A Dfloatsidf.c28 // All other cases begin by extracting the sign and absolute value of a
29 rep_t sign = 0;
31 sign = signBit;
47 // Insert the sign bit and return
48 return fromRep(result | sign);
H A Dfloatsitf.c27 // All other cases begin by extracting the sign and absolute value of a
28 rep_t sign = 0;
31 sign = signBit;
45 // Insert the sign bit and return
46 return fromRep(result | sign);
H A Dfloatsisf.c28 // All other cases begin by extracting the sign and absolute value of a
29 rep_t sign = 0;
31 sign = signBit;
55 // Insert the sign bit and return
56 return fromRep(result | sign);
/openbsd-current/lib/libm/src/ld128/
H A Ds_asinhl.c37 int32_t ix, sign; local
41 sign = u.parts32.mswhi;
42 ix = sign & 0x7fffffff;
65 if (sign & 0x80000000)
/openbsd-current/gnu/usr.bin/binutils/gas/
H A Dflonum-mult.c94 if ((a->sign != '-' && a->sign != '+')
95 || (b->sign != '-' && b->sign != '+'))
98 product->sign = 0;
101 product->sign = (a->sign == b->sign) ? '+' : '-';
132 /* Watch out for sign extension! Without the casts, on
134 int, which gets sign
[all...]
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/
H A Dflonum-mult.c94 if ((a->sign != '-' && a->sign != '+')
95 || (b->sign != '-' && b->sign != '+'))
98 product->sign = 0;
101 product->sign = (a->sign == b->sign) ? '+' : '-';
132 /* Watch out for sign extension! Without the casts, on
134 int, which gets sign
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/Math-BigRat/t/Math/BigRat/
H A DTest.pm76 if ($x->{sign} !~ /^[+-]$/) { # inf, NaN etc
77 my $s = $x->{sign};
83 $s = $x->{sign} if $x->{sign} ne '+'; # +3 vs 3
103 if ($x->{sign} !~ /^[+-]$/) { # inf, NaN etc
104 my $s = $x->{sign};
110 $s = $x->{sign} if $x->{sign} ne '+'; # +3 vs 3
/openbsd-current/gnu/gcc/gcc/config/
H A Dfp-bit.c183 x->sign = !x->sign;
210 int sign = src->sign;
342 dst.bits.sign = sign;
356 /* Get the initial sign and exponent of the low double. */
358 lowsign = sign;
378 high |= (halffractype) sign << (HALFFRACBITS + EXPBITS);
420 dst.value_raw |= ((fractype) (sign
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/config/
H A Dfp-bit.c184 x->sign = !x->sign;
195 int sign = src->sign;
323 dst.bits.sign = sign;
332 high |= ((fractype) (sign & 1)) << (HALFFRACBITS | EXPBITS);
375 low |= ((fractype) (sign & 1)) << (HALFFRACBITS | EXPBITS);
383 dst.value_raw |= ((fractype) (sign & 1)) << (FRACBITS | EXPBITS);
419 int sign;
[all...]

Completed in 510 milliseconds

1234567891011>>