Home
last modified time | relevance | path

Searched refs:ada_float_to_fixed (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/contrib/gdb-7/gdb/
H A Dada-lang.h314 extern LONGEST ada_float_to_fixed (struct type *, DOUBLEST);
H A Dada-lang.c8757 val = ada_float_to_fixed (type, in cast_to_fixed()
8764 val = ada_float_to_fixed (type, argd); in cast_to_fixed()
10655 ada_float_to_fixed (struct type *type, DOUBLEST x) in ada_float_to_fixed() function