Searched refs:floatformat_is_negative (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dtarget-float.c300 floatformat_is_negative (const struct floatformat *fmt, function
1252 mpfr_set_inf (to.val, floatformat_is_negative (fmt, from) ? -1 : 1);
1528 const char *sign = floatformat_is_negative (fmt, addr)? "-" : "";
1534 const char *sign = floatformat_is_negative (fmt, addr)? "-" : "";
2362 const char *sign = floatformat_is_negative (fmt, addr)? "-" : "";
2368 const char *sign = floatformat_is_negative (fmt, addr)? "-" : "";
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dtarget-float.c300 floatformat_is_negative (const struct floatformat *fmt, function
1252 mpfr_set_inf (to.val, floatformat_is_negative (fmt, from) ? -1 : 1);
1528 const char *sign = floatformat_is_negative (fmt, addr)? "-" : "";
1534 const char *sign = floatformat_is_negative (fmt, addr)? "-" : "";
2362 const char *sign = floatformat_is_negative (fmt, addr)? "-" : "";
2368 const char *sign = floatformat_is_negative (fmt, addr)? "-" : "";

Completed in 142 milliseconds