/freebsd/lib/msun/src/ |
H A D | s_atanf.c | diff 16608a810d0437750744c181e1359866a28d917c Thu Jul 31 21:57:50 CEST 2008 David Schultz <das@FreeBSD.org> As in other parts of libm, mark a few constants as volatile to prevent spurious optimizations. gcc doesn't support FENV_ACCESS, so when it folds constants, it assumes that the rounding mode is always the default and floating point exceptions never matter. diff 16608a810d0437750744c181e1359866a28d917c Thu Jul 31 21:57:50 CEST 2008 David Schultz <das@FreeBSD.org> As in other parts of libm, mark a few constants as volatile to prevent spurious optimizations. gcc doesn't support FENV_ACCESS, so when it folds constants, it assumes that the rounding mode is always the default and floating point exceptions never matter.
|
H A D | s_atan.c | diff 16608a810d0437750744c181e1359866a28d917c Thu Jul 31 21:57:50 CEST 2008 David Schultz <das@FreeBSD.org> As in other parts of libm, mark a few constants as volatile to prevent spurious optimizations. gcc doesn't support FENV_ACCESS, so when it folds constants, it assumes that the rounding mode is always the default and floating point exceptions never matter. diff 16608a810d0437750744c181e1359866a28d917c Thu Jul 31 21:57:50 CEST 2008 David Schultz <das@FreeBSD.org> As in other parts of libm, mark a few constants as volatile to prevent spurious optimizations. gcc doesn't support FENV_ACCESS, so when it folds constants, it assumes that the rounding mode is always the default and floating point exceptions never matter.
|
H A D | e_acos.c | diff 16608a810d0437750744c181e1359866a28d917c Thu Jul 31 21:57:50 CEST 2008 David Schultz <das@FreeBSD.org> As in other parts of libm, mark a few constants as volatile to prevent spurious optimizations. gcc doesn't support FENV_ACCESS, so when it folds constants, it assumes that the rounding mode is always the default and floating point exceptions never matter. diff 16608a810d0437750744c181e1359866a28d917c Thu Jul 31 21:57:50 CEST 2008 David Schultz <das@FreeBSD.org> As in other parts of libm, mark a few constants as volatile to prevent spurious optimizations. gcc doesn't support FENV_ACCESS, so when it folds constants, it assumes that the rounding mode is always the default and floating point exceptions never matter.
|
H A D | e_atan2.c | diff 16608a810d0437750744c181e1359866a28d917c Thu Jul 31 21:57:50 CEST 2008 David Schultz <das@FreeBSD.org> As in other parts of libm, mark a few constants as volatile to prevent spurious optimizations. gcc doesn't support FENV_ACCESS, so when it folds constants, it assumes that the rounding mode is always the default and floating point exceptions never matter. diff 16608a810d0437750744c181e1359866a28d917c Thu Jul 31 21:57:50 CEST 2008 David Schultz <das@FreeBSD.org> As in other parts of libm, mark a few constants as volatile to prevent spurious optimizations. gcc doesn't support FENV_ACCESS, so when it folds constants, it assumes that the rounding mode is always the default and floating point exceptions never matter.
|
H A D | e_atan2f.c | diff 16608a810d0437750744c181e1359866a28d917c Thu Jul 31 21:57:50 CEST 2008 David Schultz <das@FreeBSD.org> As in other parts of libm, mark a few constants as volatile to prevent spurious optimizations. gcc doesn't support FENV_ACCESS, so when it folds constants, it assumes that the rounding mode is always the default and floating point exceptions never matter. diff 16608a810d0437750744c181e1359866a28d917c Thu Jul 31 21:57:50 CEST 2008 David Schultz <das@FreeBSD.org> As in other parts of libm, mark a few constants as volatile to prevent spurious optimizations. gcc doesn't support FENV_ACCESS, so when it folds constants, it assumes that the rounding mode is always the default and floating point exceptions never matter.
|
H A D | e_acosf.c | diff 16608a810d0437750744c181e1359866a28d917c Thu Jul 31 21:57:50 CEST 2008 David Schultz <das@FreeBSD.org> As in other parts of libm, mark a few constants as volatile to prevent spurious optimizations. gcc doesn't support FENV_ACCESS, so when it folds constants, it assumes that the rounding mode is always the default and floating point exceptions never matter. diff 16608a810d0437750744c181e1359866a28d917c Thu Jul 31 21:57:50 CEST 2008 David Schultz <das@FreeBSD.org> As in other parts of libm, mark a few constants as volatile to prevent spurious optimizations. gcc doesn't support FENV_ACCESS, so when it folds constants, it assumes that the rounding mode is always the default and floating point exceptions never matter.
|