Searched refs:sign (Results 301 - 325 of 1248) sorted by relevance

<<11121314151617181920>>

/netbsd-current/external/mpl/bind/dist/bin/tests/system/rootkeysentinel/ns1/
H A Dsign.sh23 (cd ../ns2 && $SHELL sign.sh ${keyid:-00000})
/netbsd-current/external/mpl/bind/dist/bin/tests/system/pending/ns1/
H A Dsign.sh20 (cd ../ns2 && $SHELL -e sign.sh)
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/pkcs7/
H A Dpk7_mime.c37 if (p7->d.sign == NULL)
39 mdalgs = p7->d.sign->md_algs;
/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Dd30v-dis.c274 unsigned int sign = 1u << (bits - 1); local
275 if (val & sign)
277 val = -val & (sign + sign - 1);
302 unsigned int sign = 1u << (bits - 1); local
304 if (val & sign)
306 val = -val & (sign + sign - 1);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Drange-op.cc112 signop sign = TYPE_SIGN (type); local
113 return wi::le_p (wmin, 0, sign) && wi::ge_p (wmax, 0, sign);
605 signop sign = TYPE_SIGN (op1.type ());
606 gcc_checking_assert (sign == TYPE_SIGN (op2.type ()));
608 if (wi::lt_p (op1.upper_bound (), op2.lower_bound (), sign))
610 else if (!wi::lt_p (op1.lower_bound (), op2.upper_bound (), sign))
682 signop sign = TYPE_SIGN (op1.type ());
683 gcc_checking_assert (sign == TYPE_SIGN (op2.type ()));
685 if (wi::le_p (op1.upper_bound (), op2.lower_bound (), sign))
1113 signop sign = TYPE_SIGN (type); local
1149 signop sign = TYPE_SIGN (type); local
1231 signop sign = TYPE_SIGN (type); local
1281 signop sign = TYPE_SIGN (type); local
1416 signop sign = TYPE_SIGN (type); local
1475 signop sign = TYPE_SIGN (type); local
1512 signop sign = TYPE_SIGN (type); local
1864 signop sign = TYPE_SIGN (type); local
1907 signop sign = TYPE_SIGN (type); local
2060 signop sign = TYPE_SIGN (type); local
2124 signop sign = TYPE_SIGN (type); local
2167 signop sign = TYPE_SIGN (type); local
2365 signop sign = TYPE_SIGN (type); local
[all...]
H A Dsreal.c110 int64_t sign = SREAL_SIGN (m_sig); local
115 return sign * INTTYPE_MAXIMUM (int64_t);
117 return sign * (SREAL_ABS ((int64_t)m_sig) << m_exp);
187 int64_t sign = 1; local
190 sign = -1;
198 r_sig = sign * a_p->m_sig;
214 r_sig = sign * ((int64_t) a_p->m_sig - (int64_t)bb->m_sig);
/netbsd-current/sys/arch/m68k/fpe/
H A Dfpu_fscale.c57 int scale, sign, exp; local
162 /* sign-extend */
168 /* sign-extend */
190 sign = fpregs[regnum * 3] & 0x80000000;
222 if (sign != 0) {
248 if (sign == 0) {
325 fpregs[regnum * 3] = sign | (exp << 16);
329 if (sign) {
/netbsd-current/lib/libm/noieee_src/
H A Dn_jn.c132 sgn = (n&1)&(x < zero); /* even n -- 0, odd n -- sign(x) */
267 int i, sign; local
277 sign = 1;
280 sign = 1 - ((n&1)<<2);
283 if (n == 1) return(sign*y1(x));
319 return (infnan(-sign * ERANGE));
320 return ((sign > 0) ? b : -b);
/netbsd-current/external/bsd/mdocml/dist/
H A Droff_term.c211 int len, sign; local
219 sign = 1;
222 sign = -1;
225 sign = 0;
231 if (sign == 0) {
234 } else if (sign == 1) {
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/
H A Dfloating_to_chars.cc381 bool sign; member in struct:__anon1955::ieee_t
413 ieee_repr.sign = (value_bits & 1) != 0;
425 // mantissa (plus an implicit leading bit). We use the exponent and sign
478 ieee_repr.sign = sign_hi;
503 const auto [mantissa, exponent, sign] = get_ieee_repr(value);
504 return ryu::generic_binary_to_decimal(mantissa, exponent, sign,
626 const bool sign = __builtin_signbit(value); local
633 expected_output_length = sign + 1;
643 if (sign)
666 expected_output_length = sign
[all...]
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/bn/
H A Dbn_gcd.c27 int sign; local
73 sign = -1;
78 * -sign*X*a == B (mod |n|),
79 * sign*Y*a == A (mod |n|).
87 * (*) -sign*X*a == B (mod |n|),
88 * sign*Y*a == A (mod |n|)
110 * (**) sign*Y*a == D*B + M (mod |n|).
124 * sign*Y*a == D*A + B (mod |n|),
126 * sign*Y*a - D*A == B (mod |n|).
128 * -sign*
203 int sign; local
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/bn/
H A Dbn_gcd.c27 int sign; local
73 sign = -1;
78 * -sign*X*a == B (mod |n|),
79 * sign*Y*a == A (mod |n|).
87 * (*) -sign*X*a == B (mod |n|),
88 * sign*Y*a == A (mod |n|)
110 * (**) sign*Y*a == D*B + M (mod |n|).
124 * sign*Y*a == D*A + B (mod |n|),
126 * sign*Y*a - D*A == B (mod |n|).
128 * -sign*
203 int sign; local
[all...]
/netbsd-current/external/gpl3/gcc/dist/libquadmath/math/
H A Derfq.c59 * erf(s + c) = sign(x) * (c + P1(s)/Q1(s))
89 * erf(x) = sign(x) *(1 - tiny) (raise inexact)
753 int32_t i, ix, sign; local
757 sign = u.words32.w0;
758 ix = sign & 0x7fffffff;
762 i = ((sign & 0xffff0000) >> 31) << 1;
768 if (ix >= 0x40030000 && sign > 0)
798 if (sign & 0x80000000) /* x < 0 */
808 int32_t i, ix, sign; local
812 sign
[all...]
H A Dasinq.c132 int32_t ix, sign, flag; local
137 sign = u.words32.w0;
138 ix = sign & 0x7fffffff;
191 if ((sign & 0x80000000) == 0)
250 if ((sign & 0x80000000) == 0)
H A Djnq.c103 sgn = (n & 1) & (se >> 31); /* even n -- 0, odd n -- sign(x) */
311 int32_t sign; local
332 sign = 1;
336 sign = 1 - ((n & 1) << 1);
344 ret = sign * y1q (x);
406 if (sign > 0)
/netbsd-current/external/gpl3/gcc.old/dist/libquadmath/math/
H A Derfq.c59 * erf(s + c) = sign(x) * (c + P1(s)/Q1(s))
89 * erf(x) = sign(x) *(1 - tiny) (raise inexact)
753 int32_t i, ix, sign; local
757 sign = u.words32.w0;
758 ix = sign & 0x7fffffff;
762 i = ((sign & 0xffff0000) >> 31) << 1;
768 if (ix >= 0x40030000 && sign > 0)
798 if (sign & 0x80000000) /* x < 0 */
808 int32_t i, ix, sign; local
812 sign
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/avr/libf7/
H A Dlibf7.h49 -- f7_t.sign (negative or -Inf).
122 uint8_t sign :1; member in struct:f7_t::__anon1171::__anon1172
243 void f7_set_sign (f7_t *cc, bool sign) argument
247 cc->flags |= sign;
299 void f7_set_inf (f7_t *cc, bool sign) argument
302 cc->flags = F7_FLAG_inf | sign;
304 (void) sign;
484 void f7_set_eps (f7_t *cc, uint8_t eps, bool sign) argument
487 if (!__builtin_constant_p (sign) || sign)
493 f7_set_1pow2(f7_t *cc, int16_t expo, bool sign) argument
[all...]
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/avr/libf7/
H A Dlibf7.h49 -- f7_t.sign (negative or -Inf).
122 uint8_t sign :1; member in struct:f7_t::__anon1434::__anon1435
243 void f7_set_sign (f7_t *cc, bool sign) argument
247 cc->flags |= sign;
299 void f7_set_inf (f7_t *cc, bool sign) argument
302 cc->flags = F7_FLAG_inf | sign;
304 (void) sign;
484 void f7_set_eps (f7_t *cc, uint8_t eps, bool sign) argument
487 if (!__builtin_constant_p (sign) || sign)
493 f7_set_1pow2(f7_t *cc, int16_t expo, bool sign) argument
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dsreal.cc110 int64_t sign = SREAL_SIGN (m_sig); local
115 return sign * INTTYPE_MAXIMUM (int64_t);
117 return sign * (SREAL_ABS ((int64_t)m_sig) << m_exp);
187 int64_t sign = 1; local
190 sign = -1;
198 r_sig = sign * a_p->m_sig;
214 r_sig = sign * ((int64_t) a_p->m_sig - (int64_t)bb->m_sig);
/netbsd-current/external/bsd/wpa/dist/src/tls/
H A Dlibtommath.c127 int used, alloc, sign; member in struct:__anon128
391 * and sign to positive */
394 a->sign = MP_ZPOS;
418 a->sign = MP_ZPOS;
428 /* get sign of both inputs */
429 sa = a->sign;
430 sb = b->sign;
435 /* add their magnitudes, copy the sign */
436 c->sign = sa;
442 /* the sign o
[all...]
/netbsd-current/usr.bin/radioctl/
H A Dradioctl.c73 int sign; member in struct:opt_t
263 update_value(o.sign, (u_int *)&ri.volume, o.value);
266 update_value(o.sign, (u_int *)&ri.freq, o.value);
270 update_value(o.sign, (u_int *)&ri.rfreq, o.value);
284 update_value(o.sign, (u_int *)&ri.lock, o.value);
323 update_value(int sign, u_int *value, u_int update) argument
325 switch (sign) {
373 o->sign = SIGN_NONE;
407 o->sign = (*topt == '+') ? SIGN_PLUS : SIGN_MINUS;
/netbsd-current/external/cddl/osnet/dev/dtrace/
H A Ddtrace_debug.c248 int base, lflag, qflag, tmp, width, ladjust, sharpflag, neg, sign, dot; local
272 sign = 0; dot = 0; dwidth = 0; upper = 0;
282 sign = 1;
362 sign = 1;
403 sign = 0;
411 if (sign)
448 sign = 1;
454 sign = 0;
490 if (sign && (intmax_t)num < 0) {
/netbsd-current/external/lgpl3/mpfr/dist/tests/
H A Dtstckintc.c299 int sign; local
337 sign = 1;
338 mpfr_set_inf (val, sign);
340 if ((ABS (kind) != MPFR_INF_KIND) || (VSIGN (kind) != VSIGN (sign)))
345 printf (" have sign %d instead of %d\n", VSIGN (kind), VSIGN (sign));
349 sign = -1;
350 mpfr_set_zero (val, sign);
352 if ((ABS (kind) != MPFR_ZERO_KIND) || (VSIGN (kind) != VSIGN (sign)))
357 printf (" have sign
[all...]
/netbsd-current/lib/libm/src/
H A De_jn.c77 sgn = (n&1)&(hx>>31); /* even n -- 0, odd n -- sign(x) */
221 int32_t sign; local
231 sign = 1;
234 sign = 1 - ((n&1)<<1);
237 if(n==1) return(sign*__ieee754_y1(x));
273 if(sign>0) return b; else return -b;
/netbsd-current/sbin/nvmectl/
H A Dhumanize_bignum.c109 int r, sign; local
150 sign = -1;
151 baselen = 3; /* sign, digit, prefix */
154 sign = 1;
237 if (sign == -1)
258 if (sign == -1)

Completed in 413 milliseconds

<<11121314151617181920>>