Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils/gdb/
H A Dada-lang.h328 extern DOUBLEST ada_fixed_to_float (struct type *, LONGEST);
H A Dada-typeprint.c336 DOUBLEST small = ada_fixed_to_float (type, 1.0); in print_fixed_point_type()
H A Dada-valprint.c658 (double) ada_fixed_to_float (type, v)); in ada_val_print_1()
H A Dada-lang.c6973 ada_fixed_to_float (VALUE_TYPE (arg), in cast_to_fixed()
6988 DOUBLEST val = ada_fixed_to_float (VALUE_TYPE (arg), in cast_from_fixed_to_double()
7936 ada_fixed_to_float (struct type *type, LONGEST x) in ada_fixed_to_float() function