Home
last modified time | relevance | path

Searched refs:print_floating (Results 1 – 19 of 19) sorted by relevance

/openbsd/gnu/usr.bin/binutils/gdb/
H A Dc-valprint.c442 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 Df-valprint.c501 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 Dvalue.h508 extern void print_floating (char *valaddr, struct type * type,
H A Dvalprint.c287 print_floating (char *valaddr, struct type *type, struct ui_file *stream) in print_floating() function
H A Dp-valprint.c444 print_floating (valaddr + embedded_offset, type, stream); in pascal_val_print()
H A Dada-valprint.c309 print_floating (valaddr, type, tmp_stream); in ada_print_floating()
H A Dprintcmd.c454 print_floating (valaddr, type, stream); in print_scalar_formatted()
H A DChangeLog-19902867 * 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 DChangeLog-19963684 * valprint.c (print_floating): Use PRINTF_HAS_LONG_DOUBLE.
4414 * valprint.c (print_floating): Arg doub is now type DOUBLEST.
H A DChangeLog-1993677 * 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 DChangeLog-19911529 * valprint.c (print_floating): Print 9 digits for IEEE floats.
4562 * valprint.c (print_floating): Bcopy rather than pointer-deref,
H A DChangeLog-19954308 (f_val_print case TYPE_CODE_COMPLEX): Re-write to use print_floating.
H A DChangeLog-200213567 * valprint.c (print_floating): Allow non TYPE_CODE_FLT types.
14099 * valprint.c (print_floating): Replace checks for IEEE_FLOAT with
H A DChangeLog-19984353 (print_floating): Add braces to remove nested if-else ambiguity.
H A DChangeLog-20005477 (print_floating): Use IEEE_FLOAT as if it were an expression; use
H A DChangeLog-19993704 * valprint.c (print_floating): Use macro TARGET_ANALYZE_FLOATING,
H A DChangeLog-20018125 (print_floating): Get rid of the Linux-specific
H A DChangeLog1564 (print_floating): Use C hex format.
H A DChangeLog-20035248 * valprint.c (print_floating,print_binary_chars)