Searched refs:neg (Results 1 - 25 of 220) sorted by relevance

123456789

/macosx-10.9.5/ntp-88/libntp/
H A Dfptoa.c14 int neg; local
18 neg = 1;
21 neg = 0;
24 return dofptoa(plusfp, neg, ndec, 0);
H A Dfptoms.c13 int neg; local
17 neg = 1;
20 neg = 0;
23 return dofptoa(plusfp, neg, ndec, 1);
/macosx-10.9.5/Security-55471.14.18/libsecurity_apple_csp/open_ssl/bn/
H A Dbn_mpi.c104 if (a->neg)
112 int neg=0; local
131 a->neg=0;
137 neg=1;
140 a->neg=neg;
141 if (neg)
H A Dbn_add.c94 if (a->neg ^ b->neg)
97 if (a->neg)
105 r->neg=1;
110 r->neg=0;
115 if (a->neg) /* both are neg */
116 r->neg=1;
118 r->neg=0;
279 int add=0,neg local
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/hcrypto/libtommath/
H A Dbn_mp_fread.c21 int err, ch, neg, y; local
29 neg = MP_NEG;
32 neg = MP_ZPOS;
57 a->sign = neg;
H A Dbn_mp_read_radix.c21 int y, res, neg; local
37 neg = MP_NEG;
39 neg = MP_ZPOS;
77 a->sign = neg;
H A Dbn_mp_mul.c21 int res, neg; local
22 neg = (a->sign == b->sign) ? MP_ZPOS : MP_NEG;
59 c->sign = (c->used > 0) ? neg : MP_ZPOS;
/macosx-10.9.5/tcl-102/tcl/tcl/libtommath/
H A Dbn_mp_read_radix.c21 int y, res, neg; local
37 neg = MP_NEG;
39 neg = MP_ZPOS;
84 a->sign = neg;
H A Dbn_mp_mul.c21 int res, neg; local
22 neg = (a->sign == b->sign) ? MP_ZPOS : MP_NEG;
59 c->sign = (c->used > 0) ? neg : MP_ZPOS;
/macosx-10.9.5/BerkeleyDB-21/db/clib/
H A Dstrtol.c60 int neg, any, cutlim; local
72 neg = 1;
75 neg = 0;
101 * 7 (neg==0) or 8 (neg==1), meaning that if we have accumulated
108 cutoff = neg ? (unsigned long)-(LONG_MIN + LONG_MAX) + LONG_MAX
132 acc = neg ? LONG_MIN : LONG_MAX;
137 } else if (neg)
H A Dstrtoul.c60 int neg, any, cutlim; local
70 neg = 1;
73 neg = 0;
116 } else if (neg)
/macosx-10.9.5/CPANInternal-140/DateTime/t/
H A D20infinite.t10 my $neg = DateTime::Infinite::Past->new;
18 ok( $neg->is_infinite, 'negative infinity should be infinite' );
20 ok( !$neg->is_finite, 'negative infinity should not be finite' );
25 ok( $neg < $long_ago,
32 ok( $pos > $neg,
45 'normal - infinity = neg infinity' );
48 ok( $neg2 == $neg,
49 'normal + neg infinite duration = neg infinity' );
72 ok( $neg
[all...]
/macosx-10.9.5/OpenSSH-186/openssh/openbsd-compat/
H A Dstrtoll.c55 int neg, any, cutlim; local
67 neg = 1;
70 neg = 0;
93 * either 7 (neg==0) or 8 (neg==1), meaning that if we have
101 cutoff = neg ? LLONG_MIN : LLONG_MAX;
104 if (neg) {
122 if (neg) {
H A Dstrtoul.c53 int neg, any, cutlim; local
63 neg = 1;
66 neg = 0;
102 if (neg && any > 0)
H A Dstrtoull.c55 int neg, any, cutlim; local
65 neg = 1;
68 neg = 0;
104 if (neg && any > 0)
/macosx-10.9.5/lukemftp-13.92.1/tnftp/libnetbsd/
H A Dstrtoll.c48 int neg, any, cutlim; local
67 neg = 1;
70 neg = 0;
93 * either 7 (neg==0) or 8 (neg==1), meaning that if we have
101 cutoff = neg ? LLONG_MIN : LLONG_MAX;
104 if (neg) {
122 if (neg) {
/macosx-10.9.5/apache-786.1/httpd/modules/mappers/
H A Dmod_negotiation.c610 static void parse_negotiate_header(request_rec *r, negotiation_state *neg) argument
624 neg->ua_supports_trans = 0;
625 neg->send_alternates = 0;
626 neg->may_choose = 1;
627 neg->use_rvsa = 0;
628 neg->dont_fiddle_headers = 0;
647 neg->may_choose = 0; /* An empty Negotiate would require 300 response */
649 while ((tok = ap_get_list_item(neg->pool, &negotiate)) != NULL) {
658 neg->ua_supports_trans = 1;
664 neg
703 maybe_add_default_accepts(negotiation_state *neg, int prefer_scripts) argument
939 read_type_map(apr_file_t **map, negotiation_state *neg, request_rec *rr) argument
1091 read_types_multi(negotiation_state *neg) argument
1488 set_default_lang_quality(negotiation_state *neg) argument
1538 set_language_quality(negotiation_state *neg, var_rec *variant) argument
1745 find_content_length(negotiation_state *neg, var_rec *variant) argument
1774 set_accept_quality(negotiation_state *neg, var_rec *variant) argument
1854 set_charset_quality(negotiation_state *neg, var_rec *variant) argument
1947 set_encoding_quality(negotiation_state *neg, var_rec *variant) argument
2042 is_variant_better_rvsa(negotiation_state *neg, var_rec *variant, var_rec *best, float *p_bestq) argument
2109 is_variant_better(negotiation_state *neg, var_rec *variant, var_rec *best, float *p_bestq) argument
2286 best_match(negotiation_state *neg, var_rec **pbest) argument
2448 set_neg_headers(request_rec *r, negotiation_state *neg, int alg_result) argument
2633 make_variant_list(request_rec *r, negotiation_state *neg) argument
2691 store_variant_list(request_rec *r, negotiation_state *neg) argument
2708 setup_choice_response(request_rec *r, negotiation_state *neg, var_rec *variant) argument
2823 do_negotiation(request_rec *r, negotiation_state *neg, var_rec **bestp, int prefer_scripts) argument
2971 negotiation_state *neg; local
3088 negotiation_state *neg; local
[all...]
/macosx-10.9.5/cxxfilt-11/cxxfilt/libiberty/
H A Dstrtol.c94 register int neg = 0, any, cutlim; local
105 neg = 1;
128 * 7 (neg==0) or 8 (neg==1), meaning that if we have accumulated
135 cutoff = neg ? -(unsigned long)LONG_MIN : LONG_MAX;
156 acc = neg ? LONG_MIN : LONG_MAX;
158 } else if (neg)
/macosx-10.9.5/Libc-997.90.3/locale/FreeBSD/
H A Dwcstol.c52 int neg, any, cutlim; local
63 neg = 1;
66 neg = 0;
82 cutoff = neg ? (unsigned long)-(LONG_MIN + LONG_MAX) + LONG_MAX
111 acc = neg ? LONG_MIN : LONG_MAX;
116 } else if (neg)
H A Dwcstoll.c58 int neg, any, cutlim; local
69 neg = 1;
72 neg = 0;
88 cutoff = neg ? (unsigned long long)-(LLONG_MIN + LLONG_MAX) + LLONG_MAX
117 acc = neg ? LLONG_MIN : LLONG_MAX;
122 } else if (neg)
/macosx-10.9.5/Libc-997.90.3/stdlib/FreeBSD/
H A Dstrtoimax.c57 int neg, any, cutlim; local
70 neg = 1;
73 neg = 0;
102 * either 7 (neg==0) or 8 (neg==1), meaning that if we have
110 cutoff = neg ? (uintmax_t)-(INTMAX_MIN + INTMAX_MAX) + INTMAX_MAX
134 acc = neg ? INTMAX_MIN : INTMAX_MAX;
139 } else if (neg)
H A Dstrtol.c58 int neg, any, cutlim; local
71 neg = 1;
74 neg = 0;
103 * 7 (neg==0) or 8 (neg==1), meaning that if we have accumulated
110 cutoff = neg ? (unsigned long)-(LONG_MIN + LONG_MAX) + LONG_MAX
134 acc = neg ? LONG_MIN : LONG_MAX;
139 } else if (neg)
H A Dstrtoll.c57 int neg, any, cutlim; local
70 neg = 1;
73 neg = 0;
102 * either 7 (neg==0) or 8 (neg==1), meaning that if we have
110 cutoff = neg ? (unsigned long long)-(LLONG_MIN + LLONG_MAX) + LLONG_MAX
134 acc = neg ? LLONG_MIN : LLONG_MAX;
139 } else if (neg)
/macosx-10.9.5/xnu-2422.115.4/iokit/Kernel/
H A DIOStringFuncs.c133 register int neg = 0, any, cutlim; local
144 neg = 1;
172 * 7 (neg==0) or 8 (neg==1), meaning that if we have accumulated
179 cutoff = neg ? -(unsigned long)LONG_MIN : LONG_MAX;
200 acc = neg ? LONG_MIN : LONG_MAX;
202 } else if (neg)
225 register int neg = 0, any, cutlim; local
234 neg = 1;
273 } else if (neg)
303 register int neg, any, cutlim; local
406 register int neg, any, cutlim; local
[all...]
/macosx-10.9.5/ruby-104/ruby/missing/
H A Dacosh.c54 int neg = x < 0; local
68 if (neg) z = -z;
77 int neg = x < 0; local
82 if (neg) z = -z;

Completed in 232 milliseconds

123456789