Import Upstream version 20180207
[hcoop/debian/mlton.git] / runtime / basis / Real / IEEEReal-consts.c
1 #include "platform.h"
2
3 const C_Int_t IEEEReal_RoundingMode_FE_TONEAREST = FE_TONEAREST;
4 const C_Int_t IEEEReal_RoundingMode_FE_DOWNWARD = FE_DOWNWARD;
5 const C_Int_t IEEEReal_RoundingMode_FE_NOSUPPORT = FE_NOSUPPORT;
6 const C_Int_t IEEEReal_RoundingMode_FE_UPWARD = FE_UPWARD;
7 const C_Int_t IEEEReal_RoundingMode_FE_TOWARDZERO = FE_TOWARDZERO;