Searched refs:is_negative (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10.1/top-100.1.2/
H A Duinteger.c30 struct top_uinteger top_init_uinteger(uint64_t value, bool is_negative) { argument
33 r.is_negative = is_negative;
42 if(!a->is_negative && !b->is_negative) {
45 r.is_negative = false;
49 r.is_negative = true;
52 } else if (a->is_negative && !b->is_negative) {
54 r.is_negative
[all...]
H A Duinteger.h9 bool is_negative; member in struct:top_uinteger
13 struct top_uinteger top_init_uinteger(uint64_t value, bool is_negative);
/macosx-10.10.1/curl-83.1.2/curl/lib/
H A Dstrtoofft.c58 int is_negative = 0; local
72 is_negative = 1;
124 if(is_negative) {
130 if(is_negative)
/macosx-10.10.1/libxml2-26/libxml2/
H A Dtrionan.c223 int is_negative = TRIO_FALSE; local
226 is_negative |= (((unsigned char *)&number)[TRIO_DOUBLE_INDEX(i)]
229 return is_negative;
561 TRIO_ARGS2((number, is_negative),
563 int *is_negative)
569 *is_negative = signbit(number);
650 *is_negative = TRIO_FALSE; /* NaN has no sign */
653 *is_negative = TRIO_FALSE;
656 *is_negative = TRIO_TRUE;
659 *is_negative
560 trio_fpclassify_and_signbit(number, is_negative), double number, int *is_negative argument
736 int is_negative; local
[all...]
H A Dtrionan.h78 TRIO_PUBLIC int trio_fpclassify_and_signbit TRIO_PROTO((double number, int *is_negative));
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A Dtrionan.c223 int is_negative = TRIO_FALSE; local
226 is_negative |= (((unsigned char *)&number)[TRIO_DOUBLE_INDEX(i)]
229 return is_negative;
561 TRIO_ARGS2((number, is_negative),
563 int *is_negative)
569 *is_negative = signbit(number);
650 *is_negative = TRIO_FALSE; /* NaN has no sign */
653 *is_negative = TRIO_FALSE;
656 *is_negative = TRIO_TRUE;
659 *is_negative
560 trio_fpclassify_and_signbit(number, is_negative), double number, int *is_negative argument
736 int is_negative; local
[all...]
H A Dtrionan.h78 TRIO_PUBLIC int trio_fpclassify_and_signbit TRIO_PROTO((double number, int *is_negative));
/macosx-10.10.1/apr-32/apr/apr/strings/
H A Dapr_snprintf.c319 * - is_negative is set to TRUE or FALSE depending on the sign
331 register int *is_negative, char *buf_end,
338 *is_negative = FALSE;
341 *is_negative = (num < 0);
352 if (*is_negative) {
374 register int *is_negative, char *buf_end,
387 return(conv_10((apr_int32_t)num, is_unsigned, is_negative, buf_end, len));
390 *is_negative = FALSE;
393 *is_negative = (num < 0);
404 if (*is_negative) {
330 conv_10(register apr_int32_t num, register int is_unsigned, register int *is_negative, char *buf_end, register apr_size_t *len) argument
373 conv_10_quad(apr_int64_t num, register int is_unsigned, register int *is_negative, char *buf_end, register apr_size_t *len) argument
429 int is_negative; local
450 int is_negative; local
494 int is_negative; local
517 conv_fp(register char format, register double num, boolean_e add_dp, int precision, int *is_negative, char *buf, apr_size_t *len) argument
665 int is_negative; local
725 int is_negative; local
[all...]
/macosx-10.10.1/ruby-106/ruby/ext/bigdecimal/
H A Dbigdecimal.c2035 is_negative(VALUE x) function
2049 #define is_positive(x) (!is_negative(x))
2217 if (is_negative(vexp)) {
2258 if (is_negative(vexp)) {
2312 if (is_negative(vexp)) {

Completed in 195 milliseconds