Home
last modified time | relevance | path

Searched refs:mode_precision (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dtrans-types.c200 if (gfc_real_kinds[i].mode_precision == TYPE_PRECISION (type)) in get_real_kind_from_node()
504 gfc_real_kinds[r_index].mode_precision = GET_MODE_PRECISION (mode); in gfc_init_kinds()
791 int mode_precision = info->bit_size; in gfc_build_int_type() local
793 if (mode_precision == CHAR_TYPE_SIZE) in gfc_build_int_type()
795 if (mode_precision == SHORT_TYPE_SIZE) in gfc_build_int_type()
797 if (mode_precision == INT_TYPE_SIZE) in gfc_build_int_type()
799 if (mode_precision == LONG_TYPE_SIZE) in gfc_build_int_type()
801 if (mode_precision == LONG_LONG_TYPE_SIZE) in gfc_build_int_type()
804 if (TYPE_PRECISION (intQI_type_node) == mode_precision) in gfc_build_int_type()
806 if (TYPE_PRECISION (intHI_type_node) == mode_precision) in gfc_build_int_type()
[all …]
H A Dcheck.c228 sp = hex2bin (gfc_real_kinds[i].mode_precision, x->boz.str); in bin2real()
230 sp = oct2bin (gfc_real_kinds[i].mode_precision, x->boz.str); in bin2real()
H A Dgfortran.h2368 int mode_precision; member
H A Dtrans-intrinsic.c186 gfc_real_kinds[i].mode_precision); in gfc_builtin_decl_for_float_kind()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dtrans-types.cc184 if (gfc_real_kinds[i].mode_precision == TYPE_PRECISION (type)) in get_real_kind_from_node()
505 gfc_real_kinds[r_index].mode_precision = GET_MODE_PRECISION (mode); in gfc_init_kinds()
819 int mode_precision = info->bit_size; in gfc_build_int_type() local
821 if (mode_precision == CHAR_TYPE_SIZE) in gfc_build_int_type()
823 if (mode_precision == SHORT_TYPE_SIZE) in gfc_build_int_type()
825 if (mode_precision == INT_TYPE_SIZE) in gfc_build_int_type()
827 if (mode_precision == LONG_TYPE_SIZE) in gfc_build_int_type()
829 if (mode_precision == LONG_LONG_TYPE_SIZE) in gfc_build_int_type()
832 if (TYPE_PRECISION (intQI_type_node) == mode_precision) in gfc_build_int_type()
834 if (TYPE_PRECISION (intHI_type_node) == mode_precision) in gfc_build_int_type()
[all …]
H A Dcheck.cc228 sp = hex2bin (gfc_real_kinds[i].mode_precision, x->boz.str); in bin2real()
230 sp = oct2bin (gfc_real_kinds[i].mode_precision, x->boz.str); in bin2real()
H A Dgfortran.h2657 int mode_precision; member
H A DChangeLog-2004660 (gfc_real_info): Add mode_precision, c_float, c_double, c_long_double.
679 (gfc_init_kinds): Fill in real mode_precision.
H A Dtrans-intrinsic.cc191 gfc_real_kinds[i].mode_precision); in gfc_builtin_decl_for_float_kind()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dmachmode.h26 extern CONST_MODE_PRECISION poly_uint16_pod mode_precision[NUM_MACHINE_MODES];
565 return mode_precision[mode];
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dmachmode.h26 extern CONST_MODE_PRECISION poly_uint16_pod mode_precision[NUM_MACHINE_MODES];
569 return mode_precision[mode];
H A DChangeLog-201834795 * machmode.h (mode_precision): Prefix with CONST_MODE_PRECISION.
34989 * machmode.h (mode_precision): Change from unsigned short to
34997 * genmodes.c (emit_mode_precision): Change the type of mode_precision
H A DChangeLog-20033315 (mode_bitsize): Renamed mode_precision.
H A DChangeLog-201719200 (mode_precision): Likewise.