Searched refs:print_floating (Results 1 – 19 of 19) sorted by relevance
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | c-valprint.c | 442 print_floating (valaddr + embedded_offset, type, stream); in c_val_print() 475 print_floating (valaddr + embedded_offset, TYPE_TARGET_TYPE (type), in c_val_print() 484 print_floating (valaddr + embedded_offset in c_val_print()
|
H A D | f-valprint.c | 501 print_floating (valaddr, type, stream); in f_val_print() 577 print_floating (valaddr, type, stream); in f_val_print() 579 print_floating (valaddr + TYPE_LENGTH (type), type, stream); in f_val_print()
|
H A D | value.h | 508 extern void print_floating (char *valaddr, struct type * type,
|
H A D | valprint.c | 287 print_floating (char *valaddr, struct type *type, struct ui_file *stream) in print_floating() function
|
H A D | p-valprint.c | 444 print_floating (valaddr + embedded_offset, type, stream); in pascal_val_print()
|
H A D | ada-valprint.c | 309 print_floating (valaddr, type, tmp_stream); in ada_print_floating()
|
H A D | printcmd.c | 454 print_floating (valaddr, type, stream); in print_scalar_formatted()
|
H A D | ChangeLog-1990 | 2867 * value.h: Declare print_floating. 2868 printcmd.c (print_scalar_formatted, case 'f'): Use print_floating. 2869 valprint.c (val_print, case TYPE_CODE_FLT): Use print_floating. 2870 valprint.c (print_floating): Make this function out of is_nan
|
H A D | ChangeLog-1996 | 3684 * valprint.c (print_floating): Use PRINTF_HAS_LONG_DOUBLE. 4414 * valprint.c (print_floating): Arg doub is now type DOUBLEST.
|
H A D | ChangeLog-1993 | 677 * valprint.c (print_floating): Correctly check sign bit now that 989 * valprint.c (print_floating): Use unsigned arithmetic. Use 4585 The IEEE_FLOAT code in print_floating takes care of it.
|
H A D | ChangeLog-1991 | 1529 * valprint.c (print_floating): Print 9 digits for IEEE floats. 4562 * valprint.c (print_floating): Bcopy rather than pointer-deref,
|
H A D | ChangeLog-1995 | 4308 (f_val_print case TYPE_CODE_COMPLEX): Re-write to use print_floating.
|
H A D | ChangeLog-2002 | 13567 * valprint.c (print_floating): Allow non TYPE_CODE_FLT types. 14099 * valprint.c (print_floating): Replace checks for IEEE_FLOAT with
|
H A D | ChangeLog-1998 | 4353 (print_floating): Add braces to remove nested if-else ambiguity.
|
H A D | ChangeLog-2000 | 5477 (print_floating): Use IEEE_FLOAT as if it were an expression; use
|
H A D | ChangeLog-1999 | 3704 * valprint.c (print_floating): Use macro TARGET_ANALYZE_FLOATING,
|
H A D | ChangeLog-2001 | 8125 (print_floating): Get rid of the Linux-specific
|
H A D | ChangeLog | 1564 (print_floating): Use C hex format.
|
H A D | ChangeLog-2003 | 5248 * valprint.c (print_floating,print_binary_chars)
|