Searched refs:sign (Results 351 - 375 of 1248) sorted by relevance

<<11121314151617181920>>

/netbsd-current/external/bsd/bc/dist/
H A Dnumber.h35 typedef enum {PLUS, MINUS} sign; typedef in typeref:enum:__anon66
41 sign n_sign;
/netbsd-current/crypto/external/bsd/heimdal/dist/packages/mac/
H A Dmac.sh44 --sign 'Developer ID Installer:' \
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/dc/calcs/
H A Damdgpu_custom_float.c62 *negative = format->sign;
179 if (negative && format->sign)
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/epiphany/
H A Dmodsi3.S33 asr r17,r0,31 ; save sign
74 .Lret_a:eor r0,r0,r17 ; restore sign
/netbsd-current/external/lgpl3/mpfr/dist/src/
H A Dsub.c65 int sign = rnd_mode != MPFR_RNDD local
68 MPFR_SET_SIGN (a, sign);
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/ec/
H A Decp_nistputil.c171 * "sign-alternating {+-1}-representation".
193 * The sign-alternating property implies that the resulting digit values are
202 * recoded digit to *sign (0 for positive, 1 for negative) and *digit (absolute
209 void ec_GFp_nistp_recode_scalar_bits(unsigned char *sign,
220 *sign = s & 1;
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/ec/
H A Decp_nistputil.c175 * "sign-alternating {+-1}-representation".
197 * The sign-alternating property implies that the resulting digit values are
206 * recoded digit to *sign (0 for positive, 1 for negative) and *digit (absolute
213 void ossl_ec_GFp_nistp_recode_scalar_bits(unsigned char *sign, argument
224 *sign = s & 1;
/netbsd-current/crypto/external/bsd/openssl/dist/demos/signature/
H A Drsa_pss_hash.c30 * have already hashed your message and simply want to sign the hash directly,
33 static int sign(OSSL_LIB_CTX *libctx, unsigned char **sig, size_t *sig_len) function
94 fprintf(stderr, "Failed to sign\n");
178 if (sign(libctx, &sig, &sig_len) == 0)
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/epiphany/
H A Dmodsi3.S33 asr r17,r0,31 ; save sign
74 .Lret_a:eor r0,r0,r17 ; restore sign
/netbsd-current/sbin/fsck_ffs/
H A DMakefile.common34 COPTS.ffs_appleufs.c+= -Wno-pointer-sign
/netbsd-current/external/mpl/bind/dist/bin/tests/system/staticstub/ns3/
H A Dsign.sh20 (cd ../ns4 && $SHELL -e sign.sh)
/netbsd-current/external/mpl/bind/dist/bin/tests/system/checkconf/
H A Dbad-kasp2.conf16 // Bad zone configuration because this has dnssec-policy and other DNSSEC sign
/netbsd-current/lib/libm/arch/vax/
H A Dn_support.S60 bicw3 $0x7fff,12(%ap),%r2 # copy the sign bit of y into %r2
62 bisw2 %r2,%r0 # copy the sign bit of y to x
70 bicw3 $0x7fff,8(%ap),%r2 # copy the sign bit of y into %r2
72 bisw2 %r2,%r0 # copy the sign bit of y to x
160 bicw3 $0x7fff,4(%ap),%r2 # get the sign of input arg
161 bisw2 %r2,%r0 # re-attach the sign to %r0/1
194 bicw3 $0x7fff,%r0,-12(%fp) #-12(%fp) = sign of x
238 xorw2 -12(%fp),%r0 #x^sign (exclusive or)
/netbsd-current/external/gpl2/lvm2/dist/tools/
H A Dlvmcmdline.c107 return arg_count(cmd, a) ? _the_args[a].sign : def;
122 a->sign = SIGN_NONE;
144 a->sign = SIGN_NONE;
209 a->sign = SIGN_PLUS;
213 a->sign = SIGN_MINUS;
217 a->sign = SIGN_NONE;
251 a->sign = SIGN_PLUS;
255 a->sign = SIGN_MINUS;
259 a->sign = SIGN_NONE;
323 if (!_get_int_arg(a, &ptr) || (*ptr) || (a->sign
[all...]
/netbsd-current/external/mit/isl/dist/imath/
H A Dimath.c179 return (Z->sign == MP_NEG) ? -1 : 1;
321 value. Does not account for sign flags, terminators, etc. */
339 /* Convert a value to binary, ignoring sign. On input, *limpos is the bound on
373 z->sign = MP_ZPOS;
403 z->sign = MP_ZPOS;
421 z->sign = old->sign;
490 c->sign = a->sign;
513 z->sign
[all...]
/netbsd-current/external/mit/xorg/lib/libIntelXvMC/
H A DMakefile30 CWARNFLAGS.clang+= -Wno-pointer-sign -Wno-format -Wno-parentheses
/netbsd-current/games/robots/
H A Drobots.h127 int sign(int);
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/
H A Dbn_mp_is_square.c53 if (arg->sign == MP_NEG) {
H A Dbn_mp_sqrt.c27 if (arg->sign == MP_NEG) {
/netbsd-current/external/mit/xorg/server/drivers/xf86-video-sunffb/
H A DMakefile32 COPTS.ffb_exa.c+= ${${ACTIVE_CC} == "clang":? -Wno-error=pointer-sign :}
/netbsd-current/external/mit/xorg/server/drivers/xf86-video-mach64/
H A DMakefile30 CWARNFLAGS.clang+= -Wno-pointer-sign
/netbsd-current/external/bsd/mdocml/dist/
H A Dlibmandoc.h76 void roff_setreg(struct roff *, const char *, int, char sign);
/netbsd-current/sys/modules/cyclic/
H A DMakefile28 CPPFLAGS+= -Wno-unknown-pragmas -Wno-cast-qual -Wno-sign-compare
/netbsd-current/external/historical/nawk/bin/
H A DMakefile20 CWARNFLAGS+= -Wno-pointer-sign
/netbsd-current/external/lgpl3/gmp/dist/mpn/generic/
H A Dget_d.c77 /* Return the value {ptr,size}*2^exp, and negative if sign<0. Must have
131 routines, and gets the sign wrong. We don't use such a limb-to-double
139 mpn_get_d (mp_srcptr up, mp_size_t size, mp_size_t sign, long exp) argument
307 u.s.sig = (sign < 0);
357 u.s.sig = sign < 0;
435 return sign >= 0 ? d : -d;

Completed in 387 milliseconds

<<11121314151617181920>>