HomeSort by: relevance | last modified time | path
    Searched defs:mode_precision (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/fortran/
trans-types.cc 186 if (gfc_real_kinds[i].mode_precision == TYPE_PRECISION (type))
507 gfc_real_kinds[r_index].mode_precision = GET_MODE_PRECISION (mode);
826 int mode_precision = info->bit_size;
828 if (mode_precision == CHAR_TYPE_SIZE)
830 if (mode_precision == SHORT_TYPE_SIZE)
832 if (mode_precision == INT_TYPE_SIZE)
834 if (mode_precision == LONG_TYPE_SIZE)
836 if (mode_precision == LONG_LONG_TYPE_SIZE)
839 if (TYPE_PRECISION (intQI_type_node) == mode_precision)
841 if (TYPE_PRECISION (intHI_type_node) == mode_precision)
825 int mode_precision = info->bit_size; local
873 int mode_precision = info->mode_precision; local
    [all...]
gfortran.h 2751 int mode_precision; member in struct:__anon13648
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
trans-types.cc 185 if (gfc_real_kinds[i].mode_precision == TYPE_PRECISION (type))
506 gfc_real_kinds[r_index].mode_precision = GET_MODE_PRECISION (mode);
820 int mode_precision = info->bit_size;
822 if (mode_precision == CHAR_TYPE_SIZE)
824 if (mode_precision == SHORT_TYPE_SIZE)
826 if (mode_precision == INT_TYPE_SIZE)
828 if (mode_precision == LONG_TYPE_SIZE)
830 if (mode_precision == LONG_LONG_TYPE_SIZE)
833 if (TYPE_PRECISION (intQI_type_node) == mode_precision)
835 if (TYPE_PRECISION (intHI_type_node) == mode_precision)
819 int mode_precision = info->bit_size; local
867 int mode_precision = info->mode_precision; local
    [all...]
gfortran.h 2661 int mode_precision; member in struct:__anon16081

Completed in 29 milliseconds