Searched refs:sign (Results 401 - 425 of 1248) sorted by relevance

<<11121314151617181920>>

/netbsd-current/sys/external/bsd/acpica/dist/utilities/
H A Dutclib.c703 UINT32 sign; local
721 * The buffer may contain an optional plus or minus sign.
726 sign = ACPI_SIGN_NEGATIVE;
732 sign = ACPI_SIGN_POSITIVE;
736 sign = ACPI_SIGN_POSITIVE;
857 * If a minus sign was present, then "the conversion is negated":
859 if (sign == ACPI_SIGN_NEGATIVE)
/netbsd-current/external/mit/isl/dist/
H A Dbound.c76 int sign; local
84 sign = 1;
87 sign = -1;
117 else if (sign > 0)
124 else if (sign > 0)
/netbsd-current/lib/libm/arch/vax/
H A Dn_atan2.S98 bicw3 $0x7fff,%r2,-4(%fp) # copy y sign bit to -4(%fp)
99 bicw3 $0x7fff,%r4,-8(%fp) # copy x sign bit to -8(%fp)
188 bisw2 -4(%fp),%r0 # return sign(y)*%r0
199 beql zero # if sign(x)=1 return pi
207 bisw2 -4(%fp),%r0 # return sign(y)*pi/2
/netbsd-current/crypto/external/bsd/netpgp/dist/src/netpgpverify/
H A Dbignum.c122 a->sign = MP_ZPOS;
204 * Typically very fast. Also fixes the sign if there
216 /* reset the sign flag if used == 0 */
218 a->sign = MP_ZPOS;
248 /* copy used count and sign */
250 b->sign = a->sign;
409 /* compare based on sign */
410 if (a->sign != b->sign) {
[all...]
/netbsd-current/sbin/nvmectl/
H A Dbignum.c118 a->sign = MP_ZPOS;
200 * Typically very fast. Also fixes the sign if there
212 /* reset the sign flag if used == 0 */
214 a->sign = MP_ZPOS;
244 /* copy used count and sign */
246 b->sign = a->sign;
405 /* compare based on sign */
406 if (a->sign != b->sign) {
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/ec/
H A Decp_nistp521.c944 limb is_p, is_greater, sign; local
1036 sign = -(out[0] >> 63);
1037 out[0] += (two58 & sign);
1038 out[1] -= (1 & sign);
1039 sign = -(out[1] >> 63);
1040 out[1] += (two58 & sign);
1041 out[2] -= (1 & sign);
1042 sign = -(out[2] >> 63);
1043 out[2] += (two58 & sign);
1044 out[3] -= (1 & sign);
1592 u8 sign, digit; local
[all...]
/netbsd-current/sys/arch/hppa/spmath/
H A Dimpyu.S114 b sh4c ; br. if sign overflow
187 sub pu,op1,pu ; shift 2 with minus sign
254 sh2s: shd pu,pl,2,pl ; shift with minus sign
257 shd pu,pl,2,pl ; shift with minus sign
259 shd pm,pu,2,pu ; shift with minus sign
265 shd pu,pl,2,pl ; shift with minus sign
267 shd pm,pu,2,pu ; shift with minus sign
273 shd pu,pl,3,pl ; shift 3 with minus sign
291 sh2sa: extrs pu,29,30,pu ; shift with sign
H A Dsgl_float.h62 /* sgl_and_signs ands the sign bits of each argument and puts the result
63 * into the first argument. sgl_or_signs ors those same sign bits */
93 /* Sign extend the sign bit with an integer destination */
197 #define Sgl_setinfinity(sgl_value,sign) \
199 (sign << 31)
202 #define Sgl_set_sign(sgl_value,sign) Deposit_ssign(sgl_value,sign)
230 #define Sgl_setlargest(sgl_value,sign) \
231 Sall(sgl_value) = ((sign) << 31) | \
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/dragonfly/
H A Dmonetary_members.cc46 // space none symbol sign value
70 // 1 The sign precedes the value and symbol.
71 __ret.field[0] = sign;
74 // Pattern starts with sign.
89 // Pattern starts with sign and ends with none.
104 // 2 The sign follows the value and symbol.
107 // Pattern either ends with sign.
119 __ret.field[3] = sign;
123 // Pattern ends with sign then none.
134 __ret.field[2] = sign;
[all...]
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/config/locale/dragonfly/
H A Dmonetary_members.cc46 // space none symbol sign value
70 // 1 The sign precedes the value and symbol.
71 __ret.field[0] = sign;
74 // Pattern starts with sign.
89 // Pattern starts with sign and ends with none.
104 // 2 The sign follows the value and symbol.
107 // Pattern either ends with sign.
119 __ret.field[3] = sign;
123 // Pattern ends with sign then none.
134 __ret.field[2] = sign;
[all...]
/netbsd-current/usr.bin/make/unit-tests/
H A Dvarmod-subst.mk206 @echo ${:U1 2 3:S#2#two#:Q} number sign
207 @echo ${:U1 2 3:S$2$two$:Q} dollar sign
208 @echo ${:U1 2 3:S%2%two%:Q} percent sign
214 @echo ${:U1 2 3:S+2+two+:Q} plus sign
222 @echo ${:U1 2 3:S<2<two<:Q} less-than sign
223 @echo ${:U1 2 3:S=2=two=:Q} equals sign
224 @echo ${:U1 2 3:S>2>two>:Q} greater-than sign
285 # dollar sign. Therefore, creating a dollar sign is pretty simple:
/netbsd-current/external/bsd/ntp/dist/scripts/monitoring/
H A Dntploopstat432 local($sign) = 1;
447 $sign = -1;
457 return $sign * ($i + $f/2**32);
/netbsd-current/lib/libm/noieee_src/
H A Dn_support.c57 * returns x with the sign of y.
191 short sign; local
240 sign= *px & ~msign ;
262 *px ^= sign;
365 sign, *pt =(unsigned short *) &t ,
370 sign = px[n0] &0x8000; /* sign of x */
416 px[n0] ^= sign;
/netbsd-current/sys/arch/m68k/fpe/
H A Dfpu_cordic.c336 int sign; local
354 sign = 1;
356 sign = 0;
365 * x1 = x - y*t (if sign)
369 if (sign)
381 * y = y + x*t (if sign)
385 if (!sign)
392 * z = z - atan_table[i] (if sign)
397 if (sign)
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/hx509/data/
H A Dgen-req.sh155 -sign \
165 -sign \
176 -sign \
188 -sign \
199 -sign \
210 -sign \
/netbsd-current/lib/libc/gdtoa/
H A Dgdtoaimp.h521 int k, maxwds, sign, wds; member in struct:Bigint
532 #define Bcopy(x,y) memcpy_D2A(&x->sign,&y->sign,y->wds*sizeof(ULong) + 2*sizeof(int))
534 #define Bcopy(x,y) memcpy(&x->sign,&y->sign,y->wds*sizeof(ULong) + 2*sizeof(int))
606 int *decpt, int *sign, char **rve));
H A Dstrtodg.c334 int j, k, nbits, nd, nd0, nf, nz, nz0, rd, rvbits, rve, rve1, sign; local
350 denorm = sign = nz0 = nz = 0;
356 sign = 1;
363 sign = 0;
383 irv = gethex(&s, fpi, expt, &rvb, sign, loc);
386 sign = 0;
532 rd = 2 - sign;
538 rd = 1 + sign;
798 dsign = delta->sign;
799 delta->sign
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Delf32-d10v.c347 bfd_vma sign; local
348 sign = howto->dst_mask & (~howto->dst_mask >> 1 | ~(-(bfd_vma) 1 >> 1));
349 sign = sign >> howto->bitpos << howto->rightshift;
350 val = (val ^ sign) - sign;
/netbsd-current/lib/libm/ld80/
H A De_powl.c566 int n, e, sign, asign, lx; local
593 sign = -1;
598 sign = 1;
630 sign = -sign;
655 if( sign < 0 )
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/h8300/
H A Dlib1funcs.S178 ; turns both into +ve numbers, and leaves what the answer sign
196 xor #0x8,A2L; and toggle sign of result
198 ;; Basically the same, except that the sign of the divisor determines
199 ;; the sign.
313 ;; little ones which prepare the args and massage the sign.
320 ; Put abs SIs into r0/r1 and r2/r3, and leave a 1 in r6l with sign of rest.
327 stc ccr,S2L ; keep the sign in bit 3 of S2L
351 xor.b #0x08,S2L ; toggle the result sign
355 ;; Basically the same, except that the sign of the divisor determines
356 ;; the sign
[all...]
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/h8300/
H A Dlib1funcs.S178 ; turns both into +ve numbers, and leaves what the answer sign
196 xor #0x8,A2L; and toggle sign of result
198 ;; Basically the same, except that the sign of the divisor determines
199 ;; the sign.
313 ;; little ones which prepare the args and massage the sign.
320 ; Put abs SIs into r0/r1 and r2/r3, and leave a 1 in r6l with sign of rest.
327 stc ccr,S2L ; keep the sign in bit 3 of S2L
351 xor.b #0x08,S2L ; toggle the result sign
355 ;; Basically the same, except that the sign of the divisor determines
356 ;; the sign
[all...]
/netbsd-current/sys/kern/
H A Dsubr_prf.c1262 char sign; /* sign prefix (' ', '+', '-', or \0) */ local
1303 sign = '\0';
1313 if (!sign)
1314 sign = ' ';
1334 sign = '+';
1392 sign = '\0';
1402 sign = '-';
1465 sign = '\0';
1486 nosign: sign
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/arm/
H A Dieee754-sf.S45 eor r0, r0, #0x80000000 @ flip sign bit
59 eor r0, r0, #0x80000000 @ flip sign bit of first arg
65 eor r1, r1, #0x80000000 @ flip sign bit of second arg
128 @ Keep absolute value in r0-r1, sign in r3 (the n bit was set above)
206 @ Final result with sign
279 @ if opposite sign: return NAN
319 @ Add initial exponent to sign
352 ands r3, ah, #0x80000000 @ sign bit in r3
368 @ Add initial exponent to sign
461 @ Determine final sign
[all...]
/netbsd-current/external/lgpl3/mpfr/dist/src/
H A Dmpfr-impl.h748 unsigned int sign : 1; \
774 unsigned int sign : 1; \
820 unsigned int sign : 1; member in struct:__anon17::__anon18
1134 /* These are sign macros for MPFR numbers only. */
1158 /* Transform a sign to 1 or -1 */
1203 * i.e. it transforms RNDU or RNDD to away or zero according to the sign.
1216 #define MPFR_IS_LIKE_RNDU(rnd, sign) \
1218 ((rnd) == MPFR_RNDZ && MPFR_IS_NEG_SIGN (sign)) || \
1219 ((rnd) == MPFR_RNDA && MPFR_IS_POS_SIGN (sign)))
1221 #define MPFR_IS_LIKE_RNDD(rnd, sign) \
[all...]
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/arm/
H A Dieee754-sf.S45 eor r0, r0, #0x80000000 @ flip sign bit
59 eor r0, r0, #0x80000000 @ flip sign bit of first arg
65 eor r1, r1, #0x80000000 @ flip sign bit of second arg
128 @ Keep absolute value in r0-r1, sign in r3 (the n bit was set above)
206 @ Final result with sign
279 @ if opposite sign: return NAN
319 @ Add initial exponent to sign
352 ands r3, ah, #0x80000000 @ sign bit in r3
368 @ Add initial exponent to sign
461 @ Determine final sign
[all...]

Completed in 504 milliseconds

<<11121314151617181920>>