Home
last modified time | relevance | path

Searched refs:arch_float_type (Results 1 – 9 of 9) sorted by relevance

/dflybsd-src/contrib/gdb-7/gdb/
H A Df-lang.c314 = arch_float_type (gdbarch, gdbarch_float_bit (gdbarch), in build_fortran_types()
317 = arch_float_type (gdbarch, gdbarch_double_bit (gdbarch), in build_fortran_types()
320 = arch_float_type (gdbarch, gdbarch_long_double_bit (gdbarch), in build_fortran_types()
H A Dgo-lang.c637 = arch_float_type (gdbarch, 32, "float32", NULL); in build_go_types()
639 = arch_float_type (gdbarch, 64, "float64", NULL); in build_go_types()
H A Dtarget-descriptions.c650 return arch_float_type (gdbarch, -1, "builtin_type_ieee_single", in tdesc_gdb_type()
654 return arch_float_type (gdbarch, -1, "builtin_type_ieee_double", in tdesc_gdb_type()
658 return arch_float_type (gdbarch, -1, "builtin_type_arm_ext", in tdesc_gdb_type()
662 return arch_float_type (gdbarch, -1, "builtin_type_i387_ext", in tdesc_gdb_type()
H A Dopencl-lang.c1200 = arch_float_type (gdbarch, 16, "half", floatformats_ieee_half); in build_opencl_types()
1203 = arch_float_type (gdbarch, 32, "float", floatformats_ieee_single); in build_opencl_types()
1206 = arch_float_type (gdbarch, 64, "double", floatformats_ieee_double); in build_opencl_types()
H A Dm2-lang.c409 = arch_float_type (gdbarch, gdbarch_float_bit (gdbarch), "REAL", NULL); in build_m2_types()
H A Djv-lang.c1221 = arch_float_type (gdbarch, 32, "float", NULL); in build_java_types()
1223 = arch_float_type (gdbarch, 64, "double", NULL); in build_java_types()
H A Dgdbtypes.c3631 arch_float_type (struct gdbarch *gdbarch, in arch_float_type() function
3839 = arch_float_type (gdbarch, gdbarch_float_bit (gdbarch), in gdbtypes_post_init()
3842 = arch_float_type (gdbarch, gdbarch_double_bit (gdbarch), in gdbtypes_post_init()
3845 = arch_float_type (gdbarch, gdbarch_long_double_bit (gdbarch), in gdbtypes_post_init()
H A Dgdbtypes.h1443 extern struct type *arch_float_type (struct gdbarch *, int, char *,
H A Dada-lang.c12660 = arch_float_type (gdbarch, gdbarch_float_bit (gdbarch), in ada_language_arch_info()
12663 = arch_float_type (gdbarch, gdbarch_double_bit (gdbarch), in ada_language_arch_info()
12669 = arch_float_type (gdbarch, gdbarch_double_bit (gdbarch), in ada_language_arch_info()