HomeSort by: relevance | last modified time | path
    Searched refs:fpe_summary (Results 1 - 12 of 12) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/libgfortran/runtime/
stop.c 47 if (!compile_options.fpe_summary)
51 if ((set_excepts & compile_options.fpe_summary) == 0)
57 if ((compile_options.fpe_summary & GFC_FPE_INVALID)
65 if ((compile_options.fpe_summary & GFC_FPE_ZERO)
73 if ((compile_options.fpe_summary & GFC_FPE_OVERFLOW)
81 if ((compile_options.fpe_summary & GFC_FPE_UNDERFLOW)
89 if ((compile_options.fpe_summary & GFC_FPE_DENORMAL)
97 if ((compile_options.fpe_summary & GFC_FPE_INEXACT)
compile_options.c 161 compile_options.fpe_summary = options[6];
214 compile_options.fpe_summary = 0;
  /src/external/gpl3/gcc/dist/libgfortran/runtime/
stop.c 47 if (!compile_options.fpe_summary)
51 if ((set_excepts & compile_options.fpe_summary) == 0)
57 if ((compile_options.fpe_summary & GFC_FPE_INVALID)
65 if ((compile_options.fpe_summary & GFC_FPE_ZERO)
73 if ((compile_options.fpe_summary & GFC_FPE_OVERFLOW)
81 if ((compile_options.fpe_summary & GFC_FPE_UNDERFLOW)
89 if ((compile_options.fpe_summary & GFC_FPE_DENORMAL)
97 if ((compile_options.fpe_summary & GFC_FPE_INEXACT)
compile_options.c 161 compile_options.fpe_summary = options[6];
214 compile_options.fpe_summary = 0;
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
options.cc 157 gfc_option.fpe_summary = GFC_FPE_INVALID | GFC_FPE_DENORMAL
547 gfc_option.fpe_summary = 0;
560 gfc_option.fpe_summary = 0;
567 gfc_option.fpe_summary = GFC_FPE_INVALID | GFC_FPE_DENORMAL
582 gfc_option.fpe_summary |= opt_exception[n];
gfortran.h 3052 int fpe_summary; member in struct:__anon11127
trans-decl.cc 6337 gfc_option.fpe_summary));
  /src/external/gpl3/gcc/dist/gcc/fortran/
options.cc 162 gfc_option.fpe_summary = GFC_FPE_INVALID | GFC_FPE_DENORMAL
561 gfc_option.fpe_summary = 0;
577 gfc_option.fpe_summary = 0;
584 gfc_option.fpe_summary = GFC_FPE_INVALID | GFC_FPE_DENORMAL
599 gfc_option.fpe_summary |= opt_exception[n];
gfortran.h 3158 int fpe_summary; member in struct:__anon1086
trans-decl.cc 6553 gfc_option.fpe_summary));
  /src/external/gpl3/gcc.old/dist/libgfortran/
libgfortran.h 609 int fpe_summary; member in struct:__anon11867
  /src/external/gpl3/gcc/dist/libgfortran/
libgfortran.h 613 int fpe_summary; member in struct:__anon1846

Completed in 65 milliseconds