Home
last modified time | relevance | path

Searched refs:GFC_FPE_UPWARD (Results 1 – 17 of 17) sorted by relevance

/netbsd/external/gpl3/gcc.old/dist/libgfortran/config/
H A Dfpu-aix.h310 return GFC_FPE_UPWARD; in get_fpu_rounding_mode()
343 case GFC_FPE_UPWARD: in set_fpu_rounding_mode()
380 case GFC_FPE_UPWARD: in support_fpu_rounding_mode()
H A Dfpu-glibc.h332 return GFC_FPE_UPWARD; in get_fpu_rounding_mode()
365 case GFC_FPE_UPWARD: in set_fpu_rounding_mode()
402 case GFC_FPE_UPWARD: in support_fpu_rounding_mode()
H A Dfpu-sysv.h339 return GFC_FPE_UPWARD; in get_fpu_rounding_mode()
360 case GFC_FPE_UPWARD: in set_fpu_rounding_mode()
H A Dfpu-387.h352 case GFC_FPE_UPWARD: in set_fpu_rounding_mode()
415 return GFC_FPE_UPWARD; in get_fpu_rounding_mode()
/netbsd/external/gpl3/gcc/dist/libgfortran/config/
H A Dfpu-aix.h310 return GFC_FPE_UPWARD; in get_fpu_rounding_mode()
343 case GFC_FPE_UPWARD: in set_fpu_rounding_mode()
380 case GFC_FPE_UPWARD: in support_fpu_rounding_mode()
H A Dfpu-glibc.h332 return GFC_FPE_UPWARD; in get_fpu_rounding_mode()
365 case GFC_FPE_UPWARD: in set_fpu_rounding_mode()
402 case GFC_FPE_UPWARD: in support_fpu_rounding_mode()
H A Dfpu-aarch64.h252 return GFC_FPE_UPWARD; in get_fpu_rounding_mode()
273 case GFC_FPE_UPWARD: in set_fpu_rounding_mode()
H A Dfpu-sysv.h339 return GFC_FPE_UPWARD; in get_fpu_rounding_mode()
360 case GFC_FPE_UPWARD: in set_fpu_rounding_mode()
H A Dfpu-387.h347 case GFC_FPE_UPWARD: in set_fpu_rounding_mode()
410 return GFC_FPE_UPWARD; in get_fpu_rounding_mode()
/netbsd/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dlibgfortran.h62 #define GFC_FPE_UPWARD 4 macro
/netbsd/external/gpl3/gcc/dist/gcc/fortran/
H A Dlibgfortran.h62 #define GFC_FPE_UPWARD 4 macro
H A DChangeLog-2013676 GFC_FPE_TOWARDZERO, GFC_FPE_UPWARD): New defines.
/netbsd/external/gpl3/gcc.old/dist/libgfortran/io/
H A Dio.h259 { ROUND_UP = GFC_FPE_UPWARD,
/netbsd/external/gpl3/gcc/dist/libgfortran/io/
H A Dio.h263 { ROUND_UP = GFC_FPE_UPWARD,
/netbsd/external/gpl3/gcc/dist/libgfortran/ieee/
H A Dieee_arithmetic.F9074 IEEE_UP = IEEE_ROUND_TYPE(GFC_FPE_UPWARD), &
/netbsd/external/gpl3/gcc.old/dist/libgfortran/ieee/
H A Dieee_arithmetic.F9074 IEEE_UP = IEEE_ROUND_TYPE(GFC_FPE_UPWARD), &
/netbsd/external/gpl3/gcc/dist/libgfortran/
H A DChangeLog-2014317 GFC_FPE_UPWARD, GFC_FPE_DOWNWARD and GFC_FPE_TOWARDZERO.