Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gdb/gdb/
H A Dada-lang.h314 extern LONGEST ada_float_to_fixed (struct type *, DOUBLEST);
H A Dada-lang.c6741 val = ada_float_to_fixed (type, in cast_to_fixed()
6748 val = ada_float_to_fixed (type, argd); in cast_to_fixed()
7652 ada_float_to_fixed (struct type *type, DOUBLEST x) in ada_float_to_fixed() function