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

  /src/external/gpl3/gcc/dist/libgfortran/config/
fpu-387.h 106 /* Raise the supported floating-point exceptions from EXCEPTS. Other
107 bits in EXCEPTS are ignored. Code originally borrowed from
111 local_feraiseexcept (int excepts)
115 if (excepts & _FPU_MASK_IM)
120 if (excepts & _FPU_MASK_DM)
127 if (excepts & _FPU_MASK_ZM)
132 if (excepts & _FPU_MASK_OM)
139 if (excepts & _FPU_MASK_UM)
146 if (excepts & _FPU_MASK_PM)
246 int excepts; local
    [all...]
  /src/external/gpl3/gcc.old/dist/libgfortran/config/
fpu-387.h 106 /* Raise the supported floating-point exceptions from EXCEPTS. Other
107 bits in EXCEPTS are ignored. Code originally borrowed from
111 local_feraiseexcept (int excepts)
115 if (excepts & _FPU_MASK_IM)
120 if (excepts & _FPU_MASK_DM)
127 if (excepts & _FPU_MASK_ZM)
132 if (excepts & _FPU_MASK_OM)
139 if (excepts & _FPU_MASK_UM)
146 if (excepts & _FPU_MASK_PM)
246 int excepts; local
    [all...]

Completed in 26 milliseconds