Searched refs:target_float_is_zero (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dtarget-float.h27 extern bool target_float_is_zero (const gdb_byte *addr,
H A Dvalarith.c1573 return target_float_is_zero (value_contents (arg1), type1);
H A Dtarget-float.c2330 target_float_is_zero (const gdb_byte *addr, const struct type *type) function
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dtarget-float.h27 extern bool target_float_is_zero (const gdb_byte *addr,
H A Dvalarith.c1684 return target_float_is_zero (value_contents (arg1).data (), type1);
H A Dtarget-float.c2330 target_float_is_zero (const gdb_byte *addr, const struct type *type) function
/netbsd-current/external/gpl3/gdb.old/dist/gdb/python/
H A Dpy-value.c1498 nonzero = !target_float_is_zero (value_contents (self_value->value),
/netbsd-current/external/gpl3/gdb/dist/gdb/python/
H A Dpy-value.c1537 nonzero = !target_float_is_zero

Completed in 310 milliseconds