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

/vbox/src/libs/libxml2-2.6.31/
H A Dtrionan.c219 int is_negative = TRIO_FALSE; local
222 is_negative |= (((unsigned char *)&number)[TRIO_DOUBLE_INDEX(i)]
225 return is_negative;
557 TRIO_ARGS2((number, is_negative),
559 int *is_negative)
565 *is_negative = signbit(number);
646 *is_negative = TRIO_FALSE; /* NaN has no sign */
649 *is_negative = TRIO_FALSE;
652 *is_negative = TRIO_TRUE;
655 *is_negative
556 trio_fpclassify_and_signbit(number, is_negative), double number, int *is_negative argument
732 int is_negative; local
[all...]
H A Dtrionan.h78 TRIO_PUBLIC int trio_fpclassify_and_signbit TRIO_PROTO((double number, int *is_negative));
/vbox/src/VBox/Devices/PC/ipxe/src/crypto/axtls/
H A Dbigint.h51 bigint *bib, int *is_negative);
/vbox/src/VBox/Devices/PC/ipxe/src/core/
H A Dsettings.c833 int is_negative; local
842 is_negative = ( len && ( signed_bytes[0] < 0 ) );
843 *signed_value = ( is_negative ? -1L : 0 );

Completed in 105 milliseconds