Home
last modified time | relevance | path

Searched refs:ada_fixed_to_float (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/gdb/gdb/
H A Dada-lang.h312 extern DOUBLEST ada_fixed_to_float (struct type *, LONGEST);
H A Dada-typeprint.c324 DOUBLEST small = ada_fixed_to_float (type, 1.0); in print_fixed_point_type()
H A Dada-valprint.c578 (double) ada_fixed_to_float (type, v)); in ada_val_print_1()
H A Dada-lang.c6742 ada_fixed_to_float (VALUE_TYPE (arg), in cast_to_fixed()
6757 DOUBLEST val = ada_fixed_to_float (VALUE_TYPE (arg), in cast_from_fixed_to_double()
7643 ada_fixed_to_float (struct type *type, LONGEST x) in ada_fixed_to_float() function