Searched refs:sign (Results 76 - 100 of 626) sorted by relevance

1234567891011>>

/macosx-10.10.1/tcl-105/tcl/tcl/libtommath/
H A Dbn_mp_clear.c37 a->sign = MP_ZPOS;
H A Dbn_mp_cmp_d.c21 /* compare based on sign */
22 if (a->sign == MP_NEG) {
H A Dbn_mp_zero.c24 a->sign = MP_ZPOS;
H A Dbn_mp_div_2.c60 b->sign = a->sign;
H A Dbn_mp_mul_2.c75 b->sign = a->sign;
H A Dbn_mp_mul_d.c36 /* set the sign */
37 c->sign = a->sign;
H A Dbn_mp_toradix_n.c46 if (t.sign == MP_NEG) {
47 /* we have to reverse our digits later... but not the - sign!! */
52 t.sign = MP_ZPOS;
73 * to the first digit [exluding the sign] of the number
/macosx-10.10.1/OpenSSL098-52/src/crypto/rand/
H A Drandtest.c71 int i,j,k,s,sign,nsign,err=0; local
91 sign=0;
103 if (s == sign)
110 runs[sign][nsign-1]++;
112 runs[sign][5]++;
114 sign=s;
123 if (nsign != 0) runs[sign][nsign-1]++;
/macosx-10.10.1/OpenSSL098-52/src/test/
H A Drandtest.c71 int i,j,k,s,sign,nsign,err=0; local
91 sign=0;
103 if (s == sign)
110 runs[sign][nsign-1]++;
112 runs[sign][5]++;
114 sign=s;
123 if (nsign != 0) runs[sign][nsign-1]++;
/macosx-10.10.1/WTF-7600.1.24/wtf/dtoa/
H A Ddouble-conversion.cc172 bool sign; local
178 &sign, &decimal_rep_length, &decimal_point);
181 if (sign && (value != 0.0 || !unique_zero)) {
215 bool sign; local
223 &sign, &decimal_rep_length, &decimal_point);
226 if (sign && (value != 0.0 || !unique_zero)) {
248 bool sign; local
258 &sign, &decimal_rep_length, &decimal_point);
262 &sign, &decimal_rep_length, &decimal_point);
272 if (sign
298 bool sign; local
355 DoubleToAscii(double v, DtoaMode mode, int requested_digits, char* buffer, int buffer_length, bool* sign, int* length, int* point) argument
423 SignedZero(bool sign) argument
457 bool sign = false; local
[all...]
/macosx-10.10.1/Heimdal-398.1.2/lib/hcrypto/libtommath/
H A Dbn_mp_n_root.c34 if ((b & 1) == 0 && a->sign == MP_NEG) {
50 /* if a is negative fudge the sign but keep track */
51 neg = a->sign;
52 a->sign = MP_ZPOS;
112 /* reset the sign of a first */
113 a->sign = neg;
118 /* set the sign of the result */
119 c->sign = neg;
H A Dbn_mp_div_2.c60 b->sign = a->sign;
H A Dbn_mp_mul_2.c75 b->sign = a->sign;
H A Dbn_mp_mul_d.c36 /* set the sign */
37 c->sign = a->sign;
H A Dbn_mp_toradix.c43 if (t.sign == MP_NEG) {
46 t.sign = MP_ZPOS;
60 * to the first digit [exluding the sign] of the number]
H A Dbn_mp_toradix_n.c46 if (t.sign == MP_NEG) {
47 /* we have to reverse our digits later... but not the - sign!! */
52 t.sign = MP_ZPOS;
73 * to the first digit [exluding the sign] of the number
H A Dbn_mp_init.c35 * and sign to positive */
38 a->sign = MP_ZPOS;
H A Dbn_mp_init_size.c35 a->sign = MP_ZPOS;
/macosx-10.10.1/ruby-106/ruby/ext/bigdecimal/
H A Dbigdecimal.h145 short sign; /* Attributes of the value. */ member in struct:__anon12063
248 #define VpGetSign(a) (((a)->sign>0)?1:(-1))
249 /* Change sign of a to a>0,a<0 if s = 1,-1 respectively */
250 #define VpChangeSign(a,s) {if((s)>0) (a)->sign=(short)Abs((ssize_t)(a)->sign);else (a)->sign=-(short)Abs((ssize_t)(a)->sign);}
251 /* Sets sign of a to a>0,a<0 if s = 1,-1 respectively */
252 #define VpSetSign(a,s) {if((s)>0) (a)->sign=(short)VP_SIGN_POSITIVE_FINITE;else (a)->sign
[all...]
/macosx-10.10.1/Libc-1044.1.2/gdtoa/FreeBSD/
H A D_hdtoa.c71 dorounding(char *s0, int ndigits, int sign, int *decpt) argument
85 if (sign == 0)
89 if (sign != 0)
120 * Outputs: decpt, sign, rve
123 __hdtoa(double d, const char *xdigs, int ndigits, int *decpt, int *sign, argument
132 *sign = u.bits.sign;
207 dorounding(s0, ndigits, u.bits.sign, decpt);
225 __hldtoa(long double e, const char *xdigs, int ndigits, int *decpt, int *sign, argument
234 *sign
319 __hldtoa(long double e, const char *xdigs, int ndigits, int *decpt, int *sign, char **rve) argument
[all...]
/macosx-10.10.1/OpenSSH-189/openssh/openbsd-compat/
H A Dfmt_scaled.c79 int sign = 0; local
90 if (sign) {
94 sign = -1;
97 if (sign) {
101 sign = +1;
139 if (sign) {
140 whole *= sign;
141 fpart *= sign;
/macosx-10.10.1/Security-57031.1.35/SecurityTests/clxutils/cmstool/testSubjects/
H A DvfyCms22 $LOCAL_BUILD_DIR/cmstool parse -i signed1.cms -o $TMP_PTEXT -v sign $QUIET || exit(1)
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/system/dnssec/
H A Dsetup.sh24 cd ns1 && sh sign.sh
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/virtual-time/autosign-ksk/
H A Dsetup.sh27 cd ns1 && sh sign.sh
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/virtual-time/autosign-zsk/
H A Dsetup.sh27 cd ns1 && sh sign.sh

Completed in 268 milliseconds

1234567891011>>