Searched refs:sign (Results 101 - 125 of 274) sorted by relevance

1234567891011

/freebsd-11.0-release/crypto/openssl/crypto/pkcs7/
H A Dpk7_mime.c82 mdalgs = p7->d.sign->md_algs;
/freebsd-11.0-release/crypto/openssl/apps/
H A DCA.pl9 # CA -sign ... will sign the generated request and output
67 print STDERR "usage: CA -newcert|-newreq|-newreq-nodes|-newca|-sign|-signcert|-verify\n";
136 } elsif (/^(-sign|-signreq)$/) {
167 print STDERR "usage: CA -newcert|-newreq|-newreq-nodes|-newca|-sign|-verify\n";
/freebsd-11.0-release/contrib/libstdc++/src/
H A Dlocale_facets.cc54 money_base::_S_default_pattern = { {symbol, sign, none, value} };
/freebsd-11.0-release/contrib/mdocml/
H A Dlibmandoc.h77 void roff_setreg(struct roff *, const char *, int, char sign);
/freebsd-11.0-release/contrib/binutils/gas/config/
H A Datof-vax.c212 f.sign = '\0';
276 if (f->sign != '-' && f->sign != '+')
283 Bit 15 is sign bit.
329 | ((f->sign == '+') ? 0 : 0x8000)
352 don't get a sticky sign bit after shifting right, and that
/freebsd-11.0-release/contrib/gdtoa/
H A Dstrtod.c96 e, e1, esign, i, j, k, nd, nd0, nf, nz, nz0, sign; local
145 sign = nz0 = nz = decpt = 0;
149 sign = 1;
184 switch((i = gethex(&s, &fpi1, &exp, &bb, sign)) & STRTOG_Retmask) {
187 sign = 0;
336 sign = 0;
376 if (sign) {
378 sign = 0;
392 if (sign) {
394 sign
[all...]
H A Dgdtoaimp.h493 int k, maxwds, sign, wds; member in struct:Bigint
504 #define Bcopy(x,y) memcpy_D2A(&x->sign,&y->sign,y->wds*sizeof(ULong) + 2*sizeof(int))
506 #define Bcopy(x,y) memcpy(&x->sign,&y->sign,y->wds*sizeof(ULong) + 2*sizeof(int))
613 int *decpt, int *sign, char **rve));
H A Dstrtodg.c327 int j, k, nbits, nd, nd0, nf, nz, nz0, rd, rvbits, rve, rve1, sign; local
358 denorm = sign = nz0 = nz = 0;
364 sign = 1;
371 sign = 0;
391 irv = gethex(&s, fpi, exp, &rvb, sign);
394 sign = 0;
534 rd = 2 - sign;
540 rd = 1 + sign;
772 dsign = delta->sign;
773 delta->sign
[all...]
/freebsd-11.0-release/lib/msun/src/
H A Ds_nexttoward.c50 INSERT_WORDS(x,uy.bits.sign<<31,1); /* return +-minsubnormal */
H A Ds_nexttowardf.c40 SET_FLOAT_WORD(x,(uy.bits.sign<<31)|1);/* return +-minsubnormal */
/freebsd-11.0-release/tools/regression/capsicum/libcasper/
H A DMakefile13 CFLAGS+= -Wold-style-definition -Wno-pointer-sign
/freebsd-11.0-release/tools/regression/capsicum/syscalls/
H A DMakefile10 CFLAGS+= -Wold-style-definition -Wno-pointer-sign
/freebsd-11.0-release/crypto/openssl/crypto/ec/
H A Decp_nistp521.c886 limb is_p, is_greater, sign; local
978 sign = -(out[0] >> 63);
979 out[0] += (two58 & sign);
980 out[1] -= (1 & sign);
981 sign = -(out[1] >> 63);
982 out[1] += (two58 & sign);
983 out[2] -= (1 & sign);
984 sign = -(out[2] >> 63);
985 out[2] += (two58 & sign);
986 out[3] -= (1 & sign);
1498 u8 sign, digit; local
[all...]
/freebsd-11.0-release/contrib/libstdc++/config/locale/gnu/
H A Dmonetary_members.cc42 // space none symbol sign value
65 // 1 The sign precedes the value and symbol.
66 __ret.field[0] = sign;
69 // Pattern starts with sign.
84 // Pattern starts with sign and ends with none.
99 // 2 The sign follows the value and symbol.
102 // Pattern either ends with sign.
114 __ret.field[3] = sign;
118 // Pattern ends with sign then none.
129 __ret.field[2] = sign;
[all...]
/freebsd-11.0-release/contrib/gcc/config/arm/
H A Dieee754-sf.S46 eor r0, r0, #0x80000000 @ flip sign bit
58 eor r0, r0, #0x80000000 @ flip sign bit of first arg
64 eor r1, r1, #0x80000000 @ flip sign bit of second arg
121 @ Keep absolute value in r0-r1, sign in r3 (the n bit was set above)
192 @ Final result with sign
252 @ if opposite sign: return NAN
286 @ Add initial exponent to sign
321 ands r3, ah, #0x80000000 @ sign bit in r3
339 @ Add initial exponent to sign
420 @ Determine final sign
[all...]
/freebsd-11.0-release/contrib/libreadline/
H A Disearch.c134 rl_reverse_search_history (sign, key)
135 int sign, key;
137 return (rl_search_history (-sign, key));
143 rl_forward_search_history (sign, key)
144 int sign, key;
146 return (rl_search_history (sign, key));
/freebsd-11.0-release/contrib/ntp/scripts/monitoring/
H A Dntploopstat432 local($sign) = 1;
447 $sign = -1;
457 return $sign * ($i + $f/2**32);
/freebsd-11.0-release/crypto/openssh/regress/unittests/
H A DMakefile.inc34 CDIAGFLAGS+= -Wpointer-sign
/freebsd-11.0-release/contrib/gcc/config/soft-fp/
H A Dsingle.h63 unsigned sign : 1; member in struct:_FP_UNION_S::__anon1282
69 unsigned sign : 1;
H A Ddouble.h72 unsigned sign : 1; member in struct:_FP_UNION_D::__anon1275
80 unsigned sign : 1;
171 unsigned sign : 1; member in struct:_FP_UNION_D::__anon1276
177 unsigned sign : 1;
H A Dop-1.h95 X##_s = _flo.bits.sign; \
105 X##_s = _flo->bits.sign; \
118 _flo.bits.sign = X##_s; \
130 _flo->bits.sign = X##_s; \
H A Dquad.h73 unsigned sign : 1; member in struct:_FP_UNION_Q::__anon1279
85 unsigned sign : 1;
179 unsigned sign : 1; member in struct:_FP_UNION_Q::__anon1281
187 unsigned sign : 1;
/freebsd-11.0-release/contrib/ofed/management/opensm/opensm/
H A Dosm_check153 print "No % sign before PRx64!!: $ARGV $.\n";
/freebsd-11.0-release/lib/libiconv_modules/mapper_zone/
H A Dcitrus_mapper_zone.c101 int c, i, sign = 0; local
109 if (sign == 0 && (c == '+' || c == '-')) {
110 sign = c;
124 if (sign == '-')
/freebsd-11.0-release/usr.bin/jot/
H A Djot.c393 int dot, hash, space, sign, numbers = 0; local
424 dot = hash = space = sign = numbers = 0;
429 } else if ((*p == '#' && !(numbers|dot|sign|space|
432 ((*p == '+' || *p == '-') && !(numbers|dot|sign++))

Completed in 272 milliseconds

1234567891011