diff options
author | Jonathan Wakely <jwakely@redhat.com> | 2023-09-29 14:29:16 +0100 |
---|---|---|
committer | Jonathan Wakely <jwakely@redhat.com> | 2023-11-11 00:41:08 +0000 |
commit | 898fd81b831c106859bc99e65c7c1cbb642320c8 (patch) | |
tree | 27b64f470910157cb3f892db6883f1c901cffd97 | |
parent | 0b880466e910b4f1be2ea2d0d9cb9407d24ca299 (diff) | |
download | gcc-898fd81b831c106859bc99e65c7c1cbb642320c8.zip gcc-898fd81b831c106859bc99e65c7c1cbb642320c8.tar.gz gcc-898fd81b831c106859bc99e65c7c1cbb642320c8.tar.bz2 |
libstdc++: Remove handling for underscore-prefixed libm functions [PR111638]
The checks in linkage.m4 try to support math functions prefixed with
underscores, like _acosf and _isinf. However, that doesn't work because
they're renamed to the standard names using a macro, but then <cmath>
undefines that macro again.
This simply removes everything related to those underscored functions.
libstdc++-v3/ChangeLog:
PR libstdc++/111638
* config.h.in: Regenerate.
* configure: Regenerate.
* linkage.m4 (GLIBCXX_MAYBE_UNDERSCORED_FUNCS): Remove.
(GLIBCXX_CHECK_MATH_DECL_AND_LINKAGE_1): Do not check for _foo.
(GLIBCXX_CHECK_MATH_DECLS_AND_LINKAGES_1): Likewise.
(GLIBCXX_CHECK_MATH_DECL_AND_LINKAGE_2): Likewise.
(GLIBCXX_CHECK_MATH_DECL_AND_LINKAGE_3): Likewise.
(GLIBCXX_CHECK_STDLIB_DECL_AND_LINKAGE_2): Do not use
GLIBCXX_MAYBE_UNDERSCORED_FUNCS.
-rw-r--r-- | libstdc++-v3/config.h.in | 506 | ||||
-rwxr-xr-x | libstdc++-v3/configure | 19292 | ||||
-rw-r--r-- | libstdc++-v3/linkage.m4 | 51 |
3 files changed, 0 insertions, 19849 deletions
diff --git a/libstdc++-v3/config.h.in b/libstdc++-v3/config.h.in index 4af7339..c0aa51a 100644 --- a/libstdc++-v3/config.h.in +++ b/libstdc++-v3/config.h.in @@ -541,195 +541,9 @@ /* Define to 1 if you have the <xlocale.h> header file. */ #undef HAVE_XLOCALE_H -/* Define to 1 if you have the `_acosf' function. */ -#undef HAVE__ACOSF - -/* Define to 1 if you have the `_acosl' function. */ -#undef HAVE__ACOSL - /* Define to 1 if you have the `_aligned_malloc' function. */ #undef HAVE__ALIGNED_MALLOC -/* Define to 1 if you have the `_asinf' function. */ -#undef HAVE__ASINF - -/* Define to 1 if you have the `_asinl' function. */ -#undef HAVE__ASINL - -/* Define to 1 if you have the `_atan2f' function. */ -#undef HAVE__ATAN2F - -/* Define to 1 if you have the `_atan2l' function. */ -#undef HAVE__ATAN2L - -/* Define to 1 if you have the `_atanf' function. */ -#undef HAVE__ATANF - -/* Define to 1 if you have the `_atanl' function. */ -#undef HAVE__ATANL - -/* Define to 1 if you have the `_ceilf' function. */ -#undef HAVE__CEILF - -/* Define to 1 if you have the `_ceill' function. */ -#undef HAVE__CEILL - -/* Define to 1 if you have the `_cosf' function. */ -#undef HAVE__COSF - -/* Define to 1 if you have the `_coshf' function. */ -#undef HAVE__COSHF - -/* Define to 1 if you have the `_coshl' function. */ -#undef HAVE__COSHL - -/* Define to 1 if you have the `_cosl' function. */ -#undef HAVE__COSL - -/* Define to 1 if you have the `_expf' function. */ -#undef HAVE__EXPF - -/* Define to 1 if you have the `_expl' function. */ -#undef HAVE__EXPL - -/* Define to 1 if you have the `_fabsf' function. */ -#undef HAVE__FABSF - -/* Define to 1 if you have the `_fabsl' function. */ -#undef HAVE__FABSL - -/* Define to 1 if you have the `_finite' function. */ -#undef HAVE__FINITE - -/* Define to 1 if you have the `_finitef' function. */ -#undef HAVE__FINITEF - -/* Define to 1 if you have the `_finitel' function. */ -#undef HAVE__FINITEL - -/* Define to 1 if you have the `_floorf' function. */ -#undef HAVE__FLOORF - -/* Define to 1 if you have the `_floorl' function. */ -#undef HAVE__FLOORL - -/* Define to 1 if you have the `_fmodf' function. */ -#undef HAVE__FMODF - -/* Define to 1 if you have the `_fmodl' function. */ -#undef HAVE__FMODL - -/* Define to 1 if you have the `_fpclass' function. */ -#undef HAVE__FPCLASS - -/* Define to 1 if you have the `_frexpf' function. */ -#undef HAVE__FREXPF - -/* Define to 1 if you have the `_frexpl' function. */ -#undef HAVE__FREXPL - -/* Define to 1 if you have the `_hypot' function. */ -#undef HAVE__HYPOT - -/* Define to 1 if you have the `_hypotf' function. */ -#undef HAVE__HYPOTF - -/* Define to 1 if you have the `_hypotl' function. */ -#undef HAVE__HYPOTL - -/* Define to 1 if you have the `_isinf' function. */ -#undef HAVE__ISINF - -/* Define to 1 if you have the `_isinff' function. */ -#undef HAVE__ISINFF - -/* Define to 1 if you have the `_isinfl' function. */ -#undef HAVE__ISINFL - -/* Define to 1 if you have the `_isnan' function. */ -#undef HAVE__ISNAN - -/* Define to 1 if you have the `_isnanf' function. */ -#undef HAVE__ISNANF - -/* Define to 1 if you have the `_isnanl' function. */ -#undef HAVE__ISNANL - -/* Define to 1 if you have the `_ldexpf' function. */ -#undef HAVE__LDEXPF - -/* Define to 1 if you have the `_ldexpl' function. */ -#undef HAVE__LDEXPL - -/* Define to 1 if you have the `_log10f' function. */ -#undef HAVE__LOG10F - -/* Define to 1 if you have the `_log10l' function. */ -#undef HAVE__LOG10L - -/* Define to 1 if you have the `_logf' function. */ -#undef HAVE__LOGF - -/* Define to 1 if you have the `_logl' function. */ -#undef HAVE__LOGL - -/* Define to 1 if you have the `_modf' function. */ -#undef HAVE__MODF - -/* Define to 1 if you have the `_modff' function. */ -#undef HAVE__MODFF - -/* Define to 1 if you have the `_modfl' function. */ -#undef HAVE__MODFL - -/* Define to 1 if you have the `_powf' function. */ -#undef HAVE__POWF - -/* Define to 1 if you have the `_powl' function. */ -#undef HAVE__POWL - -/* Define to 1 if you have the `_qfpclass' function. */ -#undef HAVE__QFPCLASS - -/* Define to 1 if you have the `_sincos' function. */ -#undef HAVE__SINCOS - -/* Define to 1 if you have the `_sincosf' function. */ -#undef HAVE__SINCOSF - -/* Define to 1 if you have the `_sincosl' function. */ -#undef HAVE__SINCOSL - -/* Define to 1 if you have the `_sinf' function. */ -#undef HAVE__SINF - -/* Define to 1 if you have the `_sinhf' function. */ -#undef HAVE__SINHF - -/* Define to 1 if you have the `_sinhl' function. */ -#undef HAVE__SINHL - -/* Define to 1 if you have the `_sinl' function. */ -#undef HAVE__SINL - -/* Define to 1 if you have the `_sqrtf' function. */ -#undef HAVE__SQRTF - -/* Define to 1 if you have the `_sqrtl' function. */ -#undef HAVE__SQRTL - -/* Define to 1 if you have the `_tanf' function. */ -#undef HAVE__TANF - -/* Define to 1 if you have the `_tanhf' function. */ -#undef HAVE__TANHF - -/* Define to 1 if you have the `_tanhl' function. */ -#undef HAVE__TANHL - -/* Define to 1 if you have the `_tanl' function. */ -#undef HAVE__TANL - /* Define to 1 if you have the `_wfopen' function. */ #undef HAVE__WFOPEN @@ -1125,323 +939,3 @@ #if __cplusplus >= 201103L #undef __CORRECT_ISO_CPP11_MATH_H_PROTO_INT #endif - -#if defined (HAVE__ACOSF) && ! defined (HAVE_ACOSF) -# define HAVE_ACOSF 1 -# define acosf _acosf -#endif - -#if defined (HAVE__ACOSL) && ! defined (HAVE_ACOSL) -# define HAVE_ACOSL 1 -# define acosl _acosl -#endif - -#if defined (HAVE__ASINF) && ! defined (HAVE_ASINF) -# define HAVE_ASINF 1 -# define asinf _asinf -#endif - -#if defined (HAVE__ASINL) && ! defined (HAVE_ASINL) -# define HAVE_ASINL 1 -# define asinl _asinl -#endif - -#if defined (HAVE__ATAN2F) && ! defined (HAVE_ATAN2F) -# define HAVE_ATAN2F 1 -# define atan2f _atan2f -#endif - -#if defined (HAVE__ATAN2L) && ! defined (HAVE_ATAN2L) -# define HAVE_ATAN2L 1 -# define atan2l _atan2l -#endif - -#if defined (HAVE__ATANF) && ! defined (HAVE_ATANF) -# define HAVE_ATANF 1 -# define atanf _atanf -#endif - -#if defined (HAVE__ATANL) && ! defined (HAVE_ATANL) -# define HAVE_ATANL 1 -# define atanl _atanl -#endif - -#if defined (HAVE__CEILF) && ! defined (HAVE_CEILF) -# define HAVE_CEILF 1 -# define ceilf _ceilf -#endif - -#if defined (HAVE__CEILL) && ! defined (HAVE_CEILL) -# define HAVE_CEILL 1 -# define ceill _ceill -#endif - -#if defined (HAVE__COSF) && ! defined (HAVE_COSF) -# define HAVE_COSF 1 -# define cosf _cosf -#endif - -#if defined (HAVE__COSHF) && ! defined (HAVE_COSHF) -# define HAVE_COSHF 1 -# define coshf _coshf -#endif - -#if defined (HAVE__COSHL) && ! defined (HAVE_COSHL) -# define HAVE_COSHL 1 -# define coshl _coshl -#endif - -#if defined (HAVE__COSL) && ! defined (HAVE_COSL) -# define HAVE_COSL 1 -# define cosl _cosl -#endif - -#if defined (HAVE__EXPF) && ! defined (HAVE_EXPF) -# define HAVE_EXPF 1 -# define expf _expf -#endif - -#if defined (HAVE__EXPL) && ! defined (HAVE_EXPL) -# define HAVE_EXPL 1 -# define expl _expl -#endif - -#if defined (HAVE__FABSF) && ! defined (HAVE_FABSF) -# define HAVE_FABSF 1 -# define fabsf _fabsf -#endif - -#if defined (HAVE__FABSL) && ! defined (HAVE_FABSL) -# define HAVE_FABSL 1 -# define fabsl _fabsl -#endif - -#if defined (HAVE__FINITE) && ! defined (HAVE_FINITE) -# define HAVE_FINITE 1 -# define finite _finite -#endif - -#if defined (HAVE__FINITEF) && ! defined (HAVE_FINITEF) -# define HAVE_FINITEF 1 -# define finitef _finitef -#endif - -#if defined (HAVE__FINITEL) && ! defined (HAVE_FINITEL) -# define HAVE_FINITEL 1 -# define finitel _finitel -#endif - -#if defined (HAVE__FLOORF) && ! defined (HAVE_FLOORF) -# define HAVE_FLOORF 1 -# define floorf _floorf -#endif - -#if defined (HAVE__FLOORL) && ! defined (HAVE_FLOORL) -# define HAVE_FLOORL 1 -# define floorl _floorl -#endif - -#if defined (HAVE__FMODF) && ! defined (HAVE_FMODF) -# define HAVE_FMODF 1 -# define fmodf _fmodf -#endif - -#if defined (HAVE__FMODL) && ! defined (HAVE_FMODL) -# define HAVE_FMODL 1 -# define fmodl _fmodl -#endif - -#if defined (HAVE__FPCLASS) && ! defined (HAVE_FPCLASS) -# define HAVE_FPCLASS 1 -# define fpclass _fpclass -#endif - -#if defined (HAVE__FREXPF) && ! defined (HAVE_FREXPF) -# define HAVE_FREXPF 1 -# define frexpf _frexpf -#endif - -#if defined (HAVE__FREXPL) && ! defined (HAVE_FREXPL) -# define HAVE_FREXPL 1 -# define frexpl _frexpl -#endif - -#if defined (HAVE__HYPOT) && ! defined (HAVE_HYPOT) -# define HAVE_HYPOT 1 -# define hypot _hypot -#endif - -#if defined (HAVE__HYPOTF) && ! defined (HAVE_HYPOTF) -# define HAVE_HYPOTF 1 -# define hypotf _hypotf -#endif - -#if defined (HAVE__HYPOTL) && ! defined (HAVE_HYPOTL) -# define HAVE_HYPOTL 1 -# define hypotl _hypotl -#endif - -#if defined (HAVE__ISINF) && ! defined (HAVE_ISINF) -# define HAVE_ISINF 1 -# define isinf _isinf -#endif - -#if defined (HAVE__ISINFF) && ! defined (HAVE_ISINFF) -# define HAVE_ISINFF 1 -# define isinff _isinff -#endif - -#if defined (HAVE__ISINFL) && ! defined (HAVE_ISINFL) -# define HAVE_ISINFL 1 -# define isinfl _isinfl -#endif - -#if defined (HAVE__ISNAN) && ! defined (HAVE_ISNAN) -# define HAVE_ISNAN 1 -# define isnan _isnan -#endif - -#if defined (HAVE__ISNANF) && ! defined (HAVE_ISNANF) -# define HAVE_ISNANF 1 -# define isnanf _isnanf -#endif - -#if defined (HAVE__ISNANL) && ! defined (HAVE_ISNANL) -# define HAVE_ISNANL 1 -# define isnanl _isnanl -#endif - -#if defined (HAVE__LDEXPF) && ! defined (HAVE_LDEXPF) -# define HAVE_LDEXPF 1 -# define ldexpf _ldexpf -#endif - -#if defined (HAVE__LDEXPL) && ! defined (HAVE_LDEXPL) -# define HAVE_LDEXPL 1 -# define ldexpl _ldexpl -#endif - -#if defined (HAVE__LOG10F) && ! defined (HAVE_LOG10F) -# define HAVE_LOG10F 1 -# define log10f _log10f -#endif - -#if defined (HAVE__LOG10L) && ! defined (HAVE_LOG10L) -# define HAVE_LOG10L 1 -# define log10l _log10l -#endif - -#if defined (HAVE__LOGF) && ! defined (HAVE_LOGF) -# define HAVE_LOGF 1 -# define logf _logf -#endif - -#if defined (HAVE__LOGL) && ! defined (HAVE_LOGL) -# define HAVE_LOGL 1 -# define logl _logl -#endif - -#if defined (HAVE__MODF) && ! defined (HAVE_MODF) -# define HAVE_MODF 1 -# define modf _modf -#endif - -#if defined (HAVE__MODFF) && ! defined (HAVE_MODFF) -# define HAVE_MODFF 1 -# define modff _modff -#endif - -#if defined (HAVE__MODFL) && ! defined (HAVE_MODFL) -# define HAVE_MODFL 1 -# define modfl _modfl -#endif - -#if defined (HAVE__POWF) && ! defined (HAVE_POWF) -# define HAVE_POWF 1 -# define powf _powf -#endif - -#if defined (HAVE__POWL) && ! defined (HAVE_POWL) -# define HAVE_POWL 1 -# define powl _powl -#endif - -#if defined (HAVE__QFPCLASS) && ! defined (HAVE_QFPCLASS) -# define HAVE_QFPCLASS 1 -# define qfpclass _qfpclass -#endif - -#if defined (HAVE__SINCOS) && ! defined (HAVE_SINCOS) -# define HAVE_SINCOS 1 -# define sincos _sincos -#endif - -#if defined (HAVE__SINCOSF) && ! defined (HAVE_SINCOSF) -# define HAVE_SINCOSF 1 -# define sincosf _sincosf -#endif - -#if defined (HAVE__SINCOSL) && ! defined (HAVE_SINCOSL) -# define HAVE_SINCOSL 1 -# define sincosl _sincosl -#endif - -#if defined (HAVE__SINF) && ! defined (HAVE_SINF) -# define HAVE_SINF 1 -# define sinf _sinf -#endif - -#if defined (HAVE__SINHF) && ! defined (HAVE_SINHF) -# define HAVE_SINHF 1 -# define sinhf _sinhf -#endif - -#if defined (HAVE__SINHL) && ! defined (HAVE_SINHL) -# define HAVE_SINHL 1 -# define sinhl _sinhl -#endif - -#if defined (HAVE__SINL) && ! defined (HAVE_SINL) -# define HAVE_SINL 1 -# define sinl _sinl -#endif - -#if defined (HAVE__SQRTF) && ! defined (HAVE_SQRTF) -# define HAVE_SQRTF 1 -# define sqrtf _sqrtf -#endif - -#if defined (HAVE__SQRTL) && ! defined (HAVE_SQRTL) -# define HAVE_SQRTL 1 -# define sqrtl _sqrtl -#endif - -#if defined (HAVE__STRTOF) && ! defined (HAVE_STRTOF) -# define HAVE_STRTOF 1 -# define strtof _strtof -#endif - -#if defined (HAVE__STRTOLD) && ! defined (HAVE_STRTOLD) -# define HAVE_STRTOLD 1 -# define strtold _strtold -#endif - -#if defined (HAVE__TANF) && ! defined (HAVE_TANF) -# define HAVE_TANF 1 -# define tanf _tanf -#endif - -#if defined (HAVE__TANHF) && ! defined (HAVE_TANHF) -# define HAVE_TANHF 1 -# define tanhf _tanhf -#endif - -#if defined (HAVE__TANHL) && ! defined (HAVE_TANHL) -# define HAVE_TANHL 1 -# define tanhl _tanhl -#endif - -#if defined (HAVE__TANL) && ! defined (HAVE_TANL) -# define HAVE_TANL 1 -# define tanl _tanl -#endif diff --git a/libstdc++-v3/configure b/libstdc++-v3/configure index 155faf5..cd07845 100755 --- a/libstdc++-v3/configure +++ b/libstdc++-v3/configure @@ -23163,72 +23163,7 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _isinf declaration" >&5 -$as_echo_n "checking for _isinf declaration... " >&6; } - if test x${glibcxx_cv_func__isinf_use+set} != xset; then - if ${glibcxx_cv_func__isinf_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> - #ifdef HAVE_IEEEFP_H - #include <ieeefp.h> - #endif - -int -main () -{ - _isinf(0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__isinf_use=yes -else - glibcxx_cv_func__isinf_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__isinf_use" >&5 -$as_echo "$glibcxx_cv_func__isinf_use" >&6; } - - if test x$glibcxx_cv_func__isinf_use = x"yes"; then - for ac_func in _isinf -do : - ac_fn_c_check_func "$LINENO" "_isinf" "ac_cv_func__isinf" -if test "x$ac_cv_func__isinf" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__ISINF 1 -_ACEOF - -fi -done - - fi - fi - - @@ -23292,75 +23227,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _isnan declaration" >&5 -$as_echo_n "checking for _isnan declaration... " >&6; } - if test x${glibcxx_cv_func__isnan_use+set} != xset; then - if ${glibcxx_cv_func__isnan_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> - #ifdef HAVE_IEEEFP_H - #include <ieeefp.h> - #endif - -int -main () -{ - _isnan(0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__isnan_use=yes -else - glibcxx_cv_func__isnan_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__isnan_use" >&5 -$as_echo "$glibcxx_cv_func__isnan_use" >&6; } - - if test x$glibcxx_cv_func__isnan_use = x"yes"; then - for ac_func in _isnan -do : - ac_fn_c_check_func "$LINENO" "_isnan" "ac_cv_func__isnan" -if test "x$ac_cv_func__isnan" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__ISNAN 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for finite declaration" >&5 $as_echo_n "checking for finite declaration... " >&6; } if test x${glibcxx_cv_func_finite_use+set} != xset; then @@ -23421,75 +23291,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _finite declaration" >&5 -$as_echo_n "checking for _finite declaration... " >&6; } - if test x${glibcxx_cv_func__finite_use+set} != xset; then - if ${glibcxx_cv_func__finite_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> - #ifdef HAVE_IEEEFP_H - #include <ieeefp.h> - #endif - -int -main () -{ - _finite(0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__finite_use=yes -else - glibcxx_cv_func__finite_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__finite_use" >&5 -$as_echo "$glibcxx_cv_func__finite_use" >&6; } - - if test x$glibcxx_cv_func__finite_use = x"yes"; then - for ac_func in _finite -do : - ac_fn_c_check_func "$LINENO" "_finite" "ac_cv_func__finite" -if test "x$ac_cv_func__finite" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__FINITE 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sincos declaration" >&5 $as_echo_n "checking for sincos declaration... " >&6; } if test x${glibcxx_cv_func_sincos_use+set} != xset; then @@ -23546,71 +23351,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _sincos declaration" >&5 -$as_echo_n "checking for _sincos declaration... " >&6; } - if test x${glibcxx_cv_func__sincos_use+set} != xset; then - if ${glibcxx_cv_func__sincos_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> -int -main () -{ - _sincos(0, 0, 0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__sincos_use=yes -else - glibcxx_cv_func__sincos_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__sincos_use" >&5 -$as_echo "$glibcxx_cv_func__sincos_use" >&6; } - - if test x$glibcxx_cv_func__sincos_use = x"yes"; then - for ac_func in _sincos -do : - ac_fn_c_check_func "$LINENO" "_sincos" "ac_cv_func__sincos" -if test "x$ac_cv_func__sincos" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__SINCOS 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fpclass declaration" >&5 $as_echo_n "checking for fpclass declaration... " >&6; } if test x${glibcxx_cv_func_fpclass_use+set} != xset; then @@ -23671,75 +23415,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _fpclass declaration" >&5 -$as_echo_n "checking for _fpclass declaration... " >&6; } - if test x${glibcxx_cv_func__fpclass_use+set} != xset; then - if ${glibcxx_cv_func__fpclass_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> - #ifdef HAVE_IEEEFP_H - #include <ieeefp.h> - #endif - -int -main () -{ - _fpclass(0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__fpclass_use=yes -else - glibcxx_cv_func__fpclass_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__fpclass_use" >&5 -$as_echo "$glibcxx_cv_func__fpclass_use" >&6; } - - if test x$glibcxx_cv_func__fpclass_use = x"yes"; then - for ac_func in _fpclass -do : - ac_fn_c_check_func "$LINENO" "_fpclass" "ac_cv_func__fpclass" -if test "x$ac_cv_func__fpclass" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__FPCLASS 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for qfpclass declaration" >&5 $as_echo_n "checking for qfpclass declaration... " >&6; } if test x${glibcxx_cv_func_qfpclass_use+set} != xset; then @@ -23800,75 +23479,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _qfpclass declaration" >&5 -$as_echo_n "checking for _qfpclass declaration... " >&6; } - if test x${glibcxx_cv_func__qfpclass_use+set} != xset; then - if ${glibcxx_cv_func__qfpclass_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> - #ifdef HAVE_IEEEFP_H - #include <ieeefp.h> - #endif - -int -main () -{ - _qfpclass(0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__qfpclass_use=yes -else - glibcxx_cv_func__qfpclass_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__qfpclass_use" >&5 -$as_echo "$glibcxx_cv_func__qfpclass_use" >&6; } - - if test x$glibcxx_cv_func__qfpclass_use = x"yes"; then - for ac_func in _qfpclass -do : - ac_fn_c_check_func "$LINENO" "_qfpclass" "ac_cv_func__qfpclass" -if test "x$ac_cv_func__qfpclass" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__QFPCLASS 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for hypot declaration" >&5 $as_echo_n "checking for hypot declaration... " >&6; } if test x${glibcxx_cv_func_hypot_use+set} != xset; then @@ -23925,71 +23539,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _hypot declaration" >&5 -$as_echo_n "checking for _hypot declaration... " >&6; } - if test x${glibcxx_cv_func__hypot_use+set} != xset; then - if ${glibcxx_cv_func__hypot_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> -int -main () -{ - _hypot(0, 0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__hypot_use=yes -else - glibcxx_cv_func__hypot_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__hypot_use" >&5 -$as_echo "$glibcxx_cv_func__hypot_use" >&6; } - - if test x$glibcxx_cv_func__hypot_use = x"yes"; then - for ac_func in _hypot -do : - ac_fn_c_check_func "$LINENO" "_hypot" "ac_cv_func__hypot" -if test "x$ac_cv_func__hypot" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__HYPOT 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for float trig functions" >&5 $as_echo_n "checking for float trig functions... " >&6; } if ${glibcxx_cv_func_float_trig_use+:} false; then : @@ -24043,67 +23596,10 @@ _ACEOF fi done - else - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _float trig functions" >&5 -$as_echo_n "checking for _float trig functions... " >&6; } - if ${glibcxx_cv_func__float_trig_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> -int -main () -{ -_acosf (0); _asinf (0); _atanf (0); _cosf (0); _sinf (0); _tanf (0); _coshf (0); _sinhf (0); _tanhf (0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__float_trig_use=yes -else - glibcxx_cv_func__float_trig_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - -fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__float_trig_use" >&5 -$as_echo "$glibcxx_cv_func__float_trig_use" >&6; } - if test x$glibcxx_cv_func__float_trig_use = x"yes"; then - for ac_func in _acosf _asinf _atanf _cosf _sinf _tanf _coshf _sinhf _tanhf -do : - as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` -ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" -if eval test \"x\$"$as_ac_var"\" = x"yes"; then : - cat >>confdefs.h <<_ACEOF -#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for float round functions" >&5 $as_echo_n "checking for float round functions... " >&6; } if ${glibcxx_cv_func_float_round_use+:} false; then : @@ -24157,68 +23653,11 @@ _ACEOF fi done - else - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _float round functions" >&5 -$as_echo_n "checking for _float round functions... " >&6; } - if ${glibcxx_cv_func__float_round_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> -int -main () -{ -_ceilf (0); _floorf (0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__float_round_use=yes -else - glibcxx_cv_func__float_round_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - -fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__float_round_use" >&5 -$as_echo "$glibcxx_cv_func__float_round_use" >&6; } - if test x$glibcxx_cv_func__float_round_use = x"yes"; then - for ac_func in _ceilf _floorf -do : - as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` -ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" -if eval test \"x\$"$as_ac_var"\" = x"yes"; then : - cat >>confdefs.h <<_ACEOF -#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for expf declaration" >&5 $as_echo_n "checking for expf declaration... " >&6; } if test x${glibcxx_cv_func_expf_use+set} != xset; then @@ -24279,75 +23718,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _expf declaration" >&5 -$as_echo_n "checking for _expf declaration... " >&6; } - if test x${glibcxx_cv_func__expf_use+set} != xset; then - if ${glibcxx_cv_func__expf_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> - #ifdef HAVE_IEEEFP_H - #include <ieeefp.h> - #endif - -int -main () -{ - _expf(0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__expf_use=yes -else - glibcxx_cv_func__expf_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__expf_use" >&5 -$as_echo "$glibcxx_cv_func__expf_use" >&6; } - - if test x$glibcxx_cv_func__expf_use = x"yes"; then - for ac_func in _expf -do : - ac_fn_c_check_func "$LINENO" "_expf" "ac_cv_func__expf" -if test "x$ac_cv_func__expf" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__EXPF 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isnanf declaration" >&5 $as_echo_n "checking for isnanf declaration... " >&6; } if test x${glibcxx_cv_func_isnanf_use+set} != xset; then @@ -24408,75 +23782,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _isnanf declaration" >&5 -$as_echo_n "checking for _isnanf declaration... " >&6; } - if test x${glibcxx_cv_func__isnanf_use+set} != xset; then - if ${glibcxx_cv_func__isnanf_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> - #ifdef HAVE_IEEEFP_H - #include <ieeefp.h> - #endif - -int -main () -{ - _isnanf(0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__isnanf_use=yes -else - glibcxx_cv_func__isnanf_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__isnanf_use" >&5 -$as_echo "$glibcxx_cv_func__isnanf_use" >&6; } - - if test x$glibcxx_cv_func__isnanf_use = x"yes"; then - for ac_func in _isnanf -do : - ac_fn_c_check_func "$LINENO" "_isnanf" "ac_cv_func__isnanf" -if test "x$ac_cv_func__isnanf" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__ISNANF 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isinff declaration" >&5 $as_echo_n "checking for isinff declaration... " >&6; } if test x${glibcxx_cv_func_isinff_use+set} != xset; then @@ -24537,75 +23846,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _isinff declaration" >&5 -$as_echo_n "checking for _isinff declaration... " >&6; } - if test x${glibcxx_cv_func__isinff_use+set} != xset; then - if ${glibcxx_cv_func__isinff_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> - #ifdef HAVE_IEEEFP_H - #include <ieeefp.h> - #endif - -int -main () -{ - _isinff(0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__isinff_use=yes -else - glibcxx_cv_func__isinff_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__isinff_use" >&5 -$as_echo "$glibcxx_cv_func__isinff_use" >&6; } - - if test x$glibcxx_cv_func__isinff_use = x"yes"; then - for ac_func in _isinff -do : - ac_fn_c_check_func "$LINENO" "_isinff" "ac_cv_func__isinff" -if test "x$ac_cv_func__isinff" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__ISINFF 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for atan2f declaration" >&5 $as_echo_n "checking for atan2f declaration... " >&6; } if test x${glibcxx_cv_func_atan2f_use+set} != xset; then @@ -24662,68 +23906,7 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _atan2f declaration" >&5 -$as_echo_n "checking for _atan2f declaration... " >&6; } - if test x${glibcxx_cv_func__atan2f_use+set} != xset; then - if ${glibcxx_cv_func__atan2f_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> -int -main () -{ - _atan2f(0, 0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__atan2f_use=yes -else - glibcxx_cv_func__atan2f_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__atan2f_use" >&5 -$as_echo "$glibcxx_cv_func__atan2f_use" >&6; } - - if test x$glibcxx_cv_func__atan2f_use = x"yes"; then - for ac_func in _atan2f -do : - ac_fn_c_check_func "$LINENO" "_atan2f" "ac_cv_func__atan2f" -if test "x$ac_cv_func__atan2f" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__ATAN2F 1 -_ACEOF - -fi -done - - fi - fi - - @@ -24787,75 +23970,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _fabsf declaration" >&5 -$as_echo_n "checking for _fabsf declaration... " >&6; } - if test x${glibcxx_cv_func__fabsf_use+set} != xset; then - if ${glibcxx_cv_func__fabsf_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> - #ifdef HAVE_IEEEFP_H - #include <ieeefp.h> - #endif - -int -main () -{ - _fabsf(0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__fabsf_use=yes -else - glibcxx_cv_func__fabsf_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__fabsf_use" >&5 -$as_echo "$glibcxx_cv_func__fabsf_use" >&6; } - - if test x$glibcxx_cv_func__fabsf_use = x"yes"; then - for ac_func in _fabsf -do : - ac_fn_c_check_func "$LINENO" "_fabsf" "ac_cv_func__fabsf" -if test "x$ac_cv_func__fabsf" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__FABSF 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fmodf declaration" >&5 $as_echo_n "checking for fmodf declaration... " >&6; } if test x${glibcxx_cv_func_fmodf_use+set} != xset; then @@ -24912,71 +24030,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _fmodf declaration" >&5 -$as_echo_n "checking for _fmodf declaration... " >&6; } - if test x${glibcxx_cv_func__fmodf_use+set} != xset; then - if ${glibcxx_cv_func__fmodf_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> -int -main () -{ - _fmodf(0, 0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__fmodf_use=yes -else - glibcxx_cv_func__fmodf_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__fmodf_use" >&5 -$as_echo "$glibcxx_cv_func__fmodf_use" >&6; } - - if test x$glibcxx_cv_func__fmodf_use = x"yes"; then - for ac_func in _fmodf -do : - ac_fn_c_check_func "$LINENO" "_fmodf" "ac_cv_func__fmodf" -if test "x$ac_cv_func__fmodf" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__FMODF 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for frexpf declaration" >&5 $as_echo_n "checking for frexpf declaration... " >&6; } if test x${glibcxx_cv_func_frexpf_use+set} != xset; then @@ -25033,71 +24090,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _frexpf declaration" >&5 -$as_echo_n "checking for _frexpf declaration... " >&6; } - if test x${glibcxx_cv_func__frexpf_use+set} != xset; then - if ${glibcxx_cv_func__frexpf_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> -int -main () -{ - _frexpf(0, 0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__frexpf_use=yes -else - glibcxx_cv_func__frexpf_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__frexpf_use" >&5 -$as_echo "$glibcxx_cv_func__frexpf_use" >&6; } - - if test x$glibcxx_cv_func__frexpf_use = x"yes"; then - for ac_func in _frexpf -do : - ac_fn_c_check_func "$LINENO" "_frexpf" "ac_cv_func__frexpf" -if test "x$ac_cv_func__frexpf" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__FREXPF 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for hypotf declaration" >&5 $as_echo_n "checking for hypotf declaration... " >&6; } if test x${glibcxx_cv_func_hypotf_use+set} != xset; then @@ -25154,71 +24150,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _hypotf declaration" >&5 -$as_echo_n "checking for _hypotf declaration... " >&6; } - if test x${glibcxx_cv_func__hypotf_use+set} != xset; then - if ${glibcxx_cv_func__hypotf_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> -int -main () -{ - _hypotf(0, 0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__hypotf_use=yes -else - glibcxx_cv_func__hypotf_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__hypotf_use" >&5 -$as_echo "$glibcxx_cv_func__hypotf_use" >&6; } - - if test x$glibcxx_cv_func__hypotf_use = x"yes"; then - for ac_func in _hypotf -do : - ac_fn_c_check_func "$LINENO" "_hypotf" "ac_cv_func__hypotf" -if test "x$ac_cv_func__hypotf" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__HYPOTF 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ldexpf declaration" >&5 $as_echo_n "checking for ldexpf declaration... " >&6; } if test x${glibcxx_cv_func_ldexpf_use+set} != xset; then @@ -25275,68 +24210,7 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _ldexpf declaration" >&5 -$as_echo_n "checking for _ldexpf declaration... " >&6; } - if test x${glibcxx_cv_func__ldexpf_use+set} != xset; then - if ${glibcxx_cv_func__ldexpf_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> -int -main () -{ - _ldexpf(0, 0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__ldexpf_use=yes -else - glibcxx_cv_func__ldexpf_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__ldexpf_use" >&5 -$as_echo "$glibcxx_cv_func__ldexpf_use" >&6; } - - if test x$glibcxx_cv_func__ldexpf_use = x"yes"; then - for ac_func in _ldexpf -do : - ac_fn_c_check_func "$LINENO" "_ldexpf" "ac_cv_func__ldexpf" -if test "x$ac_cv_func__ldexpf" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__LDEXPF 1 -_ACEOF - -fi -done - - fi - fi - - @@ -25400,75 +24274,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _logf declaration" >&5 -$as_echo_n "checking for _logf declaration... " >&6; } - if test x${glibcxx_cv_func__logf_use+set} != xset; then - if ${glibcxx_cv_func__logf_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> - #ifdef HAVE_IEEEFP_H - #include <ieeefp.h> - #endif - -int -main () -{ - _logf(0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__logf_use=yes -else - glibcxx_cv_func__logf_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__logf_use" >&5 -$as_echo "$glibcxx_cv_func__logf_use" >&6; } - - if test x$glibcxx_cv_func__logf_use = x"yes"; then - for ac_func in _logf -do : - ac_fn_c_check_func "$LINENO" "_logf" "ac_cv_func__logf" -if test "x$ac_cv_func__logf" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__LOGF 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for log10f declaration" >&5 $as_echo_n "checking for log10f declaration... " >&6; } if test x${glibcxx_cv_func_log10f_use+set} != xset; then @@ -25529,75 +24338,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _log10f declaration" >&5 -$as_echo_n "checking for _log10f declaration... " >&6; } - if test x${glibcxx_cv_func__log10f_use+set} != xset; then - if ${glibcxx_cv_func__log10f_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> - #ifdef HAVE_IEEEFP_H - #include <ieeefp.h> - #endif - -int -main () -{ - _log10f(0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__log10f_use=yes -else - glibcxx_cv_func__log10f_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__log10f_use" >&5 -$as_echo "$glibcxx_cv_func__log10f_use" >&6; } - - if test x$glibcxx_cv_func__log10f_use = x"yes"; then - for ac_func in _log10f -do : - ac_fn_c_check_func "$LINENO" "_log10f" "ac_cv_func__log10f" -if test "x$ac_cv_func__log10f" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__LOG10F 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for modff declaration" >&5 $as_echo_n "checking for modff declaration... " >&6; } if test x${glibcxx_cv_func_modff_use+set} != xset; then @@ -25654,71 +24398,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _modff declaration" >&5 -$as_echo_n "checking for _modff declaration... " >&6; } - if test x${glibcxx_cv_func__modff_use+set} != xset; then - if ${glibcxx_cv_func__modff_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> -int -main () -{ - _modff(0, 0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__modff_use=yes -else - glibcxx_cv_func__modff_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__modff_use" >&5 -$as_echo "$glibcxx_cv_func__modff_use" >&6; } - - if test x$glibcxx_cv_func__modff_use = x"yes"; then - for ac_func in _modff -do : - ac_fn_c_check_func "$LINENO" "_modff" "ac_cv_func__modff" -if test "x$ac_cv_func__modff" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__MODFF 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for modf declaration" >&5 $as_echo_n "checking for modf declaration... " >&6; } if test x${glibcxx_cv_func_modf_use+set} != xset; then @@ -25775,71 +24458,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _modf declaration" >&5 -$as_echo_n "checking for _modf declaration... " >&6; } - if test x${glibcxx_cv_func__modf_use+set} != xset; then - if ${glibcxx_cv_func__modf_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> -int -main () -{ - _modf(0, 0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__modf_use=yes -else - glibcxx_cv_func__modf_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__modf_use" >&5 -$as_echo "$glibcxx_cv_func__modf_use" >&6; } - - if test x$glibcxx_cv_func__modf_use = x"yes"; then - for ac_func in _modf -do : - ac_fn_c_check_func "$LINENO" "_modf" "ac_cv_func__modf" -if test "x$ac_cv_func__modf" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__MODF 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for powf declaration" >&5 $as_echo_n "checking for powf declaration... " >&6; } if test x${glibcxx_cv_func_powf_use+set} != xset; then @@ -25896,71 +24518,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _powf declaration" >&5 -$as_echo_n "checking for _powf declaration... " >&6; } - if test x${glibcxx_cv_func__powf_use+set} != xset; then - if ${glibcxx_cv_func__powf_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> -int -main () -{ - _powf(0, 0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__powf_use=yes -else - glibcxx_cv_func__powf_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__powf_use" >&5 -$as_echo "$glibcxx_cv_func__powf_use" >&6; } - - if test x$glibcxx_cv_func__powf_use = x"yes"; then - for ac_func in _powf -do : - ac_fn_c_check_func "$LINENO" "_powf" "ac_cv_func__powf" -if test "x$ac_cv_func__powf" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__POWF 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sqrtf declaration" >&5 $as_echo_n "checking for sqrtf declaration... " >&6; } if test x${glibcxx_cv_func_sqrtf_use+set} != xset; then @@ -26021,72 +24582,7 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _sqrtf declaration" >&5 -$as_echo_n "checking for _sqrtf declaration... " >&6; } - if test x${glibcxx_cv_func__sqrtf_use+set} != xset; then - if ${glibcxx_cv_func__sqrtf_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> - #ifdef HAVE_IEEEFP_H - #include <ieeefp.h> - #endif - -int -main () -{ - _sqrtf(0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__sqrtf_use=yes -else - glibcxx_cv_func__sqrtf_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__sqrtf_use" >&5 -$as_echo "$glibcxx_cv_func__sqrtf_use" >&6; } - - if test x$glibcxx_cv_func__sqrtf_use = x"yes"; then - for ac_func in _sqrtf -do : - ac_fn_c_check_func "$LINENO" "_sqrtf" "ac_cv_func__sqrtf" -if test "x$ac_cv_func__sqrtf" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__SQRTF 1 -_ACEOF - -fi -done - - fi - fi - - @@ -26146,71 +24642,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _sincosf declaration" >&5 -$as_echo_n "checking for _sincosf declaration... " >&6; } - if test x${glibcxx_cv_func__sincosf_use+set} != xset; then - if ${glibcxx_cv_func__sincosf_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> -int -main () -{ - _sincosf(0, 0, 0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__sincosf_use=yes -else - glibcxx_cv_func__sincosf_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__sincosf_use" >&5 -$as_echo "$glibcxx_cv_func__sincosf_use" >&6; } - - if test x$glibcxx_cv_func__sincosf_use = x"yes"; then - for ac_func in _sincosf -do : - ac_fn_c_check_func "$LINENO" "_sincosf" "ac_cv_func__sincosf" -if test "x$ac_cv_func__sincosf" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__SINCOSF 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for finitef declaration" >&5 $as_echo_n "checking for finitef declaration... " >&6; } if test x${glibcxx_cv_func_finitef_use+set} != xset; then @@ -26271,75 +24706,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _finitef declaration" >&5 -$as_echo_n "checking for _finitef declaration... " >&6; } - if test x${glibcxx_cv_func__finitef_use+set} != xset; then - if ${glibcxx_cv_func__finitef_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> - #ifdef HAVE_IEEEFP_H - #include <ieeefp.h> - #endif - -int -main () -{ - _finitef(0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__finitef_use=yes -else - glibcxx_cv_func__finitef_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__finitef_use" >&5 -$as_echo "$glibcxx_cv_func__finitef_use" >&6; } - - if test x$glibcxx_cv_func__finitef_use = x"yes"; then - for ac_func in _finitef -do : - ac_fn_c_check_func "$LINENO" "_finitef" "ac_cv_func__finitef" -if test "x$ac_cv_func__finitef" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__FINITEF 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for long double trig functions" >&5 $as_echo_n "checking for long double trig functions... " >&6; } if ${glibcxx_cv_func_long_double_trig_use+:} false; then : @@ -26393,67 +24763,10 @@ _ACEOF fi done - else - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _long double trig functions" >&5 -$as_echo_n "checking for _long double trig functions... " >&6; } - if ${glibcxx_cv_func__long_double_trig_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> -int -main () -{ -_acosl (0); _asinl (0); _atanl (0); _cosl (0); _sinl (0); _tanl (0); _coshl (0); _sinhl (0); _tanhl (0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__long_double_trig_use=yes -else - glibcxx_cv_func__long_double_trig_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - -fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__long_double_trig_use" >&5 -$as_echo "$glibcxx_cv_func__long_double_trig_use" >&6; } - if test x$glibcxx_cv_func__long_double_trig_use = x"yes"; then - for ac_func in _acosl _asinl _atanl _cosl _sinl _tanl _coshl _sinhl _tanhl -do : - as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` -ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" -if eval test \"x\$"$as_ac_var"\" = x"yes"; then : - cat >>confdefs.h <<_ACEOF -#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for long double round functions" >&5 $as_echo_n "checking for long double round functions... " >&6; } if ${glibcxx_cv_func_long_double_round_use+:} false; then : @@ -26507,68 +24820,11 @@ _ACEOF fi done - else - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _long double round functions" >&5 -$as_echo_n "checking for _long double round functions... " >&6; } - if ${glibcxx_cv_func__long_double_round_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> -int -main () -{ -_ceill (0); _floorl (0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__long_double_round_use=yes -else - glibcxx_cv_func__long_double_round_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - -fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__long_double_round_use" >&5 -$as_echo "$glibcxx_cv_func__long_double_round_use" >&6; } - if test x$glibcxx_cv_func__long_double_round_use = x"yes"; then - for ac_func in _ceill _floorl -do : - as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` -ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" -if eval test \"x\$"$as_ac_var"\" = x"yes"; then : - cat >>confdefs.h <<_ACEOF -#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isnanl declaration" >&5 $as_echo_n "checking for isnanl declaration... " >&6; } if test x${glibcxx_cv_func_isnanl_use+set} != xset; then @@ -26629,72 +24885,7 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _isnanl declaration" >&5 -$as_echo_n "checking for _isnanl declaration... " >&6; } - if test x${glibcxx_cv_func__isnanl_use+set} != xset; then - if ${glibcxx_cv_func__isnanl_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> - #ifdef HAVE_IEEEFP_H - #include <ieeefp.h> - #endif - -int -main () -{ - _isnanl(0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__isnanl_use=yes -else - glibcxx_cv_func__isnanl_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__isnanl_use" >&5 -$as_echo "$glibcxx_cv_func__isnanl_use" >&6; } - - if test x$glibcxx_cv_func__isnanl_use = x"yes"; then - for ac_func in _isnanl -do : - ac_fn_c_check_func "$LINENO" "_isnanl" "ac_cv_func__isnanl" -if test "x$ac_cv_func__isnanl" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__ISNANL 1 -_ACEOF - -fi -done - - fi - fi - - @@ -26758,75 +24949,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _isinfl declaration" >&5 -$as_echo_n "checking for _isinfl declaration... " >&6; } - if test x${glibcxx_cv_func__isinfl_use+set} != xset; then - if ${glibcxx_cv_func__isinfl_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> - #ifdef HAVE_IEEEFP_H - #include <ieeefp.h> - #endif - -int -main () -{ - _isinfl(0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__isinfl_use=yes -else - glibcxx_cv_func__isinfl_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__isinfl_use" >&5 -$as_echo "$glibcxx_cv_func__isinfl_use" >&6; } - - if test x$glibcxx_cv_func__isinfl_use = x"yes"; then - for ac_func in _isinfl -do : - ac_fn_c_check_func "$LINENO" "_isinfl" "ac_cv_func__isinfl" -if test "x$ac_cv_func__isinfl" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__ISINFL 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for atan2l declaration" >&5 $as_echo_n "checking for atan2l declaration... " >&6; } if test x${glibcxx_cv_func_atan2l_use+set} != xset; then @@ -26883,71 +25009,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _atan2l declaration" >&5 -$as_echo_n "checking for _atan2l declaration... " >&6; } - if test x${glibcxx_cv_func__atan2l_use+set} != xset; then - if ${glibcxx_cv_func__atan2l_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> -int -main () -{ - _atan2l(0, 0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__atan2l_use=yes -else - glibcxx_cv_func__atan2l_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__atan2l_use" >&5 -$as_echo "$glibcxx_cv_func__atan2l_use" >&6; } - - if test x$glibcxx_cv_func__atan2l_use = x"yes"; then - for ac_func in _atan2l -do : - ac_fn_c_check_func "$LINENO" "_atan2l" "ac_cv_func__atan2l" -if test "x$ac_cv_func__atan2l" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__ATAN2L 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for expl declaration" >&5 $as_echo_n "checking for expl declaration... " >&6; } if test x${glibcxx_cv_func_expl_use+set} != xset; then @@ -27008,75 +25073,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _expl declaration" >&5 -$as_echo_n "checking for _expl declaration... " >&6; } - if test x${glibcxx_cv_func__expl_use+set} != xset; then - if ${glibcxx_cv_func__expl_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> - #ifdef HAVE_IEEEFP_H - #include <ieeefp.h> - #endif - -int -main () -{ - _expl(0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__expl_use=yes -else - glibcxx_cv_func__expl_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__expl_use" >&5 -$as_echo "$glibcxx_cv_func__expl_use" >&6; } - - if test x$glibcxx_cv_func__expl_use = x"yes"; then - for ac_func in _expl -do : - ac_fn_c_check_func "$LINENO" "_expl" "ac_cv_func__expl" -if test "x$ac_cv_func__expl" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__EXPL 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fabsl declaration" >&5 $as_echo_n "checking for fabsl declaration... " >&6; } if test x${glibcxx_cv_func_fabsl_use+set} != xset; then @@ -27137,75 +25137,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _fabsl declaration" >&5 -$as_echo_n "checking for _fabsl declaration... " >&6; } - if test x${glibcxx_cv_func__fabsl_use+set} != xset; then - if ${glibcxx_cv_func__fabsl_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> - #ifdef HAVE_IEEEFP_H - #include <ieeefp.h> - #endif - -int -main () -{ - _fabsl(0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__fabsl_use=yes -else - glibcxx_cv_func__fabsl_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__fabsl_use" >&5 -$as_echo "$glibcxx_cv_func__fabsl_use" >&6; } - - if test x$glibcxx_cv_func__fabsl_use = x"yes"; then - for ac_func in _fabsl -do : - ac_fn_c_check_func "$LINENO" "_fabsl" "ac_cv_func__fabsl" -if test "x$ac_cv_func__fabsl" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__FABSL 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fmodl declaration" >&5 $as_echo_n "checking for fmodl declaration... " >&6; } if test x${glibcxx_cv_func_fmodl_use+set} != xset; then @@ -27262,68 +25197,7 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _fmodl declaration" >&5 -$as_echo_n "checking for _fmodl declaration... " >&6; } - if test x${glibcxx_cv_func__fmodl_use+set} != xset; then - if ${glibcxx_cv_func__fmodl_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> -int -main () -{ - _fmodl(0, 0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__fmodl_use=yes -else - glibcxx_cv_func__fmodl_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__fmodl_use" >&5 -$as_echo "$glibcxx_cv_func__fmodl_use" >&6; } - - if test x$glibcxx_cv_func__fmodl_use = x"yes"; then - for ac_func in _fmodl -do : - ac_fn_c_check_func "$LINENO" "_fmodl" "ac_cv_func__fmodl" -if test "x$ac_cv_func__fmodl" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__FMODL 1 -_ACEOF - -fi -done - - fi - fi - - @@ -27383,71 +25257,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _frexpl declaration" >&5 -$as_echo_n "checking for _frexpl declaration... " >&6; } - if test x${glibcxx_cv_func__frexpl_use+set} != xset; then - if ${glibcxx_cv_func__frexpl_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> -int -main () -{ - _frexpl(0, 0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__frexpl_use=yes -else - glibcxx_cv_func__frexpl_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__frexpl_use" >&5 -$as_echo "$glibcxx_cv_func__frexpl_use" >&6; } - - if test x$glibcxx_cv_func__frexpl_use = x"yes"; then - for ac_func in _frexpl -do : - ac_fn_c_check_func "$LINENO" "_frexpl" "ac_cv_func__frexpl" -if test "x$ac_cv_func__frexpl" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__FREXPL 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for hypotl declaration" >&5 $as_echo_n "checking for hypotl declaration... " >&6; } if test x${glibcxx_cv_func_hypotl_use+set} != xset; then @@ -27504,68 +25317,7 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _hypotl declaration" >&5 -$as_echo_n "checking for _hypotl declaration... " >&6; } - if test x${glibcxx_cv_func__hypotl_use+set} != xset; then - if ${glibcxx_cv_func__hypotl_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> -int -main () -{ - _hypotl(0, 0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__hypotl_use=yes -else - glibcxx_cv_func__hypotl_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__hypotl_use" >&5 -$as_echo "$glibcxx_cv_func__hypotl_use" >&6; } - - if test x$glibcxx_cv_func__hypotl_use = x"yes"; then - for ac_func in _hypotl -do : - ac_fn_c_check_func "$LINENO" "_hypotl" "ac_cv_func__hypotl" -if test "x$ac_cv_func__hypotl" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__HYPOTL 1 -_ACEOF - -fi -done - - fi - fi - - @@ -27625,68 +25377,7 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _ldexpl declaration" >&5 -$as_echo_n "checking for _ldexpl declaration... " >&6; } - if test x${glibcxx_cv_func__ldexpl_use+set} != xset; then - if ${glibcxx_cv_func__ldexpl_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> -int -main () -{ - _ldexpl(0, 0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__ldexpl_use=yes -else - glibcxx_cv_func__ldexpl_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__ldexpl_use" >&5 -$as_echo "$glibcxx_cv_func__ldexpl_use" >&6; } - - if test x$glibcxx_cv_func__ldexpl_use = x"yes"; then - for ac_func in _ldexpl -do : - ac_fn_c_check_func "$LINENO" "_ldexpl" "ac_cv_func__ldexpl" -if test "x$ac_cv_func__ldexpl" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__LDEXPL 1 -_ACEOF - -fi -done - - fi - fi - - @@ -27750,75 +25441,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _logl declaration" >&5 -$as_echo_n "checking for _logl declaration... " >&6; } - if test x${glibcxx_cv_func__logl_use+set} != xset; then - if ${glibcxx_cv_func__logl_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> - #ifdef HAVE_IEEEFP_H - #include <ieeefp.h> - #endif - -int -main () -{ - _logl(0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__logl_use=yes -else - glibcxx_cv_func__logl_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__logl_use" >&5 -$as_echo "$glibcxx_cv_func__logl_use" >&6; } - - if test x$glibcxx_cv_func__logl_use = x"yes"; then - for ac_func in _logl -do : - ac_fn_c_check_func "$LINENO" "_logl" "ac_cv_func__logl" -if test "x$ac_cv_func__logl" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__LOGL 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for log10l declaration" >&5 $as_echo_n "checking for log10l declaration... " >&6; } if test x${glibcxx_cv_func_log10l_use+set} != xset; then @@ -27879,75 +25505,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _log10l declaration" >&5 -$as_echo_n "checking for _log10l declaration... " >&6; } - if test x${glibcxx_cv_func__log10l_use+set} != xset; then - if ${glibcxx_cv_func__log10l_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> - #ifdef HAVE_IEEEFP_H - #include <ieeefp.h> - #endif - -int -main () -{ - _log10l(0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__log10l_use=yes -else - glibcxx_cv_func__log10l_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__log10l_use" >&5 -$as_echo "$glibcxx_cv_func__log10l_use" >&6; } - - if test x$glibcxx_cv_func__log10l_use = x"yes"; then - for ac_func in _log10l -do : - ac_fn_c_check_func "$LINENO" "_log10l" "ac_cv_func__log10l" -if test "x$ac_cv_func__log10l" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__LOG10L 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for modfl declaration" >&5 $as_echo_n "checking for modfl declaration... " >&6; } if test x${glibcxx_cv_func_modfl_use+set} != xset; then @@ -28004,71 +25565,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _modfl declaration" >&5 -$as_echo_n "checking for _modfl declaration... " >&6; } - if test x${glibcxx_cv_func__modfl_use+set} != xset; then - if ${glibcxx_cv_func__modfl_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> -int -main () -{ - _modfl(0, 0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__modfl_use=yes -else - glibcxx_cv_func__modfl_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__modfl_use" >&5 -$as_echo "$glibcxx_cv_func__modfl_use" >&6; } - - if test x$glibcxx_cv_func__modfl_use = x"yes"; then - for ac_func in _modfl -do : - ac_fn_c_check_func "$LINENO" "_modfl" "ac_cv_func__modfl" -if test "x$ac_cv_func__modfl" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__MODFL 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for powl declaration" >&5 $as_echo_n "checking for powl declaration... " >&6; } if test x${glibcxx_cv_func_powl_use+set} != xset; then @@ -28125,68 +25625,7 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _powl declaration" >&5 -$as_echo_n "checking for _powl declaration... " >&6; } - if test x${glibcxx_cv_func__powl_use+set} != xset; then - if ${glibcxx_cv_func__powl_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> -int -main () -{ - _powl(0, 0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__powl_use=yes -else - glibcxx_cv_func__powl_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__powl_use" >&5 -$as_echo "$glibcxx_cv_func__powl_use" >&6; } - - if test x$glibcxx_cv_func__powl_use = x"yes"; then - for ac_func in _powl -do : - ac_fn_c_check_func "$LINENO" "_powl" "ac_cv_func__powl" -if test "x$ac_cv_func__powl" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__POWL 1 -_ACEOF - -fi -done - - fi - fi - - @@ -28250,75 +25689,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _sqrtl declaration" >&5 -$as_echo_n "checking for _sqrtl declaration... " >&6; } - if test x${glibcxx_cv_func__sqrtl_use+set} != xset; then - if ${glibcxx_cv_func__sqrtl_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> - #ifdef HAVE_IEEEFP_H - #include <ieeefp.h> - #endif - -int -main () -{ - _sqrtl(0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__sqrtl_use=yes -else - glibcxx_cv_func__sqrtl_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__sqrtl_use" >&5 -$as_echo "$glibcxx_cv_func__sqrtl_use" >&6; } - - if test x$glibcxx_cv_func__sqrtl_use = x"yes"; then - for ac_func in _sqrtl -do : - ac_fn_c_check_func "$LINENO" "_sqrtl" "ac_cv_func__sqrtl" -if test "x$ac_cv_func__sqrtl" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__SQRTL 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sincosl declaration" >&5 $as_echo_n "checking for sincosl declaration... " >&6; } if test x${glibcxx_cv_func_sincosl_use+set} != xset; then @@ -28375,71 +25749,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _sincosl declaration" >&5 -$as_echo_n "checking for _sincosl declaration... " >&6; } - if test x${glibcxx_cv_func__sincosl_use+set} != xset; then - if ${glibcxx_cv_func__sincosl_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> -int -main () -{ - _sincosl(0, 0, 0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__sincosl_use=yes -else - glibcxx_cv_func__sincosl_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__sincosl_use" >&5 -$as_echo "$glibcxx_cv_func__sincosl_use" >&6; } - - if test x$glibcxx_cv_func__sincosl_use = x"yes"; then - for ac_func in _sincosl -do : - ac_fn_c_check_func "$LINENO" "_sincosl" "ac_cv_func__sincosl" -if test "x$ac_cv_func__sincosl" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__SINCOSL 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for finitel declaration" >&5 $as_echo_n "checking for finitel declaration... " >&6; } if test x${glibcxx_cv_func_finitel_use+set} != xset; then @@ -28500,74 +25813,9 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _finitel declaration" >&5 -$as_echo_n "checking for _finitel declaration... " >&6; } - if test x${glibcxx_cv_func__finitel_use+set} != xset; then - if ${glibcxx_cv_func__finitel_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> - #ifdef HAVE_IEEEFP_H - #include <ieeefp.h> - #endif - -int -main () -{ - _finitel(0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__finitel_use=yes -else - glibcxx_cv_func__finitel_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__finitel_use" >&5 -$as_echo "$glibcxx_cv_func__finitel_use" >&6; } - - if test x$glibcxx_cv_func__finitel_use = x"yes"; then - for ac_func in _finitel -do : - ac_fn_c_check_func "$LINENO" "_finitel" "ac_cv_func__finitel" -if test "x$ac_cv_func__finitel" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__FINITEL 1 -_ACEOF - -fi -done - - fi fi - - LIBS="$ac_save_LIBS" CXXFLAGS="$ac_save_CXXFLAGS" @@ -28751,8 +25999,6 @@ done fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for strtof declaration" >&5 $as_echo_n "checking for strtof declaration... " >&6; } if test x${glibcxx_cv_func_strtof_use+set} != xset; then @@ -28811,8 +26057,6 @@ done fi - - CXXFLAGS="$ac_save_CXXFLAGS" @@ -31596,75 +28840,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _isinf declaration" >&5 -$as_echo_n "checking for _isinf declaration... " >&6; } - if test x${glibcxx_cv_func__isinf_use+set} != xset; then - if ${glibcxx_cv_func__isinf_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> - #ifdef HAVE_IEEEFP_H - #include <ieeefp.h> - #endif - -int -main () -{ - _isinf(0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__isinf_use=yes -else - glibcxx_cv_func__isinf_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__isinf_use" >&5 -$as_echo "$glibcxx_cv_func__isinf_use" >&6; } - - if test x$glibcxx_cv_func__isinf_use = x"yes"; then - for ac_func in _isinf -do : - ac_fn_c_check_func "$LINENO" "_isinf" "ac_cv_func__isinf" -if test "x$ac_cv_func__isinf" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__ISINF 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isnan declaration" >&5 $as_echo_n "checking for isnan declaration... " >&6; } if test x${glibcxx_cv_func_isnan_use+set} != xset; then @@ -31725,75 +28904,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _isnan declaration" >&5 -$as_echo_n "checking for _isnan declaration... " >&6; } - if test x${glibcxx_cv_func__isnan_use+set} != xset; then - if ${glibcxx_cv_func__isnan_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> - #ifdef HAVE_IEEEFP_H - #include <ieeefp.h> - #endif - -int -main () -{ - _isnan(0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__isnan_use=yes -else - glibcxx_cv_func__isnan_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__isnan_use" >&5 -$as_echo "$glibcxx_cv_func__isnan_use" >&6; } - - if test x$glibcxx_cv_func__isnan_use = x"yes"; then - for ac_func in _isnan -do : - ac_fn_c_check_func "$LINENO" "_isnan" "ac_cv_func__isnan" -if test "x$ac_cv_func__isnan" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__ISNAN 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for finite declaration" >&5 $as_echo_n "checking for finite declaration... " >&6; } if test x${glibcxx_cv_func_finite_use+set} != xset; then @@ -31854,75 +28968,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _finite declaration" >&5 -$as_echo_n "checking for _finite declaration... " >&6; } - if test x${glibcxx_cv_func__finite_use+set} != xset; then - if ${glibcxx_cv_func__finite_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> - #ifdef HAVE_IEEEFP_H - #include <ieeefp.h> - #endif - -int -main () -{ - _finite(0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__finite_use=yes -else - glibcxx_cv_func__finite_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__finite_use" >&5 -$as_echo "$glibcxx_cv_func__finite_use" >&6; } - - if test x$glibcxx_cv_func__finite_use = x"yes"; then - for ac_func in _finite -do : - ac_fn_c_check_func "$LINENO" "_finite" "ac_cv_func__finite" -if test "x$ac_cv_func__finite" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__FINITE 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sincos declaration" >&5 $as_echo_n "checking for sincos declaration... " >&6; } if test x${glibcxx_cv_func_sincos_use+set} != xset; then @@ -31979,68 +29028,7 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _sincos declaration" >&5 -$as_echo_n "checking for _sincos declaration... " >&6; } - if test x${glibcxx_cv_func__sincos_use+set} != xset; then - if ${glibcxx_cv_func__sincos_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> -int -main () -{ - _sincos(0, 0, 0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__sincos_use=yes -else - glibcxx_cv_func__sincos_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__sincos_use" >&5 -$as_echo "$glibcxx_cv_func__sincos_use" >&6; } - - if test x$glibcxx_cv_func__sincos_use = x"yes"; then - for ac_func in _sincos -do : - ac_fn_c_check_func "$LINENO" "_sincos" "ac_cv_func__sincos" -if test "x$ac_cv_func__sincos" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__SINCOS 1 -_ACEOF - -fi -done - - fi - fi - - @@ -32104,72 +29092,7 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _fpclass declaration" >&5 -$as_echo_n "checking for _fpclass declaration... " >&6; } - if test x${glibcxx_cv_func__fpclass_use+set} != xset; then - if ${glibcxx_cv_func__fpclass_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> - #ifdef HAVE_IEEEFP_H - #include <ieeefp.h> - #endif - -int -main () -{ - _fpclass(0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__fpclass_use=yes -else - glibcxx_cv_func__fpclass_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__fpclass_use" >&5 -$as_echo "$glibcxx_cv_func__fpclass_use" >&6; } - - if test x$glibcxx_cv_func__fpclass_use = x"yes"; then - for ac_func in _fpclass -do : - ac_fn_c_check_func "$LINENO" "_fpclass" "ac_cv_func__fpclass" -if test "x$ac_cv_func__fpclass" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__FPCLASS 1 -_ACEOF - -fi -done - - fi - fi - - @@ -32233,75 +29156,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _qfpclass declaration" >&5 -$as_echo_n "checking for _qfpclass declaration... " >&6; } - if test x${glibcxx_cv_func__qfpclass_use+set} != xset; then - if ${glibcxx_cv_func__qfpclass_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> - #ifdef HAVE_IEEEFP_H - #include <ieeefp.h> - #endif - -int -main () -{ - _qfpclass(0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__qfpclass_use=yes -else - glibcxx_cv_func__qfpclass_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__qfpclass_use" >&5 -$as_echo "$glibcxx_cv_func__qfpclass_use" >&6; } - - if test x$glibcxx_cv_func__qfpclass_use = x"yes"; then - for ac_func in _qfpclass -do : - ac_fn_c_check_func "$LINENO" "_qfpclass" "ac_cv_func__qfpclass" -if test "x$ac_cv_func__qfpclass" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__QFPCLASS 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for hypot declaration" >&5 $as_echo_n "checking for hypot declaration... " >&6; } if test x${glibcxx_cv_func_hypot_use+set} != xset; then @@ -32358,71 +29216,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _hypot declaration" >&5 -$as_echo_n "checking for _hypot declaration... " >&6; } - if test x${glibcxx_cv_func__hypot_use+set} != xset; then - if ${glibcxx_cv_func__hypot_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> -int -main () -{ - _hypot(0, 0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__hypot_use=yes -else - glibcxx_cv_func__hypot_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__hypot_use" >&5 -$as_echo "$glibcxx_cv_func__hypot_use" >&6; } - - if test x$glibcxx_cv_func__hypot_use = x"yes"; then - for ac_func in _hypot -do : - ac_fn_c_check_func "$LINENO" "_hypot" "ac_cv_func__hypot" -if test "x$ac_cv_func__hypot" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__HYPOT 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for float trig functions" >&5 $as_echo_n "checking for float trig functions... " >&6; } if ${glibcxx_cv_func_float_trig_use+:} false; then : @@ -32476,67 +29273,10 @@ _ACEOF fi done - else - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _float trig functions" >&5 -$as_echo_n "checking for _float trig functions... " >&6; } - if ${glibcxx_cv_func__float_trig_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> -int -main () -{ -_acosf (0); _asinf (0); _atanf (0); _cosf (0); _sinf (0); _tanf (0); _coshf (0); _sinhf (0); _tanhf (0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__float_trig_use=yes -else - glibcxx_cv_func__float_trig_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - -fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__float_trig_use" >&5 -$as_echo "$glibcxx_cv_func__float_trig_use" >&6; } - if test x$glibcxx_cv_func__float_trig_use = x"yes"; then - for ac_func in _acosf _asinf _atanf _cosf _sinf _tanf _coshf _sinhf _tanhf -do : - as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` -ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" -if eval test \"x\$"$as_ac_var"\" = x"yes"; then : - cat >>confdefs.h <<_ACEOF -#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for float round functions" >&5 $as_echo_n "checking for float round functions... " >&6; } if ${glibcxx_cv_func_float_round_use+:} false; then : @@ -32590,68 +29330,11 @@ _ACEOF fi done - else - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _float round functions" >&5 -$as_echo_n "checking for _float round functions... " >&6; } - if ${glibcxx_cv_func__float_round_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> -int -main () -{ -_ceilf (0); _floorf (0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__float_round_use=yes -else - glibcxx_cv_func__float_round_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - -fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__float_round_use" >&5 -$as_echo "$glibcxx_cv_func__float_round_use" >&6; } - if test x$glibcxx_cv_func__float_round_use = x"yes"; then - for ac_func in _ceilf _floorf -do : - as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` -ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" -if eval test \"x\$"$as_ac_var"\" = x"yes"; then : - cat >>confdefs.h <<_ACEOF -#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for expf declaration" >&5 $as_echo_n "checking for expf declaration... " >&6; } if test x${glibcxx_cv_func_expf_use+set} != xset; then @@ -32712,72 +29395,7 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _expf declaration" >&5 -$as_echo_n "checking for _expf declaration... " >&6; } - if test x${glibcxx_cv_func__expf_use+set} != xset; then - if ${glibcxx_cv_func__expf_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> - #ifdef HAVE_IEEEFP_H - #include <ieeefp.h> - #endif - -int -main () -{ - _expf(0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__expf_use=yes -else - glibcxx_cv_func__expf_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__expf_use" >&5 -$as_echo "$glibcxx_cv_func__expf_use" >&6; } - - if test x$glibcxx_cv_func__expf_use = x"yes"; then - for ac_func in _expf -do : - ac_fn_c_check_func "$LINENO" "_expf" "ac_cv_func__expf" -if test "x$ac_cv_func__expf" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__EXPF 1 -_ACEOF - -fi -done - - fi - fi - - @@ -32841,75 +29459,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _isnanf declaration" >&5 -$as_echo_n "checking for _isnanf declaration... " >&6; } - if test x${glibcxx_cv_func__isnanf_use+set} != xset; then - if ${glibcxx_cv_func__isnanf_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> - #ifdef HAVE_IEEEFP_H - #include <ieeefp.h> - #endif - -int -main () -{ - _isnanf(0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__isnanf_use=yes -else - glibcxx_cv_func__isnanf_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__isnanf_use" >&5 -$as_echo "$glibcxx_cv_func__isnanf_use" >&6; } - - if test x$glibcxx_cv_func__isnanf_use = x"yes"; then - for ac_func in _isnanf -do : - ac_fn_c_check_func "$LINENO" "_isnanf" "ac_cv_func__isnanf" -if test "x$ac_cv_func__isnanf" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__ISNANF 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isinff declaration" >&5 $as_echo_n "checking for isinff declaration... " >&6; } if test x${glibcxx_cv_func_isinff_use+set} != xset; then @@ -32970,72 +29523,7 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _isinff declaration" >&5 -$as_echo_n "checking for _isinff declaration... " >&6; } - if test x${glibcxx_cv_func__isinff_use+set} != xset; then - if ${glibcxx_cv_func__isinff_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> - #ifdef HAVE_IEEEFP_H - #include <ieeefp.h> - #endif - -int -main () -{ - _isinff(0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__isinff_use=yes -else - glibcxx_cv_func__isinff_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__isinff_use" >&5 -$as_echo "$glibcxx_cv_func__isinff_use" >&6; } - - if test x$glibcxx_cv_func__isinff_use = x"yes"; then - for ac_func in _isinff -do : - ac_fn_c_check_func "$LINENO" "_isinff" "ac_cv_func__isinff" -if test "x$ac_cv_func__isinff" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__ISINFF 1 -_ACEOF - -fi -done - - fi - fi - - @@ -33095,68 +29583,7 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _atan2f declaration" >&5 -$as_echo_n "checking for _atan2f declaration... " >&6; } - if test x${glibcxx_cv_func__atan2f_use+set} != xset; then - if ${glibcxx_cv_func__atan2f_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> -int -main () -{ - _atan2f(0, 0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__atan2f_use=yes -else - glibcxx_cv_func__atan2f_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__atan2f_use" >&5 -$as_echo "$glibcxx_cv_func__atan2f_use" >&6; } - - if test x$glibcxx_cv_func__atan2f_use = x"yes"; then - for ac_func in _atan2f -do : - ac_fn_c_check_func "$LINENO" "_atan2f" "ac_cv_func__atan2f" -if test "x$ac_cv_func__atan2f" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__ATAN2F 1 -_ACEOF - -fi -done - - fi - fi - - @@ -33220,75 +29647,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _fabsf declaration" >&5 -$as_echo_n "checking for _fabsf declaration... " >&6; } - if test x${glibcxx_cv_func__fabsf_use+set} != xset; then - if ${glibcxx_cv_func__fabsf_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> - #ifdef HAVE_IEEEFP_H - #include <ieeefp.h> - #endif - -int -main () -{ - _fabsf(0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__fabsf_use=yes -else - glibcxx_cv_func__fabsf_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__fabsf_use" >&5 -$as_echo "$glibcxx_cv_func__fabsf_use" >&6; } - - if test x$glibcxx_cv_func__fabsf_use = x"yes"; then - for ac_func in _fabsf -do : - ac_fn_c_check_func "$LINENO" "_fabsf" "ac_cv_func__fabsf" -if test "x$ac_cv_func__fabsf" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__FABSF 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fmodf declaration" >&5 $as_echo_n "checking for fmodf declaration... " >&6; } if test x${glibcxx_cv_func_fmodf_use+set} != xset; then @@ -33345,71 +29707,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _fmodf declaration" >&5 -$as_echo_n "checking for _fmodf declaration... " >&6; } - if test x${glibcxx_cv_func__fmodf_use+set} != xset; then - if ${glibcxx_cv_func__fmodf_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> -int -main () -{ - _fmodf(0, 0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__fmodf_use=yes -else - glibcxx_cv_func__fmodf_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__fmodf_use" >&5 -$as_echo "$glibcxx_cv_func__fmodf_use" >&6; } - - if test x$glibcxx_cv_func__fmodf_use = x"yes"; then - for ac_func in _fmodf -do : - ac_fn_c_check_func "$LINENO" "_fmodf" "ac_cv_func__fmodf" -if test "x$ac_cv_func__fmodf" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__FMODF 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for frexpf declaration" >&5 $as_echo_n "checking for frexpf declaration... " >&6; } if test x${glibcxx_cv_func_frexpf_use+set} != xset; then @@ -33466,68 +29767,7 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _frexpf declaration" >&5 -$as_echo_n "checking for _frexpf declaration... " >&6; } - if test x${glibcxx_cv_func__frexpf_use+set} != xset; then - if ${glibcxx_cv_func__frexpf_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> -int -main () -{ - _frexpf(0, 0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__frexpf_use=yes -else - glibcxx_cv_func__frexpf_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__frexpf_use" >&5 -$as_echo "$glibcxx_cv_func__frexpf_use" >&6; } - - if test x$glibcxx_cv_func__frexpf_use = x"yes"; then - for ac_func in _frexpf -do : - ac_fn_c_check_func "$LINENO" "_frexpf" "ac_cv_func__frexpf" -if test "x$ac_cv_func__frexpf" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__FREXPF 1 -_ACEOF - -fi -done - - fi - fi - - @@ -33587,71 +29827,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _hypotf declaration" >&5 -$as_echo_n "checking for _hypotf declaration... " >&6; } - if test x${glibcxx_cv_func__hypotf_use+set} != xset; then - if ${glibcxx_cv_func__hypotf_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> -int -main () -{ - _hypotf(0, 0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__hypotf_use=yes -else - glibcxx_cv_func__hypotf_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__hypotf_use" >&5 -$as_echo "$glibcxx_cv_func__hypotf_use" >&6; } - - if test x$glibcxx_cv_func__hypotf_use = x"yes"; then - for ac_func in _hypotf -do : - ac_fn_c_check_func "$LINENO" "_hypotf" "ac_cv_func__hypotf" -if test "x$ac_cv_func__hypotf" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__HYPOTF 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ldexpf declaration" >&5 $as_echo_n "checking for ldexpf declaration... " >&6; } if test x${glibcxx_cv_func_ldexpf_use+set} != xset; then @@ -33708,71 +29887,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _ldexpf declaration" >&5 -$as_echo_n "checking for _ldexpf declaration... " >&6; } - if test x${glibcxx_cv_func__ldexpf_use+set} != xset; then - if ${glibcxx_cv_func__ldexpf_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> -int -main () -{ - _ldexpf(0, 0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__ldexpf_use=yes -else - glibcxx_cv_func__ldexpf_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__ldexpf_use" >&5 -$as_echo "$glibcxx_cv_func__ldexpf_use" >&6; } - - if test x$glibcxx_cv_func__ldexpf_use = x"yes"; then - for ac_func in _ldexpf -do : - ac_fn_c_check_func "$LINENO" "_ldexpf" "ac_cv_func__ldexpf" -if test "x$ac_cv_func__ldexpf" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__LDEXPF 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for logf declaration" >&5 $as_echo_n "checking for logf declaration... " >&6; } if test x${glibcxx_cv_func_logf_use+set} != xset; then @@ -33833,75 +29951,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _logf declaration" >&5 -$as_echo_n "checking for _logf declaration... " >&6; } - if test x${glibcxx_cv_func__logf_use+set} != xset; then - if ${glibcxx_cv_func__logf_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> - #ifdef HAVE_IEEEFP_H - #include <ieeefp.h> - #endif - -int -main () -{ - _logf(0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__logf_use=yes -else - glibcxx_cv_func__logf_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__logf_use" >&5 -$as_echo "$glibcxx_cv_func__logf_use" >&6; } - - if test x$glibcxx_cv_func__logf_use = x"yes"; then - for ac_func in _logf -do : - ac_fn_c_check_func "$LINENO" "_logf" "ac_cv_func__logf" -if test "x$ac_cv_func__logf" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__LOGF 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for log10f declaration" >&5 $as_echo_n "checking for log10f declaration... " >&6; } if test x${glibcxx_cv_func_log10f_use+set} != xset; then @@ -33962,75 +30015,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _log10f declaration" >&5 -$as_echo_n "checking for _log10f declaration... " >&6; } - if test x${glibcxx_cv_func__log10f_use+set} != xset; then - if ${glibcxx_cv_func__log10f_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> - #ifdef HAVE_IEEEFP_H - #include <ieeefp.h> - #endif - -int -main () -{ - _log10f(0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__log10f_use=yes -else - glibcxx_cv_func__log10f_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__log10f_use" >&5 -$as_echo "$glibcxx_cv_func__log10f_use" >&6; } - - if test x$glibcxx_cv_func__log10f_use = x"yes"; then - for ac_func in _log10f -do : - ac_fn_c_check_func "$LINENO" "_log10f" "ac_cv_func__log10f" -if test "x$ac_cv_func__log10f" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__LOG10F 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for modff declaration" >&5 $as_echo_n "checking for modff declaration... " >&6; } if test x${glibcxx_cv_func_modff_use+set} != xset; then @@ -34087,71 +30075,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _modff declaration" >&5 -$as_echo_n "checking for _modff declaration... " >&6; } - if test x${glibcxx_cv_func__modff_use+set} != xset; then - if ${glibcxx_cv_func__modff_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> -int -main () -{ - _modff(0, 0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__modff_use=yes -else - glibcxx_cv_func__modff_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__modff_use" >&5 -$as_echo "$glibcxx_cv_func__modff_use" >&6; } - - if test x$glibcxx_cv_func__modff_use = x"yes"; then - for ac_func in _modff -do : - ac_fn_c_check_func "$LINENO" "_modff" "ac_cv_func__modff" -if test "x$ac_cv_func__modff" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__MODFF 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for modf declaration" >&5 $as_echo_n "checking for modf declaration... " >&6; } if test x${glibcxx_cv_func_modf_use+set} != xset; then @@ -34208,68 +30135,7 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _modf declaration" >&5 -$as_echo_n "checking for _modf declaration... " >&6; } - if test x${glibcxx_cv_func__modf_use+set} != xset; then - if ${glibcxx_cv_func__modf_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> -int -main () -{ - _modf(0, 0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__modf_use=yes -else - glibcxx_cv_func__modf_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__modf_use" >&5 -$as_echo "$glibcxx_cv_func__modf_use" >&6; } - - if test x$glibcxx_cv_func__modf_use = x"yes"; then - for ac_func in _modf -do : - ac_fn_c_check_func "$LINENO" "_modf" "ac_cv_func__modf" -if test "x$ac_cv_func__modf" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__MODF 1 -_ACEOF - -fi -done - - fi - fi - - @@ -34329,71 +30195,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _powf declaration" >&5 -$as_echo_n "checking for _powf declaration... " >&6; } - if test x${glibcxx_cv_func__powf_use+set} != xset; then - if ${glibcxx_cv_func__powf_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> -int -main () -{ - _powf(0, 0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__powf_use=yes -else - glibcxx_cv_func__powf_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__powf_use" >&5 -$as_echo "$glibcxx_cv_func__powf_use" >&6; } - - if test x$glibcxx_cv_func__powf_use = x"yes"; then - for ac_func in _powf -do : - ac_fn_c_check_func "$LINENO" "_powf" "ac_cv_func__powf" -if test "x$ac_cv_func__powf" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__POWF 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sqrtf declaration" >&5 $as_echo_n "checking for sqrtf declaration... " >&6; } if test x${glibcxx_cv_func_sqrtf_use+set} != xset; then @@ -34454,72 +30259,7 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _sqrtf declaration" >&5 -$as_echo_n "checking for _sqrtf declaration... " >&6; } - if test x${glibcxx_cv_func__sqrtf_use+set} != xset; then - if ${glibcxx_cv_func__sqrtf_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> - #ifdef HAVE_IEEEFP_H - #include <ieeefp.h> - #endif - -int -main () -{ - _sqrtf(0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__sqrtf_use=yes -else - glibcxx_cv_func__sqrtf_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__sqrtf_use" >&5 -$as_echo "$glibcxx_cv_func__sqrtf_use" >&6; } - - if test x$glibcxx_cv_func__sqrtf_use = x"yes"; then - for ac_func in _sqrtf -do : - ac_fn_c_check_func "$LINENO" "_sqrtf" "ac_cv_func__sqrtf" -if test "x$ac_cv_func__sqrtf" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__SQRTF 1 -_ACEOF - -fi -done - - fi - fi - - @@ -34579,71 +30319,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _sincosf declaration" >&5 -$as_echo_n "checking for _sincosf declaration... " >&6; } - if test x${glibcxx_cv_func__sincosf_use+set} != xset; then - if ${glibcxx_cv_func__sincosf_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> -int -main () -{ - _sincosf(0, 0, 0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__sincosf_use=yes -else - glibcxx_cv_func__sincosf_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__sincosf_use" >&5 -$as_echo "$glibcxx_cv_func__sincosf_use" >&6; } - - if test x$glibcxx_cv_func__sincosf_use = x"yes"; then - for ac_func in _sincosf -do : - ac_fn_c_check_func "$LINENO" "_sincosf" "ac_cv_func__sincosf" -if test "x$ac_cv_func__sincosf" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__SINCOSF 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for finitef declaration" >&5 $as_echo_n "checking for finitef declaration... " >&6; } if test x${glibcxx_cv_func_finitef_use+set} != xset; then @@ -34704,75 +30383,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _finitef declaration" >&5 -$as_echo_n "checking for _finitef declaration... " >&6; } - if test x${glibcxx_cv_func__finitef_use+set} != xset; then - if ${glibcxx_cv_func__finitef_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> - #ifdef HAVE_IEEEFP_H - #include <ieeefp.h> - #endif - -int -main () -{ - _finitef(0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__finitef_use=yes -else - glibcxx_cv_func__finitef_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__finitef_use" >&5 -$as_echo "$glibcxx_cv_func__finitef_use" >&6; } - - if test x$glibcxx_cv_func__finitef_use = x"yes"; then - for ac_func in _finitef -do : - ac_fn_c_check_func "$LINENO" "_finitef" "ac_cv_func__finitef" -if test "x$ac_cv_func__finitef" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__FINITEF 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for long double trig functions" >&5 $as_echo_n "checking for long double trig functions... " >&6; } if ${glibcxx_cv_func_long_double_trig_use+:} false; then : @@ -34826,67 +30440,10 @@ _ACEOF fi done - else - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _long double trig functions" >&5 -$as_echo_n "checking for _long double trig functions... " >&6; } - if ${glibcxx_cv_func__long_double_trig_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> -int -main () -{ -_acosl (0); _asinl (0); _atanl (0); _cosl (0); _sinl (0); _tanl (0); _coshl (0); _sinhl (0); _tanhl (0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__long_double_trig_use=yes -else - glibcxx_cv_func__long_double_trig_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - -fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__long_double_trig_use" >&5 -$as_echo "$glibcxx_cv_func__long_double_trig_use" >&6; } - if test x$glibcxx_cv_func__long_double_trig_use = x"yes"; then - for ac_func in _acosl _asinl _atanl _cosl _sinl _tanl _coshl _sinhl _tanhl -do : - as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` -ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" -if eval test \"x\$"$as_ac_var"\" = x"yes"; then : - cat >>confdefs.h <<_ACEOF -#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for long double round functions" >&5 $as_echo_n "checking for long double round functions... " >&6; } if ${glibcxx_cv_func_long_double_round_use+:} false; then : @@ -34940,68 +30497,11 @@ _ACEOF fi done - else - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _long double round functions" >&5 -$as_echo_n "checking for _long double round functions... " >&6; } - if ${glibcxx_cv_func__long_double_round_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> -int -main () -{ -_ceill (0); _floorl (0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__long_double_round_use=yes -else - glibcxx_cv_func__long_double_round_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - -fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__long_double_round_use" >&5 -$as_echo "$glibcxx_cv_func__long_double_round_use" >&6; } - if test x$glibcxx_cv_func__long_double_round_use = x"yes"; then - for ac_func in _ceill _floorl -do : - as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` -ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" -if eval test \"x\$"$as_ac_var"\" = x"yes"; then : - cat >>confdefs.h <<_ACEOF -#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isnanl declaration" >&5 $as_echo_n "checking for isnanl declaration... " >&6; } if test x${glibcxx_cv_func_isnanl_use+set} != xset; then @@ -35062,72 +30562,7 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _isnanl declaration" >&5 -$as_echo_n "checking for _isnanl declaration... " >&6; } - if test x${glibcxx_cv_func__isnanl_use+set} != xset; then - if ${glibcxx_cv_func__isnanl_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> - #ifdef HAVE_IEEEFP_H - #include <ieeefp.h> - #endif - -int -main () -{ - _isnanl(0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__isnanl_use=yes -else - glibcxx_cv_func__isnanl_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__isnanl_use" >&5 -$as_echo "$glibcxx_cv_func__isnanl_use" >&6; } - - if test x$glibcxx_cv_func__isnanl_use = x"yes"; then - for ac_func in _isnanl -do : - ac_fn_c_check_func "$LINENO" "_isnanl" "ac_cv_func__isnanl" -if test "x$ac_cv_func__isnanl" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__ISNANL 1 -_ACEOF - -fi -done - - fi - fi - - @@ -35191,75 +30626,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _isinfl declaration" >&5 -$as_echo_n "checking for _isinfl declaration... " >&6; } - if test x${glibcxx_cv_func__isinfl_use+set} != xset; then - if ${glibcxx_cv_func__isinfl_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> - #ifdef HAVE_IEEEFP_H - #include <ieeefp.h> - #endif - -int -main () -{ - _isinfl(0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__isinfl_use=yes -else - glibcxx_cv_func__isinfl_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__isinfl_use" >&5 -$as_echo "$glibcxx_cv_func__isinfl_use" >&6; } - - if test x$glibcxx_cv_func__isinfl_use = x"yes"; then - for ac_func in _isinfl -do : - ac_fn_c_check_func "$LINENO" "_isinfl" "ac_cv_func__isinfl" -if test "x$ac_cv_func__isinfl" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__ISINFL 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for atan2l declaration" >&5 $as_echo_n "checking for atan2l declaration... " >&6; } if test x${glibcxx_cv_func_atan2l_use+set} != xset; then @@ -35316,71 +30686,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _atan2l declaration" >&5 -$as_echo_n "checking for _atan2l declaration... " >&6; } - if test x${glibcxx_cv_func__atan2l_use+set} != xset; then - if ${glibcxx_cv_func__atan2l_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> -int -main () -{ - _atan2l(0, 0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__atan2l_use=yes -else - glibcxx_cv_func__atan2l_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__atan2l_use" >&5 -$as_echo "$glibcxx_cv_func__atan2l_use" >&6; } - - if test x$glibcxx_cv_func__atan2l_use = x"yes"; then - for ac_func in _atan2l -do : - ac_fn_c_check_func "$LINENO" "_atan2l" "ac_cv_func__atan2l" -if test "x$ac_cv_func__atan2l" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__ATAN2L 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for expl declaration" >&5 $as_echo_n "checking for expl declaration... " >&6; } if test x${glibcxx_cv_func_expl_use+set} != xset; then @@ -35441,72 +30750,7 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _expl declaration" >&5 -$as_echo_n "checking for _expl declaration... " >&6; } - if test x${glibcxx_cv_func__expl_use+set} != xset; then - if ${glibcxx_cv_func__expl_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> - #ifdef HAVE_IEEEFP_H - #include <ieeefp.h> - #endif - -int -main () -{ - _expl(0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__expl_use=yes -else - glibcxx_cv_func__expl_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__expl_use" >&5 -$as_echo "$glibcxx_cv_func__expl_use" >&6; } - - if test x$glibcxx_cv_func__expl_use = x"yes"; then - for ac_func in _expl -do : - ac_fn_c_check_func "$LINENO" "_expl" "ac_cv_func__expl" -if test "x$ac_cv_func__expl" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__EXPL 1 -_ACEOF - -fi -done - - fi - fi - - @@ -35570,75 +30814,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _fabsl declaration" >&5 -$as_echo_n "checking for _fabsl declaration... " >&6; } - if test x${glibcxx_cv_func__fabsl_use+set} != xset; then - if ${glibcxx_cv_func__fabsl_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> - #ifdef HAVE_IEEEFP_H - #include <ieeefp.h> - #endif - -int -main () -{ - _fabsl(0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__fabsl_use=yes -else - glibcxx_cv_func__fabsl_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__fabsl_use" >&5 -$as_echo "$glibcxx_cv_func__fabsl_use" >&6; } - - if test x$glibcxx_cv_func__fabsl_use = x"yes"; then - for ac_func in _fabsl -do : - ac_fn_c_check_func "$LINENO" "_fabsl" "ac_cv_func__fabsl" -if test "x$ac_cv_func__fabsl" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__FABSL 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fmodl declaration" >&5 $as_echo_n "checking for fmodl declaration... " >&6; } if test x${glibcxx_cv_func_fmodl_use+set} != xset; then @@ -35695,68 +30874,7 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _fmodl declaration" >&5 -$as_echo_n "checking for _fmodl declaration... " >&6; } - if test x${glibcxx_cv_func__fmodl_use+set} != xset; then - if ${glibcxx_cv_func__fmodl_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> -int -main () -{ - _fmodl(0, 0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__fmodl_use=yes -else - glibcxx_cv_func__fmodl_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__fmodl_use" >&5 -$as_echo "$glibcxx_cv_func__fmodl_use" >&6; } - - if test x$glibcxx_cv_func__fmodl_use = x"yes"; then - for ac_func in _fmodl -do : - ac_fn_c_check_func "$LINENO" "_fmodl" "ac_cv_func__fmodl" -if test "x$ac_cv_func__fmodl" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__FMODL 1 -_ACEOF - -fi -done - - fi - fi - - @@ -35816,71 +30934,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _frexpl declaration" >&5 -$as_echo_n "checking for _frexpl declaration... " >&6; } - if test x${glibcxx_cv_func__frexpl_use+set} != xset; then - if ${glibcxx_cv_func__frexpl_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> -int -main () -{ - _frexpl(0, 0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__frexpl_use=yes -else - glibcxx_cv_func__frexpl_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__frexpl_use" >&5 -$as_echo "$glibcxx_cv_func__frexpl_use" >&6; } - - if test x$glibcxx_cv_func__frexpl_use = x"yes"; then - for ac_func in _frexpl -do : - ac_fn_c_check_func "$LINENO" "_frexpl" "ac_cv_func__frexpl" -if test "x$ac_cv_func__frexpl" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__FREXPL 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for hypotl declaration" >&5 $as_echo_n "checking for hypotl declaration... " >&6; } if test x${glibcxx_cv_func_hypotl_use+set} != xset; then @@ -35937,71 +30994,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _hypotl declaration" >&5 -$as_echo_n "checking for _hypotl declaration... " >&6; } - if test x${glibcxx_cv_func__hypotl_use+set} != xset; then - if ${glibcxx_cv_func__hypotl_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> -int -main () -{ - _hypotl(0, 0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__hypotl_use=yes -else - glibcxx_cv_func__hypotl_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__hypotl_use" >&5 -$as_echo "$glibcxx_cv_func__hypotl_use" >&6; } - - if test x$glibcxx_cv_func__hypotl_use = x"yes"; then - for ac_func in _hypotl -do : - ac_fn_c_check_func "$LINENO" "_hypotl" "ac_cv_func__hypotl" -if test "x$ac_cv_func__hypotl" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__HYPOTL 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ldexpl declaration" >&5 $as_echo_n "checking for ldexpl declaration... " >&6; } if test x${glibcxx_cv_func_ldexpl_use+set} != xset; then @@ -36058,71 +31054,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _ldexpl declaration" >&5 -$as_echo_n "checking for _ldexpl declaration... " >&6; } - if test x${glibcxx_cv_func__ldexpl_use+set} != xset; then - if ${glibcxx_cv_func__ldexpl_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> -int -main () -{ - _ldexpl(0, 0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__ldexpl_use=yes -else - glibcxx_cv_func__ldexpl_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__ldexpl_use" >&5 -$as_echo "$glibcxx_cv_func__ldexpl_use" >&6; } - - if test x$glibcxx_cv_func__ldexpl_use = x"yes"; then - for ac_func in _ldexpl -do : - ac_fn_c_check_func "$LINENO" "_ldexpl" "ac_cv_func__ldexpl" -if test "x$ac_cv_func__ldexpl" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__LDEXPL 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for logl declaration" >&5 $as_echo_n "checking for logl declaration... " >&6; } if test x${glibcxx_cv_func_logl_use+set} != xset; then @@ -36183,75 +31118,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _logl declaration" >&5 -$as_echo_n "checking for _logl declaration... " >&6; } - if test x${glibcxx_cv_func__logl_use+set} != xset; then - if ${glibcxx_cv_func__logl_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> - #ifdef HAVE_IEEEFP_H - #include <ieeefp.h> - #endif - -int -main () -{ - _logl(0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__logl_use=yes -else - glibcxx_cv_func__logl_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__logl_use" >&5 -$as_echo "$glibcxx_cv_func__logl_use" >&6; } - - if test x$glibcxx_cv_func__logl_use = x"yes"; then - for ac_func in _logl -do : - ac_fn_c_check_func "$LINENO" "_logl" "ac_cv_func__logl" -if test "x$ac_cv_func__logl" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__LOGL 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for log10l declaration" >&5 $as_echo_n "checking for log10l declaration... " >&6; } if test x${glibcxx_cv_func_log10l_use+set} != xset; then @@ -36312,72 +31182,7 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _log10l declaration" >&5 -$as_echo_n "checking for _log10l declaration... " >&6; } - if test x${glibcxx_cv_func__log10l_use+set} != xset; then - if ${glibcxx_cv_func__log10l_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> - #ifdef HAVE_IEEEFP_H - #include <ieeefp.h> - #endif - -int -main () -{ - _log10l(0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__log10l_use=yes -else - glibcxx_cv_func__log10l_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__log10l_use" >&5 -$as_echo "$glibcxx_cv_func__log10l_use" >&6; } - - if test x$glibcxx_cv_func__log10l_use = x"yes"; then - for ac_func in _log10l -do : - ac_fn_c_check_func "$LINENO" "_log10l" "ac_cv_func__log10l" -if test "x$ac_cv_func__log10l" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__LOG10L 1 -_ACEOF - -fi -done - - fi - fi - - @@ -36437,71 +31242,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _modfl declaration" >&5 -$as_echo_n "checking for _modfl declaration... " >&6; } - if test x${glibcxx_cv_func__modfl_use+set} != xset; then - if ${glibcxx_cv_func__modfl_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> -int -main () -{ - _modfl(0, 0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__modfl_use=yes -else - glibcxx_cv_func__modfl_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__modfl_use" >&5 -$as_echo "$glibcxx_cv_func__modfl_use" >&6; } - - if test x$glibcxx_cv_func__modfl_use = x"yes"; then - for ac_func in _modfl -do : - ac_fn_c_check_func "$LINENO" "_modfl" "ac_cv_func__modfl" -if test "x$ac_cv_func__modfl" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__MODFL 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for powl declaration" >&5 $as_echo_n "checking for powl declaration... " >&6; } if test x${glibcxx_cv_func_powl_use+set} != xset; then @@ -36558,71 +31302,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _powl declaration" >&5 -$as_echo_n "checking for _powl declaration... " >&6; } - if test x${glibcxx_cv_func__powl_use+set} != xset; then - if ${glibcxx_cv_func__powl_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> -int -main () -{ - _powl(0, 0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__powl_use=yes -else - glibcxx_cv_func__powl_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__powl_use" >&5 -$as_echo "$glibcxx_cv_func__powl_use" >&6; } - - if test x$glibcxx_cv_func__powl_use = x"yes"; then - for ac_func in _powl -do : - ac_fn_c_check_func "$LINENO" "_powl" "ac_cv_func__powl" -if test "x$ac_cv_func__powl" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__POWL 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sqrtl declaration" >&5 $as_echo_n "checking for sqrtl declaration... " >&6; } if test x${glibcxx_cv_func_sqrtl_use+set} != xset; then @@ -36683,75 +31366,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _sqrtl declaration" >&5 -$as_echo_n "checking for _sqrtl declaration... " >&6; } - if test x${glibcxx_cv_func__sqrtl_use+set} != xset; then - if ${glibcxx_cv_func__sqrtl_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> - #ifdef HAVE_IEEEFP_H - #include <ieeefp.h> - #endif - -int -main () -{ - _sqrtl(0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__sqrtl_use=yes -else - glibcxx_cv_func__sqrtl_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__sqrtl_use" >&5 -$as_echo "$glibcxx_cv_func__sqrtl_use" >&6; } - - if test x$glibcxx_cv_func__sqrtl_use = x"yes"; then - for ac_func in _sqrtl -do : - ac_fn_c_check_func "$LINENO" "_sqrtl" "ac_cv_func__sqrtl" -if test "x$ac_cv_func__sqrtl" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__SQRTL 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sincosl declaration" >&5 $as_echo_n "checking for sincosl declaration... " >&6; } if test x${glibcxx_cv_func_sincosl_use+set} != xset; then @@ -36808,71 +31426,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _sincosl declaration" >&5 -$as_echo_n "checking for _sincosl declaration... " >&6; } - if test x${glibcxx_cv_func__sincosl_use+set} != xset; then - if ${glibcxx_cv_func__sincosl_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> -int -main () -{ - _sincosl(0, 0, 0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__sincosl_use=yes -else - glibcxx_cv_func__sincosl_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__sincosl_use" >&5 -$as_echo "$glibcxx_cv_func__sincosl_use" >&6; } - - if test x$glibcxx_cv_func__sincosl_use = x"yes"; then - for ac_func in _sincosl -do : - ac_fn_c_check_func "$LINENO" "_sincosl" "ac_cv_func__sincosl" -if test "x$ac_cv_func__sincosl" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__SINCOSL 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for finitel declaration" >&5 $as_echo_n "checking for finitel declaration... " >&6; } if test x${glibcxx_cv_func_finitel_use+set} != xset; then @@ -36933,74 +31490,9 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _finitel declaration" >&5 -$as_echo_n "checking for _finitel declaration... " >&6; } - if test x${glibcxx_cv_func__finitel_use+set} != xset; then - if ${glibcxx_cv_func__finitel_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> - #ifdef HAVE_IEEEFP_H - #include <ieeefp.h> - #endif - -int -main () -{ - _finitel(0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__finitel_use=yes -else - glibcxx_cv_func__finitel_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__finitel_use" >&5 -$as_echo "$glibcxx_cv_func__finitel_use" >&6; } - - if test x$glibcxx_cv_func__finitel_use = x"yes"; then - for ac_func in _finitel -do : - ac_fn_c_check_func "$LINENO" "_finitel" "ac_cv_func__finitel" -if test "x$ac_cv_func__finitel" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__FINITEL 1 -_ACEOF - -fi -done - - fi fi - - LIBS="$ac_save_LIBS" CXXFLAGS="$ac_save_CXXFLAGS" @@ -37184,8 +31676,6 @@ done fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for strtof declaration" >&5 $as_echo_n "checking for strtof declaration... " >&6; } if test x${glibcxx_cv_func_strtof_use+set} != xset; then @@ -37244,8 +31734,6 @@ done fi - - CXXFLAGS="$ac_save_CXXFLAGS" @@ -37531,75 +32019,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _isinf declaration" >&5 -$as_echo_n "checking for _isinf declaration... " >&6; } - if test x${glibcxx_cv_func__isinf_use+set} != xset; then - if ${glibcxx_cv_func__isinf_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> - #ifdef HAVE_IEEEFP_H - #include <ieeefp.h> - #endif - -int -main () -{ - _isinf(0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__isinf_use=yes -else - glibcxx_cv_func__isinf_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__isinf_use" >&5 -$as_echo "$glibcxx_cv_func__isinf_use" >&6; } - - if test x$glibcxx_cv_func__isinf_use = x"yes"; then - for ac_func in _isinf -do : - ac_fn_c_check_func "$LINENO" "_isinf" "ac_cv_func__isinf" -if test "x$ac_cv_func__isinf" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__ISINF 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isnan declaration" >&5 $as_echo_n "checking for isnan declaration... " >&6; } if test x${glibcxx_cv_func_isnan_use+set} != xset; then @@ -37660,72 +32083,7 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _isnan declaration" >&5 -$as_echo_n "checking for _isnan declaration... " >&6; } - if test x${glibcxx_cv_func__isnan_use+set} != xset; then - if ${glibcxx_cv_func__isnan_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> - #ifdef HAVE_IEEEFP_H - #include <ieeefp.h> - #endif - -int -main () -{ - _isnan(0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__isnan_use=yes -else - glibcxx_cv_func__isnan_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__isnan_use" >&5 -$as_echo "$glibcxx_cv_func__isnan_use" >&6; } - - if test x$glibcxx_cv_func__isnan_use = x"yes"; then - for ac_func in _isnan -do : - ac_fn_c_check_func "$LINENO" "_isnan" "ac_cv_func__isnan" -if test "x$ac_cv_func__isnan" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__ISNAN 1 -_ACEOF - -fi -done - - fi - fi - - @@ -37789,75 +32147,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _finite declaration" >&5 -$as_echo_n "checking for _finite declaration... " >&6; } - if test x${glibcxx_cv_func__finite_use+set} != xset; then - if ${glibcxx_cv_func__finite_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> - #ifdef HAVE_IEEEFP_H - #include <ieeefp.h> - #endif - -int -main () -{ - _finite(0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__finite_use=yes -else - glibcxx_cv_func__finite_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__finite_use" >&5 -$as_echo "$glibcxx_cv_func__finite_use" >&6; } - - if test x$glibcxx_cv_func__finite_use = x"yes"; then - for ac_func in _finite -do : - ac_fn_c_check_func "$LINENO" "_finite" "ac_cv_func__finite" -if test "x$ac_cv_func__finite" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__FINITE 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sincos declaration" >&5 $as_echo_n "checking for sincos declaration... " >&6; } if test x${glibcxx_cv_func_sincos_use+set} != xset; then @@ -37914,71 +32207,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _sincos declaration" >&5 -$as_echo_n "checking for _sincos declaration... " >&6; } - if test x${glibcxx_cv_func__sincos_use+set} != xset; then - if ${glibcxx_cv_func__sincos_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> -int -main () -{ - _sincos(0, 0, 0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__sincos_use=yes -else - glibcxx_cv_func__sincos_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__sincos_use" >&5 -$as_echo "$glibcxx_cv_func__sincos_use" >&6; } - - if test x$glibcxx_cv_func__sincos_use = x"yes"; then - for ac_func in _sincos -do : - ac_fn_c_check_func "$LINENO" "_sincos" "ac_cv_func__sincos" -if test "x$ac_cv_func__sincos" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__SINCOS 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fpclass declaration" >&5 $as_echo_n "checking for fpclass declaration... " >&6; } if test x${glibcxx_cv_func_fpclass_use+set} != xset; then @@ -38039,75 +32271,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _fpclass declaration" >&5 -$as_echo_n "checking for _fpclass declaration... " >&6; } - if test x${glibcxx_cv_func__fpclass_use+set} != xset; then - if ${glibcxx_cv_func__fpclass_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> - #ifdef HAVE_IEEEFP_H - #include <ieeefp.h> - #endif - -int -main () -{ - _fpclass(0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__fpclass_use=yes -else - glibcxx_cv_func__fpclass_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__fpclass_use" >&5 -$as_echo "$glibcxx_cv_func__fpclass_use" >&6; } - - if test x$glibcxx_cv_func__fpclass_use = x"yes"; then - for ac_func in _fpclass -do : - ac_fn_c_check_func "$LINENO" "_fpclass" "ac_cv_func__fpclass" -if test "x$ac_cv_func__fpclass" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__FPCLASS 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for qfpclass declaration" >&5 $as_echo_n "checking for qfpclass declaration... " >&6; } if test x${glibcxx_cv_func_qfpclass_use+set} != xset; then @@ -38168,75 +32335,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _qfpclass declaration" >&5 -$as_echo_n "checking for _qfpclass declaration... " >&6; } - if test x${glibcxx_cv_func__qfpclass_use+set} != xset; then - if ${glibcxx_cv_func__qfpclass_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> - #ifdef HAVE_IEEEFP_H - #include <ieeefp.h> - #endif - -int -main () -{ - _qfpclass(0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__qfpclass_use=yes -else - glibcxx_cv_func__qfpclass_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__qfpclass_use" >&5 -$as_echo "$glibcxx_cv_func__qfpclass_use" >&6; } - - if test x$glibcxx_cv_func__qfpclass_use = x"yes"; then - for ac_func in _qfpclass -do : - ac_fn_c_check_func "$LINENO" "_qfpclass" "ac_cv_func__qfpclass" -if test "x$ac_cv_func__qfpclass" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__QFPCLASS 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for hypot declaration" >&5 $as_echo_n "checking for hypot declaration... " >&6; } if test x${glibcxx_cv_func_hypot_use+set} != xset; then @@ -38293,71 +32395,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _hypot declaration" >&5 -$as_echo_n "checking for _hypot declaration... " >&6; } - if test x${glibcxx_cv_func__hypot_use+set} != xset; then - if ${glibcxx_cv_func__hypot_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> -int -main () -{ - _hypot(0, 0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__hypot_use=yes -else - glibcxx_cv_func__hypot_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__hypot_use" >&5 -$as_echo "$glibcxx_cv_func__hypot_use" >&6; } - - if test x$glibcxx_cv_func__hypot_use = x"yes"; then - for ac_func in _hypot -do : - ac_fn_c_check_func "$LINENO" "_hypot" "ac_cv_func__hypot" -if test "x$ac_cv_func__hypot" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__HYPOT 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for float trig functions" >&5 $as_echo_n "checking for float trig functions... " >&6; } if ${glibcxx_cv_func_float_trig_use+:} false; then : @@ -38411,67 +32452,10 @@ _ACEOF fi done - else - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _float trig functions" >&5 -$as_echo_n "checking for _float trig functions... " >&6; } - if ${glibcxx_cv_func__float_trig_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> -int -main () -{ -_acosf (0); _asinf (0); _atanf (0); _cosf (0); _sinf (0); _tanf (0); _coshf (0); _sinhf (0); _tanhf (0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__float_trig_use=yes -else - glibcxx_cv_func__float_trig_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - -fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__float_trig_use" >&5 -$as_echo "$glibcxx_cv_func__float_trig_use" >&6; } - if test x$glibcxx_cv_func__float_trig_use = x"yes"; then - for ac_func in _acosf _asinf _atanf _cosf _sinf _tanf _coshf _sinhf _tanhf -do : - as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` -ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" -if eval test \"x\$"$as_ac_var"\" = x"yes"; then : - cat >>confdefs.h <<_ACEOF -#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for float round functions" >&5 $as_echo_n "checking for float round functions... " >&6; } if ${glibcxx_cv_func_float_round_use+:} false; then : @@ -38525,68 +32509,11 @@ _ACEOF fi done - else - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _float round functions" >&5 -$as_echo_n "checking for _float round functions... " >&6; } - if ${glibcxx_cv_func__float_round_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> -int -main () -{ -_ceilf (0); _floorf (0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__float_round_use=yes -else - glibcxx_cv_func__float_round_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - -fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__float_round_use" >&5 -$as_echo "$glibcxx_cv_func__float_round_use" >&6; } - if test x$glibcxx_cv_func__float_round_use = x"yes"; then - for ac_func in _ceilf _floorf -do : - as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` -ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" -if eval test \"x\$"$as_ac_var"\" = x"yes"; then : - cat >>confdefs.h <<_ACEOF -#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for expf declaration" >&5 $as_echo_n "checking for expf declaration... " >&6; } if test x${glibcxx_cv_func_expf_use+set} != xset; then @@ -38647,75 +32574,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _expf declaration" >&5 -$as_echo_n "checking for _expf declaration... " >&6; } - if test x${glibcxx_cv_func__expf_use+set} != xset; then - if ${glibcxx_cv_func__expf_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> - #ifdef HAVE_IEEEFP_H - #include <ieeefp.h> - #endif - -int -main () -{ - _expf(0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__expf_use=yes -else - glibcxx_cv_func__expf_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__expf_use" >&5 -$as_echo "$glibcxx_cv_func__expf_use" >&6; } - - if test x$glibcxx_cv_func__expf_use = x"yes"; then - for ac_func in _expf -do : - ac_fn_c_check_func "$LINENO" "_expf" "ac_cv_func__expf" -if test "x$ac_cv_func__expf" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__EXPF 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isnanf declaration" >&5 $as_echo_n "checking for isnanf declaration... " >&6; } if test x${glibcxx_cv_func_isnanf_use+set} != xset; then @@ -38776,75 +32638,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _isnanf declaration" >&5 -$as_echo_n "checking for _isnanf declaration... " >&6; } - if test x${glibcxx_cv_func__isnanf_use+set} != xset; then - if ${glibcxx_cv_func__isnanf_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> - #ifdef HAVE_IEEEFP_H - #include <ieeefp.h> - #endif - -int -main () -{ - _isnanf(0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__isnanf_use=yes -else - glibcxx_cv_func__isnanf_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__isnanf_use" >&5 -$as_echo "$glibcxx_cv_func__isnanf_use" >&6; } - - if test x$glibcxx_cv_func__isnanf_use = x"yes"; then - for ac_func in _isnanf -do : - ac_fn_c_check_func "$LINENO" "_isnanf" "ac_cv_func__isnanf" -if test "x$ac_cv_func__isnanf" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__ISNANF 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isinff declaration" >&5 $as_echo_n "checking for isinff declaration... " >&6; } if test x${glibcxx_cv_func_isinff_use+set} != xset; then @@ -38905,75 +32702,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _isinff declaration" >&5 -$as_echo_n "checking for _isinff declaration... " >&6; } - if test x${glibcxx_cv_func__isinff_use+set} != xset; then - if ${glibcxx_cv_func__isinff_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> - #ifdef HAVE_IEEEFP_H - #include <ieeefp.h> - #endif - -int -main () -{ - _isinff(0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__isinff_use=yes -else - glibcxx_cv_func__isinff_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__isinff_use" >&5 -$as_echo "$glibcxx_cv_func__isinff_use" >&6; } - - if test x$glibcxx_cv_func__isinff_use = x"yes"; then - for ac_func in _isinff -do : - ac_fn_c_check_func "$LINENO" "_isinff" "ac_cv_func__isinff" -if test "x$ac_cv_func__isinff" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__ISINFF 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for atan2f declaration" >&5 $as_echo_n "checking for atan2f declaration... " >&6; } if test x${glibcxx_cv_func_atan2f_use+set} != xset; then @@ -39030,71 +32762,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _atan2f declaration" >&5 -$as_echo_n "checking for _atan2f declaration... " >&6; } - if test x${glibcxx_cv_func__atan2f_use+set} != xset; then - if ${glibcxx_cv_func__atan2f_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> -int -main () -{ - _atan2f(0, 0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__atan2f_use=yes -else - glibcxx_cv_func__atan2f_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__atan2f_use" >&5 -$as_echo "$glibcxx_cv_func__atan2f_use" >&6; } - - if test x$glibcxx_cv_func__atan2f_use = x"yes"; then - for ac_func in _atan2f -do : - ac_fn_c_check_func "$LINENO" "_atan2f" "ac_cv_func__atan2f" -if test "x$ac_cv_func__atan2f" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__ATAN2F 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fabsf declaration" >&5 $as_echo_n "checking for fabsf declaration... " >&6; } if test x${glibcxx_cv_func_fabsf_use+set} != xset; then @@ -39155,72 +32826,7 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _fabsf declaration" >&5 -$as_echo_n "checking for _fabsf declaration... " >&6; } - if test x${glibcxx_cv_func__fabsf_use+set} != xset; then - if ${glibcxx_cv_func__fabsf_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> - #ifdef HAVE_IEEEFP_H - #include <ieeefp.h> - #endif - -int -main () -{ - _fabsf(0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__fabsf_use=yes -else - glibcxx_cv_func__fabsf_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__fabsf_use" >&5 -$as_echo "$glibcxx_cv_func__fabsf_use" >&6; } - - if test x$glibcxx_cv_func__fabsf_use = x"yes"; then - for ac_func in _fabsf -do : - ac_fn_c_check_func "$LINENO" "_fabsf" "ac_cv_func__fabsf" -if test "x$ac_cv_func__fabsf" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__FABSF 1 -_ACEOF - -fi -done - - fi - fi - - @@ -39280,71 +32886,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _fmodf declaration" >&5 -$as_echo_n "checking for _fmodf declaration... " >&6; } - if test x${glibcxx_cv_func__fmodf_use+set} != xset; then - if ${glibcxx_cv_func__fmodf_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> -int -main () -{ - _fmodf(0, 0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__fmodf_use=yes -else - glibcxx_cv_func__fmodf_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__fmodf_use" >&5 -$as_echo "$glibcxx_cv_func__fmodf_use" >&6; } - - if test x$glibcxx_cv_func__fmodf_use = x"yes"; then - for ac_func in _fmodf -do : - ac_fn_c_check_func "$LINENO" "_fmodf" "ac_cv_func__fmodf" -if test "x$ac_cv_func__fmodf" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__FMODF 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for frexpf declaration" >&5 $as_echo_n "checking for frexpf declaration... " >&6; } if test x${glibcxx_cv_func_frexpf_use+set} != xset; then @@ -39401,71 +32946,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _frexpf declaration" >&5 -$as_echo_n "checking for _frexpf declaration... " >&6; } - if test x${glibcxx_cv_func__frexpf_use+set} != xset; then - if ${glibcxx_cv_func__frexpf_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> -int -main () -{ - _frexpf(0, 0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__frexpf_use=yes -else - glibcxx_cv_func__frexpf_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__frexpf_use" >&5 -$as_echo "$glibcxx_cv_func__frexpf_use" >&6; } - - if test x$glibcxx_cv_func__frexpf_use = x"yes"; then - for ac_func in _frexpf -do : - ac_fn_c_check_func "$LINENO" "_frexpf" "ac_cv_func__frexpf" -if test "x$ac_cv_func__frexpf" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__FREXPF 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for hypotf declaration" >&5 $as_echo_n "checking for hypotf declaration... " >&6; } if test x${glibcxx_cv_func_hypotf_use+set} != xset; then @@ -39522,71 +33006,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _hypotf declaration" >&5 -$as_echo_n "checking for _hypotf declaration... " >&6; } - if test x${glibcxx_cv_func__hypotf_use+set} != xset; then - if ${glibcxx_cv_func__hypotf_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> -int -main () -{ - _hypotf(0, 0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__hypotf_use=yes -else - glibcxx_cv_func__hypotf_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__hypotf_use" >&5 -$as_echo "$glibcxx_cv_func__hypotf_use" >&6; } - - if test x$glibcxx_cv_func__hypotf_use = x"yes"; then - for ac_func in _hypotf -do : - ac_fn_c_check_func "$LINENO" "_hypotf" "ac_cv_func__hypotf" -if test "x$ac_cv_func__hypotf" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__HYPOTF 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ldexpf declaration" >&5 $as_echo_n "checking for ldexpf declaration... " >&6; } if test x${glibcxx_cv_func_ldexpf_use+set} != xset; then @@ -39643,68 +33066,7 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _ldexpf declaration" >&5 -$as_echo_n "checking for _ldexpf declaration... " >&6; } - if test x${glibcxx_cv_func__ldexpf_use+set} != xset; then - if ${glibcxx_cv_func__ldexpf_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> -int -main () -{ - _ldexpf(0, 0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__ldexpf_use=yes -else - glibcxx_cv_func__ldexpf_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__ldexpf_use" >&5 -$as_echo "$glibcxx_cv_func__ldexpf_use" >&6; } - - if test x$glibcxx_cv_func__ldexpf_use = x"yes"; then - for ac_func in _ldexpf -do : - ac_fn_c_check_func "$LINENO" "_ldexpf" "ac_cv_func__ldexpf" -if test "x$ac_cv_func__ldexpf" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__LDEXPF 1 -_ACEOF - -fi -done - - fi - fi - - @@ -39768,72 +33130,7 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _logf declaration" >&5 -$as_echo_n "checking for _logf declaration... " >&6; } - if test x${glibcxx_cv_func__logf_use+set} != xset; then - if ${glibcxx_cv_func__logf_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> - #ifdef HAVE_IEEEFP_H - #include <ieeefp.h> - #endif - -int -main () -{ - _logf(0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__logf_use=yes -else - glibcxx_cv_func__logf_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__logf_use" >&5 -$as_echo "$glibcxx_cv_func__logf_use" >&6; } - - if test x$glibcxx_cv_func__logf_use = x"yes"; then - for ac_func in _logf -do : - ac_fn_c_check_func "$LINENO" "_logf" "ac_cv_func__logf" -if test "x$ac_cv_func__logf" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__LOGF 1 -_ACEOF - -fi -done - - fi - fi - - @@ -39897,75 +33194,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _log10f declaration" >&5 -$as_echo_n "checking for _log10f declaration... " >&6; } - if test x${glibcxx_cv_func__log10f_use+set} != xset; then - if ${glibcxx_cv_func__log10f_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> - #ifdef HAVE_IEEEFP_H - #include <ieeefp.h> - #endif - -int -main () -{ - _log10f(0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__log10f_use=yes -else - glibcxx_cv_func__log10f_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__log10f_use" >&5 -$as_echo "$glibcxx_cv_func__log10f_use" >&6; } - - if test x$glibcxx_cv_func__log10f_use = x"yes"; then - for ac_func in _log10f -do : - ac_fn_c_check_func "$LINENO" "_log10f" "ac_cv_func__log10f" -if test "x$ac_cv_func__log10f" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__LOG10F 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for modff declaration" >&5 $as_echo_n "checking for modff declaration... " >&6; } if test x${glibcxx_cv_func_modff_use+set} != xset; then @@ -40022,71 +33254,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _modff declaration" >&5 -$as_echo_n "checking for _modff declaration... " >&6; } - if test x${glibcxx_cv_func__modff_use+set} != xset; then - if ${glibcxx_cv_func__modff_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> -int -main () -{ - _modff(0, 0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__modff_use=yes -else - glibcxx_cv_func__modff_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__modff_use" >&5 -$as_echo "$glibcxx_cv_func__modff_use" >&6; } - - if test x$glibcxx_cv_func__modff_use = x"yes"; then - for ac_func in _modff -do : - ac_fn_c_check_func "$LINENO" "_modff" "ac_cv_func__modff" -if test "x$ac_cv_func__modff" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__MODFF 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for modf declaration" >&5 $as_echo_n "checking for modf declaration... " >&6; } if test x${glibcxx_cv_func_modf_use+set} != xset; then @@ -40143,71 +33314,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _modf declaration" >&5 -$as_echo_n "checking for _modf declaration... " >&6; } - if test x${glibcxx_cv_func__modf_use+set} != xset; then - if ${glibcxx_cv_func__modf_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> -int -main () -{ - _modf(0, 0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__modf_use=yes -else - glibcxx_cv_func__modf_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__modf_use" >&5 -$as_echo "$glibcxx_cv_func__modf_use" >&6; } - - if test x$glibcxx_cv_func__modf_use = x"yes"; then - for ac_func in _modf -do : - ac_fn_c_check_func "$LINENO" "_modf" "ac_cv_func__modf" -if test "x$ac_cv_func__modf" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__MODF 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for powf declaration" >&5 $as_echo_n "checking for powf declaration... " >&6; } if test x${glibcxx_cv_func_powf_use+set} != xset; then @@ -40264,68 +33374,7 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _powf declaration" >&5 -$as_echo_n "checking for _powf declaration... " >&6; } - if test x${glibcxx_cv_func__powf_use+set} != xset; then - if ${glibcxx_cv_func__powf_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> -int -main () -{ - _powf(0, 0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__powf_use=yes -else - glibcxx_cv_func__powf_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__powf_use" >&5 -$as_echo "$glibcxx_cv_func__powf_use" >&6; } - - if test x$glibcxx_cv_func__powf_use = x"yes"; then - for ac_func in _powf -do : - ac_fn_c_check_func "$LINENO" "_powf" "ac_cv_func__powf" -if test "x$ac_cv_func__powf" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__POWF 1 -_ACEOF - -fi -done - - fi - fi - - @@ -40389,75 +33438,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _sqrtf declaration" >&5 -$as_echo_n "checking for _sqrtf declaration... " >&6; } - if test x${glibcxx_cv_func__sqrtf_use+set} != xset; then - if ${glibcxx_cv_func__sqrtf_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> - #ifdef HAVE_IEEEFP_H - #include <ieeefp.h> - #endif - -int -main () -{ - _sqrtf(0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__sqrtf_use=yes -else - glibcxx_cv_func__sqrtf_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__sqrtf_use" >&5 -$as_echo "$glibcxx_cv_func__sqrtf_use" >&6; } - - if test x$glibcxx_cv_func__sqrtf_use = x"yes"; then - for ac_func in _sqrtf -do : - ac_fn_c_check_func "$LINENO" "_sqrtf" "ac_cv_func__sqrtf" -if test "x$ac_cv_func__sqrtf" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__SQRTF 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sincosf declaration" >&5 $as_echo_n "checking for sincosf declaration... " >&6; } if test x${glibcxx_cv_func_sincosf_use+set} != xset; then @@ -40514,68 +33498,7 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _sincosf declaration" >&5 -$as_echo_n "checking for _sincosf declaration... " >&6; } - if test x${glibcxx_cv_func__sincosf_use+set} != xset; then - if ${glibcxx_cv_func__sincosf_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> -int -main () -{ - _sincosf(0, 0, 0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__sincosf_use=yes -else - glibcxx_cv_func__sincosf_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__sincosf_use" >&5 -$as_echo "$glibcxx_cv_func__sincosf_use" >&6; } - - if test x$glibcxx_cv_func__sincosf_use = x"yes"; then - for ac_func in _sincosf -do : - ac_fn_c_check_func "$LINENO" "_sincosf" "ac_cv_func__sincosf" -if test "x$ac_cv_func__sincosf" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__SINCOSF 1 -_ACEOF - -fi -done - - fi - fi - - @@ -40639,72 +33562,7 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _finitef declaration" >&5 -$as_echo_n "checking for _finitef declaration... " >&6; } - if test x${glibcxx_cv_func__finitef_use+set} != xset; then - if ${glibcxx_cv_func__finitef_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> - #ifdef HAVE_IEEEFP_H - #include <ieeefp.h> - #endif - -int -main () -{ - _finitef(0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__finitef_use=yes -else - glibcxx_cv_func__finitef_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__finitef_use" >&5 -$as_echo "$glibcxx_cv_func__finitef_use" >&6; } - - if test x$glibcxx_cv_func__finitef_use = x"yes"; then - for ac_func in _finitef -do : - ac_fn_c_check_func "$LINENO" "_finitef" "ac_cv_func__finitef" -if test "x$ac_cv_func__finitef" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__FINITEF 1 -_ACEOF - -fi -done - - fi - fi - - @@ -40761,67 +33619,10 @@ _ACEOF fi done - else - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _long double trig functions" >&5 -$as_echo_n "checking for _long double trig functions... " >&6; } - if ${glibcxx_cv_func__long_double_trig_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> -int -main () -{ -_acosl (0); _asinl (0); _atanl (0); _cosl (0); _sinl (0); _tanl (0); _coshl (0); _sinhl (0); _tanhl (0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__long_double_trig_use=yes -else - glibcxx_cv_func__long_double_trig_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - -fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__long_double_trig_use" >&5 -$as_echo "$glibcxx_cv_func__long_double_trig_use" >&6; } - if test x$glibcxx_cv_func__long_double_trig_use = x"yes"; then - for ac_func in _acosl _asinl _atanl _cosl _sinl _tanl _coshl _sinhl _tanhl -do : - as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` -ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" -if eval test \"x\$"$as_ac_var"\" = x"yes"; then : - cat >>confdefs.h <<_ACEOF -#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for long double round functions" >&5 $as_echo_n "checking for long double round functions... " >&6; } if ${glibcxx_cv_func_long_double_round_use+:} false; then : @@ -40875,68 +33676,11 @@ _ACEOF fi done - else - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _long double round functions" >&5 -$as_echo_n "checking for _long double round functions... " >&6; } - if ${glibcxx_cv_func__long_double_round_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> -int -main () -{ -_ceill (0); _floorl (0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__long_double_round_use=yes -else - glibcxx_cv_func__long_double_round_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - -fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__long_double_round_use" >&5 -$as_echo "$glibcxx_cv_func__long_double_round_use" >&6; } - if test x$glibcxx_cv_func__long_double_round_use = x"yes"; then - for ac_func in _ceill _floorl -do : - as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` -ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" -if eval test \"x\$"$as_ac_var"\" = x"yes"; then : - cat >>confdefs.h <<_ACEOF -#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isnanl declaration" >&5 $as_echo_n "checking for isnanl declaration... " >&6; } if test x${glibcxx_cv_func_isnanl_use+set} != xset; then @@ -40997,75 +33741,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _isnanl declaration" >&5 -$as_echo_n "checking for _isnanl declaration... " >&6; } - if test x${glibcxx_cv_func__isnanl_use+set} != xset; then - if ${glibcxx_cv_func__isnanl_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> - #ifdef HAVE_IEEEFP_H - #include <ieeefp.h> - #endif - -int -main () -{ - _isnanl(0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__isnanl_use=yes -else - glibcxx_cv_func__isnanl_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__isnanl_use" >&5 -$as_echo "$glibcxx_cv_func__isnanl_use" >&6; } - - if test x$glibcxx_cv_func__isnanl_use = x"yes"; then - for ac_func in _isnanl -do : - ac_fn_c_check_func "$LINENO" "_isnanl" "ac_cv_func__isnanl" -if test "x$ac_cv_func__isnanl" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__ISNANL 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isinfl declaration" >&5 $as_echo_n "checking for isinfl declaration... " >&6; } if test x${glibcxx_cv_func_isinfl_use+set} != xset; then @@ -41126,75 +33805,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _isinfl declaration" >&5 -$as_echo_n "checking for _isinfl declaration... " >&6; } - if test x${glibcxx_cv_func__isinfl_use+set} != xset; then - if ${glibcxx_cv_func__isinfl_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> - #ifdef HAVE_IEEEFP_H - #include <ieeefp.h> - #endif - -int -main () -{ - _isinfl(0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__isinfl_use=yes -else - glibcxx_cv_func__isinfl_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__isinfl_use" >&5 -$as_echo "$glibcxx_cv_func__isinfl_use" >&6; } - - if test x$glibcxx_cv_func__isinfl_use = x"yes"; then - for ac_func in _isinfl -do : - ac_fn_c_check_func "$LINENO" "_isinfl" "ac_cv_func__isinfl" -if test "x$ac_cv_func__isinfl" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__ISINFL 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for atan2l declaration" >&5 $as_echo_n "checking for atan2l declaration... " >&6; } if test x${glibcxx_cv_func_atan2l_use+set} != xset; then @@ -41251,68 +33865,7 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _atan2l declaration" >&5 -$as_echo_n "checking for _atan2l declaration... " >&6; } - if test x${glibcxx_cv_func__atan2l_use+set} != xset; then - if ${glibcxx_cv_func__atan2l_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> -int -main () -{ - _atan2l(0, 0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__atan2l_use=yes -else - glibcxx_cv_func__atan2l_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__atan2l_use" >&5 -$as_echo "$glibcxx_cv_func__atan2l_use" >&6; } - - if test x$glibcxx_cv_func__atan2l_use = x"yes"; then - for ac_func in _atan2l -do : - ac_fn_c_check_func "$LINENO" "_atan2l" "ac_cv_func__atan2l" -if test "x$ac_cv_func__atan2l" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__ATAN2L 1 -_ACEOF - -fi -done - - fi - fi - - @@ -41376,75 +33929,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _expl declaration" >&5 -$as_echo_n "checking for _expl declaration... " >&6; } - if test x${glibcxx_cv_func__expl_use+set} != xset; then - if ${glibcxx_cv_func__expl_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> - #ifdef HAVE_IEEEFP_H - #include <ieeefp.h> - #endif - -int -main () -{ - _expl(0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__expl_use=yes -else - glibcxx_cv_func__expl_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__expl_use" >&5 -$as_echo "$glibcxx_cv_func__expl_use" >&6; } - - if test x$glibcxx_cv_func__expl_use = x"yes"; then - for ac_func in _expl -do : - ac_fn_c_check_func "$LINENO" "_expl" "ac_cv_func__expl" -if test "x$ac_cv_func__expl" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__EXPL 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fabsl declaration" >&5 $as_echo_n "checking for fabsl declaration... " >&6; } if test x${glibcxx_cv_func_fabsl_use+set} != xset; then @@ -41505,75 +33993,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _fabsl declaration" >&5 -$as_echo_n "checking for _fabsl declaration... " >&6; } - if test x${glibcxx_cv_func__fabsl_use+set} != xset; then - if ${glibcxx_cv_func__fabsl_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> - #ifdef HAVE_IEEEFP_H - #include <ieeefp.h> - #endif - -int -main () -{ - _fabsl(0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__fabsl_use=yes -else - glibcxx_cv_func__fabsl_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__fabsl_use" >&5 -$as_echo "$glibcxx_cv_func__fabsl_use" >&6; } - - if test x$glibcxx_cv_func__fabsl_use = x"yes"; then - for ac_func in _fabsl -do : - ac_fn_c_check_func "$LINENO" "_fabsl" "ac_cv_func__fabsl" -if test "x$ac_cv_func__fabsl" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__FABSL 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fmodl declaration" >&5 $as_echo_n "checking for fmodl declaration... " >&6; } if test x${glibcxx_cv_func_fmodl_use+set} != xset; then @@ -41630,71 +34053,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _fmodl declaration" >&5 -$as_echo_n "checking for _fmodl declaration... " >&6; } - if test x${glibcxx_cv_func__fmodl_use+set} != xset; then - if ${glibcxx_cv_func__fmodl_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> -int -main () -{ - _fmodl(0, 0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__fmodl_use=yes -else - glibcxx_cv_func__fmodl_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__fmodl_use" >&5 -$as_echo "$glibcxx_cv_func__fmodl_use" >&6; } - - if test x$glibcxx_cv_func__fmodl_use = x"yes"; then - for ac_func in _fmodl -do : - ac_fn_c_check_func "$LINENO" "_fmodl" "ac_cv_func__fmodl" -if test "x$ac_cv_func__fmodl" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__FMODL 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for frexpl declaration" >&5 $as_echo_n "checking for frexpl declaration... " >&6; } if test x${glibcxx_cv_func_frexpl_use+set} != xset; then @@ -41751,71 +34113,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _frexpl declaration" >&5 -$as_echo_n "checking for _frexpl declaration... " >&6; } - if test x${glibcxx_cv_func__frexpl_use+set} != xset; then - if ${glibcxx_cv_func__frexpl_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> -int -main () -{ - _frexpl(0, 0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__frexpl_use=yes -else - glibcxx_cv_func__frexpl_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__frexpl_use" >&5 -$as_echo "$glibcxx_cv_func__frexpl_use" >&6; } - - if test x$glibcxx_cv_func__frexpl_use = x"yes"; then - for ac_func in _frexpl -do : - ac_fn_c_check_func "$LINENO" "_frexpl" "ac_cv_func__frexpl" -if test "x$ac_cv_func__frexpl" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__FREXPL 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for hypotl declaration" >&5 $as_echo_n "checking for hypotl declaration... " >&6; } if test x${glibcxx_cv_func_hypotl_use+set} != xset; then @@ -41872,71 +34173,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _hypotl declaration" >&5 -$as_echo_n "checking for _hypotl declaration... " >&6; } - if test x${glibcxx_cv_func__hypotl_use+set} != xset; then - if ${glibcxx_cv_func__hypotl_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> -int -main () -{ - _hypotl(0, 0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__hypotl_use=yes -else - glibcxx_cv_func__hypotl_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__hypotl_use" >&5 -$as_echo "$glibcxx_cv_func__hypotl_use" >&6; } - - if test x$glibcxx_cv_func__hypotl_use = x"yes"; then - for ac_func in _hypotl -do : - ac_fn_c_check_func "$LINENO" "_hypotl" "ac_cv_func__hypotl" -if test "x$ac_cv_func__hypotl" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__HYPOTL 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ldexpl declaration" >&5 $as_echo_n "checking for ldexpl declaration... " >&6; } if test x${glibcxx_cv_func_ldexpl_use+set} != xset; then @@ -41993,71 +34233,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _ldexpl declaration" >&5 -$as_echo_n "checking for _ldexpl declaration... " >&6; } - if test x${glibcxx_cv_func__ldexpl_use+set} != xset; then - if ${glibcxx_cv_func__ldexpl_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> -int -main () -{ - _ldexpl(0, 0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__ldexpl_use=yes -else - glibcxx_cv_func__ldexpl_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__ldexpl_use" >&5 -$as_echo "$glibcxx_cv_func__ldexpl_use" >&6; } - - if test x$glibcxx_cv_func__ldexpl_use = x"yes"; then - for ac_func in _ldexpl -do : - ac_fn_c_check_func "$LINENO" "_ldexpl" "ac_cv_func__ldexpl" -if test "x$ac_cv_func__ldexpl" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__LDEXPL 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for logl declaration" >&5 $as_echo_n "checking for logl declaration... " >&6; } if test x${glibcxx_cv_func_logl_use+set} != xset; then @@ -42118,72 +34297,7 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _logl declaration" >&5 -$as_echo_n "checking for _logl declaration... " >&6; } - if test x${glibcxx_cv_func__logl_use+set} != xset; then - if ${glibcxx_cv_func__logl_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> - #ifdef HAVE_IEEEFP_H - #include <ieeefp.h> - #endif - -int -main () -{ - _logl(0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__logl_use=yes -else - glibcxx_cv_func__logl_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__logl_use" >&5 -$as_echo "$glibcxx_cv_func__logl_use" >&6; } - - if test x$glibcxx_cv_func__logl_use = x"yes"; then - for ac_func in _logl -do : - ac_fn_c_check_func "$LINENO" "_logl" "ac_cv_func__logl" -if test "x$ac_cv_func__logl" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__LOGL 1 -_ACEOF - -fi -done - - fi - fi - - @@ -42247,75 +34361,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _log10l declaration" >&5 -$as_echo_n "checking for _log10l declaration... " >&6; } - if test x${glibcxx_cv_func__log10l_use+set} != xset; then - if ${glibcxx_cv_func__log10l_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> - #ifdef HAVE_IEEEFP_H - #include <ieeefp.h> - #endif - -int -main () -{ - _log10l(0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__log10l_use=yes -else - glibcxx_cv_func__log10l_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__log10l_use" >&5 -$as_echo "$glibcxx_cv_func__log10l_use" >&6; } - - if test x$glibcxx_cv_func__log10l_use = x"yes"; then - for ac_func in _log10l -do : - ac_fn_c_check_func "$LINENO" "_log10l" "ac_cv_func__log10l" -if test "x$ac_cv_func__log10l" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__LOG10L 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for modfl declaration" >&5 $as_echo_n "checking for modfl declaration... " >&6; } if test x${glibcxx_cv_func_modfl_use+set} != xset; then @@ -42372,71 +34421,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _modfl declaration" >&5 -$as_echo_n "checking for _modfl declaration... " >&6; } - if test x${glibcxx_cv_func__modfl_use+set} != xset; then - if ${glibcxx_cv_func__modfl_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> -int -main () -{ - _modfl(0, 0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__modfl_use=yes -else - glibcxx_cv_func__modfl_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__modfl_use" >&5 -$as_echo "$glibcxx_cv_func__modfl_use" >&6; } - - if test x$glibcxx_cv_func__modfl_use = x"yes"; then - for ac_func in _modfl -do : - ac_fn_c_check_func "$LINENO" "_modfl" "ac_cv_func__modfl" -if test "x$ac_cv_func__modfl" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__MODFL 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for powl declaration" >&5 $as_echo_n "checking for powl declaration... " >&6; } if test x${glibcxx_cv_func_powl_use+set} != xset; then @@ -42493,71 +34481,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _powl declaration" >&5 -$as_echo_n "checking for _powl declaration... " >&6; } - if test x${glibcxx_cv_func__powl_use+set} != xset; then - if ${glibcxx_cv_func__powl_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> -int -main () -{ - _powl(0, 0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__powl_use=yes -else - glibcxx_cv_func__powl_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__powl_use" >&5 -$as_echo "$glibcxx_cv_func__powl_use" >&6; } - - if test x$glibcxx_cv_func__powl_use = x"yes"; then - for ac_func in _powl -do : - ac_fn_c_check_func "$LINENO" "_powl" "ac_cv_func__powl" -if test "x$ac_cv_func__powl" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__POWL 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sqrtl declaration" >&5 $as_echo_n "checking for sqrtl declaration... " >&6; } if test x${glibcxx_cv_func_sqrtl_use+set} != xset; then @@ -42618,72 +34545,7 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _sqrtl declaration" >&5 -$as_echo_n "checking for _sqrtl declaration... " >&6; } - if test x${glibcxx_cv_func__sqrtl_use+set} != xset; then - if ${glibcxx_cv_func__sqrtl_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> - #ifdef HAVE_IEEEFP_H - #include <ieeefp.h> - #endif - -int -main () -{ - _sqrtl(0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__sqrtl_use=yes -else - glibcxx_cv_func__sqrtl_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__sqrtl_use" >&5 -$as_echo "$glibcxx_cv_func__sqrtl_use" >&6; } - - if test x$glibcxx_cv_func__sqrtl_use = x"yes"; then - for ac_func in _sqrtl -do : - ac_fn_c_check_func "$LINENO" "_sqrtl" "ac_cv_func__sqrtl" -if test "x$ac_cv_func__sqrtl" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__SQRTL 1 -_ACEOF - -fi -done - - fi - fi - - @@ -42743,68 +34605,7 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _sincosl declaration" >&5 -$as_echo_n "checking for _sincosl declaration... " >&6; } - if test x${glibcxx_cv_func__sincosl_use+set} != xset; then - if ${glibcxx_cv_func__sincosl_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> -int -main () -{ - _sincosl(0, 0, 0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__sincosl_use=yes -else - glibcxx_cv_func__sincosl_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__sincosl_use" >&5 -$as_echo "$glibcxx_cv_func__sincosl_use" >&6; } - - if test x$glibcxx_cv_func__sincosl_use = x"yes"; then - for ac_func in _sincosl -do : - ac_fn_c_check_func "$LINENO" "_sincosl" "ac_cv_func__sincosl" -if test "x$ac_cv_func__sincosl" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__SINCOSL 1 -_ACEOF - -fi -done - - fi - fi - - @@ -42868,74 +34669,9 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _finitel declaration" >&5 -$as_echo_n "checking for _finitel declaration... " >&6; } - if test x${glibcxx_cv_func__finitel_use+set} != xset; then - if ${glibcxx_cv_func__finitel_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> - #ifdef HAVE_IEEEFP_H - #include <ieeefp.h> - #endif - -int -main () -{ - _finitel(0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__finitel_use=yes -else - glibcxx_cv_func__finitel_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__finitel_use" >&5 -$as_echo "$glibcxx_cv_func__finitel_use" >&6; } - - if test x$glibcxx_cv_func__finitel_use = x"yes"; then - for ac_func in _finitel -do : - ac_fn_c_check_func "$LINENO" "_finitel" "ac_cv_func__finitel" -if test "x$ac_cv_func__finitel" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__FINITEL 1 -_ACEOF - -fi -done - - fi fi - - LIBS="$ac_save_LIBS" CXXFLAGS="$ac_save_CXXFLAGS" @@ -43119,8 +34855,6 @@ done fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for strtof declaration" >&5 $as_echo_n "checking for strtof declaration... " >&6; } if test x${glibcxx_cv_func_strtof_use+set} != xset; then @@ -43179,8 +34913,6 @@ done fi - - CXXFLAGS="$ac_save_CXXFLAGS" $as_echo "#define _GLIBCXX_USE_DEV_RANDOM 1" >>confdefs.h @@ -43518,72 +35250,7 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _isinf declaration" >&5 -$as_echo_n "checking for _isinf declaration... " >&6; } - if test x${glibcxx_cv_func__isinf_use+set} != xset; then - if ${glibcxx_cv_func__isinf_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> - #ifdef HAVE_IEEEFP_H - #include <ieeefp.h> - #endif - -int -main () -{ - _isinf(0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__isinf_use=yes -else - glibcxx_cv_func__isinf_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__isinf_use" >&5 -$as_echo "$glibcxx_cv_func__isinf_use" >&6; } - - if test x$glibcxx_cv_func__isinf_use = x"yes"; then - for ac_func in _isinf -do : - ac_fn_c_check_func "$LINENO" "_isinf" "ac_cv_func__isinf" -if test "x$ac_cv_func__isinf" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__ISINF 1 -_ACEOF - -fi -done - - fi - fi - - @@ -43647,72 +35314,7 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _isnan declaration" >&5 -$as_echo_n "checking for _isnan declaration... " >&6; } - if test x${glibcxx_cv_func__isnan_use+set} != xset; then - if ${glibcxx_cv_func__isnan_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> - #ifdef HAVE_IEEEFP_H - #include <ieeefp.h> - #endif - -int -main () -{ - _isnan(0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__isnan_use=yes -else - glibcxx_cv_func__isnan_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__isnan_use" >&5 -$as_echo "$glibcxx_cv_func__isnan_use" >&6; } - - if test x$glibcxx_cv_func__isnan_use = x"yes"; then - for ac_func in _isnan -do : - ac_fn_c_check_func "$LINENO" "_isnan" "ac_cv_func__isnan" -if test "x$ac_cv_func__isnan" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__ISNAN 1 -_ACEOF - -fi -done - - fi - fi - - @@ -43776,75 +35378,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _finite declaration" >&5 -$as_echo_n "checking for _finite declaration... " >&6; } - if test x${glibcxx_cv_func__finite_use+set} != xset; then - if ${glibcxx_cv_func__finite_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> - #ifdef HAVE_IEEEFP_H - #include <ieeefp.h> - #endif - -int -main () -{ - _finite(0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__finite_use=yes -else - glibcxx_cv_func__finite_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__finite_use" >&5 -$as_echo "$glibcxx_cv_func__finite_use" >&6; } - - if test x$glibcxx_cv_func__finite_use = x"yes"; then - for ac_func in _finite -do : - ac_fn_c_check_func "$LINENO" "_finite" "ac_cv_func__finite" -if test "x$ac_cv_func__finite" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__FINITE 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sincos declaration" >&5 $as_echo_n "checking for sincos declaration... " >&6; } if test x${glibcxx_cv_func_sincos_use+set} != xset; then @@ -43901,71 +35438,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _sincos declaration" >&5 -$as_echo_n "checking for _sincos declaration... " >&6; } - if test x${glibcxx_cv_func__sincos_use+set} != xset; then - if ${glibcxx_cv_func__sincos_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> -int -main () -{ - _sincos(0, 0, 0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__sincos_use=yes -else - glibcxx_cv_func__sincos_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__sincos_use" >&5 -$as_echo "$glibcxx_cv_func__sincos_use" >&6; } - - if test x$glibcxx_cv_func__sincos_use = x"yes"; then - for ac_func in _sincos -do : - ac_fn_c_check_func "$LINENO" "_sincos" "ac_cv_func__sincos" -if test "x$ac_cv_func__sincos" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__SINCOS 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fpclass declaration" >&5 $as_echo_n "checking for fpclass declaration... " >&6; } if test x${glibcxx_cv_func_fpclass_use+set} != xset; then @@ -44026,72 +35502,7 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _fpclass declaration" >&5 -$as_echo_n "checking for _fpclass declaration... " >&6; } - if test x${glibcxx_cv_func__fpclass_use+set} != xset; then - if ${glibcxx_cv_func__fpclass_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> - #ifdef HAVE_IEEEFP_H - #include <ieeefp.h> - #endif - -int -main () -{ - _fpclass(0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__fpclass_use=yes -else - glibcxx_cv_func__fpclass_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__fpclass_use" >&5 -$as_echo "$glibcxx_cv_func__fpclass_use" >&6; } - - if test x$glibcxx_cv_func__fpclass_use = x"yes"; then - for ac_func in _fpclass -do : - ac_fn_c_check_func "$LINENO" "_fpclass" "ac_cv_func__fpclass" -if test "x$ac_cv_func__fpclass" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__FPCLASS 1 -_ACEOF - -fi -done - - fi - fi - - @@ -44155,75 +35566,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _qfpclass declaration" >&5 -$as_echo_n "checking for _qfpclass declaration... " >&6; } - if test x${glibcxx_cv_func__qfpclass_use+set} != xset; then - if ${glibcxx_cv_func__qfpclass_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> - #ifdef HAVE_IEEEFP_H - #include <ieeefp.h> - #endif - -int -main () -{ - _qfpclass(0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__qfpclass_use=yes -else - glibcxx_cv_func__qfpclass_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__qfpclass_use" >&5 -$as_echo "$glibcxx_cv_func__qfpclass_use" >&6; } - - if test x$glibcxx_cv_func__qfpclass_use = x"yes"; then - for ac_func in _qfpclass -do : - ac_fn_c_check_func "$LINENO" "_qfpclass" "ac_cv_func__qfpclass" -if test "x$ac_cv_func__qfpclass" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__QFPCLASS 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for hypot declaration" >&5 $as_echo_n "checking for hypot declaration... " >&6; } if test x${glibcxx_cv_func_hypot_use+set} != xset; then @@ -44280,71 +35626,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _hypot declaration" >&5 -$as_echo_n "checking for _hypot declaration... " >&6; } - if test x${glibcxx_cv_func__hypot_use+set} != xset; then - if ${glibcxx_cv_func__hypot_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> -int -main () -{ - _hypot(0, 0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__hypot_use=yes -else - glibcxx_cv_func__hypot_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__hypot_use" >&5 -$as_echo "$glibcxx_cv_func__hypot_use" >&6; } - - if test x$glibcxx_cv_func__hypot_use = x"yes"; then - for ac_func in _hypot -do : - ac_fn_c_check_func "$LINENO" "_hypot" "ac_cv_func__hypot" -if test "x$ac_cv_func__hypot" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__HYPOT 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for float trig functions" >&5 $as_echo_n "checking for float trig functions... " >&6; } if ${glibcxx_cv_func_float_trig_use+:} false; then : @@ -44398,67 +35683,10 @@ _ACEOF fi done - else - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _float trig functions" >&5 -$as_echo_n "checking for _float trig functions... " >&6; } - if ${glibcxx_cv_func__float_trig_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> -int -main () -{ -_acosf (0); _asinf (0); _atanf (0); _cosf (0); _sinf (0); _tanf (0); _coshf (0); _sinhf (0); _tanhf (0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__float_trig_use=yes -else - glibcxx_cv_func__float_trig_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - -fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__float_trig_use" >&5 -$as_echo "$glibcxx_cv_func__float_trig_use" >&6; } - if test x$glibcxx_cv_func__float_trig_use = x"yes"; then - for ac_func in _acosf _asinf _atanf _cosf _sinf _tanf _coshf _sinhf _tanhf -do : - as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` -ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" -if eval test \"x\$"$as_ac_var"\" = x"yes"; then : - cat >>confdefs.h <<_ACEOF -#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for float round functions" >&5 $as_echo_n "checking for float round functions... " >&6; } if ${glibcxx_cv_func_float_round_use+:} false; then : @@ -44512,68 +35740,11 @@ _ACEOF fi done - else - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _float round functions" >&5 -$as_echo_n "checking for _float round functions... " >&6; } - if ${glibcxx_cv_func__float_round_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> -int -main () -{ -_ceilf (0); _floorf (0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__float_round_use=yes -else - glibcxx_cv_func__float_round_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - -fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__float_round_use" >&5 -$as_echo "$glibcxx_cv_func__float_round_use" >&6; } - if test x$glibcxx_cv_func__float_round_use = x"yes"; then - for ac_func in _ceilf _floorf -do : - as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` -ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" -if eval test \"x\$"$as_ac_var"\" = x"yes"; then : - cat >>confdefs.h <<_ACEOF -#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for expf declaration" >&5 $as_echo_n "checking for expf declaration... " >&6; } if test x${glibcxx_cv_func_expf_use+set} != xset; then @@ -44634,75 +35805,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _expf declaration" >&5 -$as_echo_n "checking for _expf declaration... " >&6; } - if test x${glibcxx_cv_func__expf_use+set} != xset; then - if ${glibcxx_cv_func__expf_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> - #ifdef HAVE_IEEEFP_H - #include <ieeefp.h> - #endif - -int -main () -{ - _expf(0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__expf_use=yes -else - glibcxx_cv_func__expf_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__expf_use" >&5 -$as_echo "$glibcxx_cv_func__expf_use" >&6; } - - if test x$glibcxx_cv_func__expf_use = x"yes"; then - for ac_func in _expf -do : - ac_fn_c_check_func "$LINENO" "_expf" "ac_cv_func__expf" -if test "x$ac_cv_func__expf" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__EXPF 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isnanf declaration" >&5 $as_echo_n "checking for isnanf declaration... " >&6; } if test x${glibcxx_cv_func_isnanf_use+set} != xset; then @@ -44763,72 +35869,7 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _isnanf declaration" >&5 -$as_echo_n "checking for _isnanf declaration... " >&6; } - if test x${glibcxx_cv_func__isnanf_use+set} != xset; then - if ${glibcxx_cv_func__isnanf_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> - #ifdef HAVE_IEEEFP_H - #include <ieeefp.h> - #endif - -int -main () -{ - _isnanf(0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__isnanf_use=yes -else - glibcxx_cv_func__isnanf_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__isnanf_use" >&5 -$as_echo "$glibcxx_cv_func__isnanf_use" >&6; } - - if test x$glibcxx_cv_func__isnanf_use = x"yes"; then - for ac_func in _isnanf -do : - ac_fn_c_check_func "$LINENO" "_isnanf" "ac_cv_func__isnanf" -if test "x$ac_cv_func__isnanf" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__ISNANF 1 -_ACEOF - -fi -done - - fi - fi - - @@ -44892,75 +35933,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _isinff declaration" >&5 -$as_echo_n "checking for _isinff declaration... " >&6; } - if test x${glibcxx_cv_func__isinff_use+set} != xset; then - if ${glibcxx_cv_func__isinff_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> - #ifdef HAVE_IEEEFP_H - #include <ieeefp.h> - #endif - -int -main () -{ - _isinff(0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__isinff_use=yes -else - glibcxx_cv_func__isinff_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__isinff_use" >&5 -$as_echo "$glibcxx_cv_func__isinff_use" >&6; } - - if test x$glibcxx_cv_func__isinff_use = x"yes"; then - for ac_func in _isinff -do : - ac_fn_c_check_func "$LINENO" "_isinff" "ac_cv_func__isinff" -if test "x$ac_cv_func__isinff" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__ISINFF 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for atan2f declaration" >&5 $as_echo_n "checking for atan2f declaration... " >&6; } if test x${glibcxx_cv_func_atan2f_use+set} != xset; then @@ -45017,68 +35993,7 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _atan2f declaration" >&5 -$as_echo_n "checking for _atan2f declaration... " >&6; } - if test x${glibcxx_cv_func__atan2f_use+set} != xset; then - if ${glibcxx_cv_func__atan2f_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> -int -main () -{ - _atan2f(0, 0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__atan2f_use=yes -else - glibcxx_cv_func__atan2f_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__atan2f_use" >&5 -$as_echo "$glibcxx_cv_func__atan2f_use" >&6; } - - if test x$glibcxx_cv_func__atan2f_use = x"yes"; then - for ac_func in _atan2f -do : - ac_fn_c_check_func "$LINENO" "_atan2f" "ac_cv_func__atan2f" -if test "x$ac_cv_func__atan2f" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__ATAN2F 1 -_ACEOF - -fi -done - - fi - fi - - @@ -45142,75 +36057,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _fabsf declaration" >&5 -$as_echo_n "checking for _fabsf declaration... " >&6; } - if test x${glibcxx_cv_func__fabsf_use+set} != xset; then - if ${glibcxx_cv_func__fabsf_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> - #ifdef HAVE_IEEEFP_H - #include <ieeefp.h> - #endif - -int -main () -{ - _fabsf(0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__fabsf_use=yes -else - glibcxx_cv_func__fabsf_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__fabsf_use" >&5 -$as_echo "$glibcxx_cv_func__fabsf_use" >&6; } - - if test x$glibcxx_cv_func__fabsf_use = x"yes"; then - for ac_func in _fabsf -do : - ac_fn_c_check_func "$LINENO" "_fabsf" "ac_cv_func__fabsf" -if test "x$ac_cv_func__fabsf" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__FABSF 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fmodf declaration" >&5 $as_echo_n "checking for fmodf declaration... " >&6; } if test x${glibcxx_cv_func_fmodf_use+set} != xset; then @@ -45267,71 +36117,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _fmodf declaration" >&5 -$as_echo_n "checking for _fmodf declaration... " >&6; } - if test x${glibcxx_cv_func__fmodf_use+set} != xset; then - if ${glibcxx_cv_func__fmodf_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> -int -main () -{ - _fmodf(0, 0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__fmodf_use=yes -else - glibcxx_cv_func__fmodf_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__fmodf_use" >&5 -$as_echo "$glibcxx_cv_func__fmodf_use" >&6; } - - if test x$glibcxx_cv_func__fmodf_use = x"yes"; then - for ac_func in _fmodf -do : - ac_fn_c_check_func "$LINENO" "_fmodf" "ac_cv_func__fmodf" -if test "x$ac_cv_func__fmodf" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__FMODF 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for frexpf declaration" >&5 $as_echo_n "checking for frexpf declaration... " >&6; } if test x${glibcxx_cv_func_frexpf_use+set} != xset; then @@ -45388,71 +36177,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _frexpf declaration" >&5 -$as_echo_n "checking for _frexpf declaration... " >&6; } - if test x${glibcxx_cv_func__frexpf_use+set} != xset; then - if ${glibcxx_cv_func__frexpf_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> -int -main () -{ - _frexpf(0, 0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__frexpf_use=yes -else - glibcxx_cv_func__frexpf_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__frexpf_use" >&5 -$as_echo "$glibcxx_cv_func__frexpf_use" >&6; } - - if test x$glibcxx_cv_func__frexpf_use = x"yes"; then - for ac_func in _frexpf -do : - ac_fn_c_check_func "$LINENO" "_frexpf" "ac_cv_func__frexpf" -if test "x$ac_cv_func__frexpf" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__FREXPF 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for hypotf declaration" >&5 $as_echo_n "checking for hypotf declaration... " >&6; } if test x${glibcxx_cv_func_hypotf_use+set} != xset; then @@ -45509,68 +36237,7 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _hypotf declaration" >&5 -$as_echo_n "checking for _hypotf declaration... " >&6; } - if test x${glibcxx_cv_func__hypotf_use+set} != xset; then - if ${glibcxx_cv_func__hypotf_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> -int -main () -{ - _hypotf(0, 0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__hypotf_use=yes -else - glibcxx_cv_func__hypotf_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__hypotf_use" >&5 -$as_echo "$glibcxx_cv_func__hypotf_use" >&6; } - - if test x$glibcxx_cv_func__hypotf_use = x"yes"; then - for ac_func in _hypotf -do : - ac_fn_c_check_func "$LINENO" "_hypotf" "ac_cv_func__hypotf" -if test "x$ac_cv_func__hypotf" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__HYPOTF 1 -_ACEOF - -fi -done - - fi - fi - - @@ -45630,68 +36297,7 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _ldexpf declaration" >&5 -$as_echo_n "checking for _ldexpf declaration... " >&6; } - if test x${glibcxx_cv_func__ldexpf_use+set} != xset; then - if ${glibcxx_cv_func__ldexpf_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> -int -main () -{ - _ldexpf(0, 0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__ldexpf_use=yes -else - glibcxx_cv_func__ldexpf_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__ldexpf_use" >&5 -$as_echo "$glibcxx_cv_func__ldexpf_use" >&6; } - - if test x$glibcxx_cv_func__ldexpf_use = x"yes"; then - for ac_func in _ldexpf -do : - ac_fn_c_check_func "$LINENO" "_ldexpf" "ac_cv_func__ldexpf" -if test "x$ac_cv_func__ldexpf" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__LDEXPF 1 -_ACEOF - -fi -done - - fi - fi - - @@ -45755,75 +36361,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _logf declaration" >&5 -$as_echo_n "checking for _logf declaration... " >&6; } - if test x${glibcxx_cv_func__logf_use+set} != xset; then - if ${glibcxx_cv_func__logf_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> - #ifdef HAVE_IEEEFP_H - #include <ieeefp.h> - #endif - -int -main () -{ - _logf(0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__logf_use=yes -else - glibcxx_cv_func__logf_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__logf_use" >&5 -$as_echo "$glibcxx_cv_func__logf_use" >&6; } - - if test x$glibcxx_cv_func__logf_use = x"yes"; then - for ac_func in _logf -do : - ac_fn_c_check_func "$LINENO" "_logf" "ac_cv_func__logf" -if test "x$ac_cv_func__logf" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__LOGF 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for log10f declaration" >&5 $as_echo_n "checking for log10f declaration... " >&6; } if test x${glibcxx_cv_func_log10f_use+set} != xset; then @@ -45884,75 +36425,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _log10f declaration" >&5 -$as_echo_n "checking for _log10f declaration... " >&6; } - if test x${glibcxx_cv_func__log10f_use+set} != xset; then - if ${glibcxx_cv_func__log10f_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> - #ifdef HAVE_IEEEFP_H - #include <ieeefp.h> - #endif - -int -main () -{ - _log10f(0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__log10f_use=yes -else - glibcxx_cv_func__log10f_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__log10f_use" >&5 -$as_echo "$glibcxx_cv_func__log10f_use" >&6; } - - if test x$glibcxx_cv_func__log10f_use = x"yes"; then - for ac_func in _log10f -do : - ac_fn_c_check_func "$LINENO" "_log10f" "ac_cv_func__log10f" -if test "x$ac_cv_func__log10f" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__LOG10F 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for modff declaration" >&5 $as_echo_n "checking for modff declaration... " >&6; } if test x${glibcxx_cv_func_modff_use+set} != xset; then @@ -46009,68 +36485,7 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _modff declaration" >&5 -$as_echo_n "checking for _modff declaration... " >&6; } - if test x${glibcxx_cv_func__modff_use+set} != xset; then - if ${glibcxx_cv_func__modff_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> -int -main () -{ - _modff(0, 0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__modff_use=yes -else - glibcxx_cv_func__modff_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__modff_use" >&5 -$as_echo "$glibcxx_cv_func__modff_use" >&6; } - - if test x$glibcxx_cv_func__modff_use = x"yes"; then - for ac_func in _modff -do : - ac_fn_c_check_func "$LINENO" "_modff" "ac_cv_func__modff" -if test "x$ac_cv_func__modff" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__MODFF 1 -_ACEOF - -fi -done - - fi - fi - - @@ -46130,71 +36545,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _modf declaration" >&5 -$as_echo_n "checking for _modf declaration... " >&6; } - if test x${glibcxx_cv_func__modf_use+set} != xset; then - if ${glibcxx_cv_func__modf_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> -int -main () -{ - _modf(0, 0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__modf_use=yes -else - glibcxx_cv_func__modf_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__modf_use" >&5 -$as_echo "$glibcxx_cv_func__modf_use" >&6; } - - if test x$glibcxx_cv_func__modf_use = x"yes"; then - for ac_func in _modf -do : - ac_fn_c_check_func "$LINENO" "_modf" "ac_cv_func__modf" -if test "x$ac_cv_func__modf" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__MODF 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for powf declaration" >&5 $as_echo_n "checking for powf declaration... " >&6; } if test x${glibcxx_cv_func_powf_use+set} != xset; then @@ -46251,71 +36605,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _powf declaration" >&5 -$as_echo_n "checking for _powf declaration... " >&6; } - if test x${glibcxx_cv_func__powf_use+set} != xset; then - if ${glibcxx_cv_func__powf_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> -int -main () -{ - _powf(0, 0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__powf_use=yes -else - glibcxx_cv_func__powf_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__powf_use" >&5 -$as_echo "$glibcxx_cv_func__powf_use" >&6; } - - if test x$glibcxx_cv_func__powf_use = x"yes"; then - for ac_func in _powf -do : - ac_fn_c_check_func "$LINENO" "_powf" "ac_cv_func__powf" -if test "x$ac_cv_func__powf" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__POWF 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sqrtf declaration" >&5 $as_echo_n "checking for sqrtf declaration... " >&6; } if test x${glibcxx_cv_func_sqrtf_use+set} != xset; then @@ -46376,75 +36669,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _sqrtf declaration" >&5 -$as_echo_n "checking for _sqrtf declaration... " >&6; } - if test x${glibcxx_cv_func__sqrtf_use+set} != xset; then - if ${glibcxx_cv_func__sqrtf_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> - #ifdef HAVE_IEEEFP_H - #include <ieeefp.h> - #endif - -int -main () -{ - _sqrtf(0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__sqrtf_use=yes -else - glibcxx_cv_func__sqrtf_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__sqrtf_use" >&5 -$as_echo "$glibcxx_cv_func__sqrtf_use" >&6; } - - if test x$glibcxx_cv_func__sqrtf_use = x"yes"; then - for ac_func in _sqrtf -do : - ac_fn_c_check_func "$LINENO" "_sqrtf" "ac_cv_func__sqrtf" -if test "x$ac_cv_func__sqrtf" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__SQRTF 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sincosf declaration" >&5 $as_echo_n "checking for sincosf declaration... " >&6; } if test x${glibcxx_cv_func_sincosf_use+set} != xset; then @@ -46501,71 +36729,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _sincosf declaration" >&5 -$as_echo_n "checking for _sincosf declaration... " >&6; } - if test x${glibcxx_cv_func__sincosf_use+set} != xset; then - if ${glibcxx_cv_func__sincosf_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> -int -main () -{ - _sincosf(0, 0, 0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__sincosf_use=yes -else - glibcxx_cv_func__sincosf_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__sincosf_use" >&5 -$as_echo "$glibcxx_cv_func__sincosf_use" >&6; } - - if test x$glibcxx_cv_func__sincosf_use = x"yes"; then - for ac_func in _sincosf -do : - ac_fn_c_check_func "$LINENO" "_sincosf" "ac_cv_func__sincosf" -if test "x$ac_cv_func__sincosf" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__SINCOSF 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for finitef declaration" >&5 $as_echo_n "checking for finitef declaration... " >&6; } if test x${glibcxx_cv_func_finitef_use+set} != xset; then @@ -46626,75 +36793,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _finitef declaration" >&5 -$as_echo_n "checking for _finitef declaration... " >&6; } - if test x${glibcxx_cv_func__finitef_use+set} != xset; then - if ${glibcxx_cv_func__finitef_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> - #ifdef HAVE_IEEEFP_H - #include <ieeefp.h> - #endif - -int -main () -{ - _finitef(0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__finitef_use=yes -else - glibcxx_cv_func__finitef_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__finitef_use" >&5 -$as_echo "$glibcxx_cv_func__finitef_use" >&6; } - - if test x$glibcxx_cv_func__finitef_use = x"yes"; then - for ac_func in _finitef -do : - ac_fn_c_check_func "$LINENO" "_finitef" "ac_cv_func__finitef" -if test "x$ac_cv_func__finitef" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__FINITEF 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for long double trig functions" >&5 $as_echo_n "checking for long double trig functions... " >&6; } if ${glibcxx_cv_func_long_double_trig_use+:} false; then : @@ -46748,67 +36850,10 @@ _ACEOF fi done - else - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _long double trig functions" >&5 -$as_echo_n "checking for _long double trig functions... " >&6; } - if ${glibcxx_cv_func__long_double_trig_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> -int -main () -{ -_acosl (0); _asinl (0); _atanl (0); _cosl (0); _sinl (0); _tanl (0); _coshl (0); _sinhl (0); _tanhl (0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__long_double_trig_use=yes -else - glibcxx_cv_func__long_double_trig_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - -fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__long_double_trig_use" >&5 -$as_echo "$glibcxx_cv_func__long_double_trig_use" >&6; } - if test x$glibcxx_cv_func__long_double_trig_use = x"yes"; then - for ac_func in _acosl _asinl _atanl _cosl _sinl _tanl _coshl _sinhl _tanhl -do : - as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` -ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" -if eval test \"x\$"$as_ac_var"\" = x"yes"; then : - cat >>confdefs.h <<_ACEOF -#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for long double round functions" >&5 $as_echo_n "checking for long double round functions... " >&6; } if ${glibcxx_cv_func_long_double_round_use+:} false; then : @@ -46862,68 +36907,11 @@ _ACEOF fi done - else - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _long double round functions" >&5 -$as_echo_n "checking for _long double round functions... " >&6; } - if ${glibcxx_cv_func__long_double_round_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> -int -main () -{ -_ceill (0); _floorl (0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__long_double_round_use=yes -else - glibcxx_cv_func__long_double_round_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - -fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__long_double_round_use" >&5 -$as_echo "$glibcxx_cv_func__long_double_round_use" >&6; } - if test x$glibcxx_cv_func__long_double_round_use = x"yes"; then - for ac_func in _ceill _floorl -do : - as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` -ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" -if eval test \"x\$"$as_ac_var"\" = x"yes"; then : - cat >>confdefs.h <<_ACEOF -#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isnanl declaration" >&5 $as_echo_n "checking for isnanl declaration... " >&6; } if test x${glibcxx_cv_func_isnanl_use+set} != xset; then @@ -46984,75 +36972,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _isnanl declaration" >&5 -$as_echo_n "checking for _isnanl declaration... " >&6; } - if test x${glibcxx_cv_func__isnanl_use+set} != xset; then - if ${glibcxx_cv_func__isnanl_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> - #ifdef HAVE_IEEEFP_H - #include <ieeefp.h> - #endif - -int -main () -{ - _isnanl(0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__isnanl_use=yes -else - glibcxx_cv_func__isnanl_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__isnanl_use" >&5 -$as_echo "$glibcxx_cv_func__isnanl_use" >&6; } - - if test x$glibcxx_cv_func__isnanl_use = x"yes"; then - for ac_func in _isnanl -do : - ac_fn_c_check_func "$LINENO" "_isnanl" "ac_cv_func__isnanl" -if test "x$ac_cv_func__isnanl" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__ISNANL 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isinfl declaration" >&5 $as_echo_n "checking for isinfl declaration... " >&6; } if test x${glibcxx_cv_func_isinfl_use+set} != xset; then @@ -47113,75 +37036,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _isinfl declaration" >&5 -$as_echo_n "checking for _isinfl declaration... " >&6; } - if test x${glibcxx_cv_func__isinfl_use+set} != xset; then - if ${glibcxx_cv_func__isinfl_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> - #ifdef HAVE_IEEEFP_H - #include <ieeefp.h> - #endif - -int -main () -{ - _isinfl(0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__isinfl_use=yes -else - glibcxx_cv_func__isinfl_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__isinfl_use" >&5 -$as_echo "$glibcxx_cv_func__isinfl_use" >&6; } - - if test x$glibcxx_cv_func__isinfl_use = x"yes"; then - for ac_func in _isinfl -do : - ac_fn_c_check_func "$LINENO" "_isinfl" "ac_cv_func__isinfl" -if test "x$ac_cv_func__isinfl" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__ISINFL 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for atan2l declaration" >&5 $as_echo_n "checking for atan2l declaration... " >&6; } if test x${glibcxx_cv_func_atan2l_use+set} != xset; then @@ -47238,71 +37096,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _atan2l declaration" >&5 -$as_echo_n "checking for _atan2l declaration... " >&6; } - if test x${glibcxx_cv_func__atan2l_use+set} != xset; then - if ${glibcxx_cv_func__atan2l_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> -int -main () -{ - _atan2l(0, 0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__atan2l_use=yes -else - glibcxx_cv_func__atan2l_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__atan2l_use" >&5 -$as_echo "$glibcxx_cv_func__atan2l_use" >&6; } - - if test x$glibcxx_cv_func__atan2l_use = x"yes"; then - for ac_func in _atan2l -do : - ac_fn_c_check_func "$LINENO" "_atan2l" "ac_cv_func__atan2l" -if test "x$ac_cv_func__atan2l" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__ATAN2L 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for expl declaration" >&5 $as_echo_n "checking for expl declaration... " >&6; } if test x${glibcxx_cv_func_expl_use+set} != xset; then @@ -47363,75 +37160,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _expl declaration" >&5 -$as_echo_n "checking for _expl declaration... " >&6; } - if test x${glibcxx_cv_func__expl_use+set} != xset; then - if ${glibcxx_cv_func__expl_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> - #ifdef HAVE_IEEEFP_H - #include <ieeefp.h> - #endif - -int -main () -{ - _expl(0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__expl_use=yes -else - glibcxx_cv_func__expl_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__expl_use" >&5 -$as_echo "$glibcxx_cv_func__expl_use" >&6; } - - if test x$glibcxx_cv_func__expl_use = x"yes"; then - for ac_func in _expl -do : - ac_fn_c_check_func "$LINENO" "_expl" "ac_cv_func__expl" -if test "x$ac_cv_func__expl" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__EXPL 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fabsl declaration" >&5 $as_echo_n "checking for fabsl declaration... " >&6; } if test x${glibcxx_cv_func_fabsl_use+set} != xset; then @@ -47492,75 +37224,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _fabsl declaration" >&5 -$as_echo_n "checking for _fabsl declaration... " >&6; } - if test x${glibcxx_cv_func__fabsl_use+set} != xset; then - if ${glibcxx_cv_func__fabsl_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> - #ifdef HAVE_IEEEFP_H - #include <ieeefp.h> - #endif - -int -main () -{ - _fabsl(0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__fabsl_use=yes -else - glibcxx_cv_func__fabsl_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__fabsl_use" >&5 -$as_echo "$glibcxx_cv_func__fabsl_use" >&6; } - - if test x$glibcxx_cv_func__fabsl_use = x"yes"; then - for ac_func in _fabsl -do : - ac_fn_c_check_func "$LINENO" "_fabsl" "ac_cv_func__fabsl" -if test "x$ac_cv_func__fabsl" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__FABSL 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fmodl declaration" >&5 $as_echo_n "checking for fmodl declaration... " >&6; } if test x${glibcxx_cv_func_fmodl_use+set} != xset; then @@ -47617,68 +37284,7 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _fmodl declaration" >&5 -$as_echo_n "checking for _fmodl declaration... " >&6; } - if test x${glibcxx_cv_func__fmodl_use+set} != xset; then - if ${glibcxx_cv_func__fmodl_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> -int -main () -{ - _fmodl(0, 0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__fmodl_use=yes -else - glibcxx_cv_func__fmodl_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__fmodl_use" >&5 -$as_echo "$glibcxx_cv_func__fmodl_use" >&6; } - - if test x$glibcxx_cv_func__fmodl_use = x"yes"; then - for ac_func in _fmodl -do : - ac_fn_c_check_func "$LINENO" "_fmodl" "ac_cv_func__fmodl" -if test "x$ac_cv_func__fmodl" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__FMODL 1 -_ACEOF - -fi -done - - fi - fi - - @@ -47738,71 +37344,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _frexpl declaration" >&5 -$as_echo_n "checking for _frexpl declaration... " >&6; } - if test x${glibcxx_cv_func__frexpl_use+set} != xset; then - if ${glibcxx_cv_func__frexpl_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> -int -main () -{ - _frexpl(0, 0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__frexpl_use=yes -else - glibcxx_cv_func__frexpl_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__frexpl_use" >&5 -$as_echo "$glibcxx_cv_func__frexpl_use" >&6; } - - if test x$glibcxx_cv_func__frexpl_use = x"yes"; then - for ac_func in _frexpl -do : - ac_fn_c_check_func "$LINENO" "_frexpl" "ac_cv_func__frexpl" -if test "x$ac_cv_func__frexpl" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__FREXPL 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for hypotl declaration" >&5 $as_echo_n "checking for hypotl declaration... " >&6; } if test x${glibcxx_cv_func_hypotl_use+set} != xset; then @@ -47859,71 +37404,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _hypotl declaration" >&5 -$as_echo_n "checking for _hypotl declaration... " >&6; } - if test x${glibcxx_cv_func__hypotl_use+set} != xset; then - if ${glibcxx_cv_func__hypotl_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> -int -main () -{ - _hypotl(0, 0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__hypotl_use=yes -else - glibcxx_cv_func__hypotl_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__hypotl_use" >&5 -$as_echo "$glibcxx_cv_func__hypotl_use" >&6; } - - if test x$glibcxx_cv_func__hypotl_use = x"yes"; then - for ac_func in _hypotl -do : - ac_fn_c_check_func "$LINENO" "_hypotl" "ac_cv_func__hypotl" -if test "x$ac_cv_func__hypotl" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__HYPOTL 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ldexpl declaration" >&5 $as_echo_n "checking for ldexpl declaration... " >&6; } if test x${glibcxx_cv_func_ldexpl_use+set} != xset; then @@ -47980,71 +37464,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _ldexpl declaration" >&5 -$as_echo_n "checking for _ldexpl declaration... " >&6; } - if test x${glibcxx_cv_func__ldexpl_use+set} != xset; then - if ${glibcxx_cv_func__ldexpl_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> -int -main () -{ - _ldexpl(0, 0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__ldexpl_use=yes -else - glibcxx_cv_func__ldexpl_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__ldexpl_use" >&5 -$as_echo "$glibcxx_cv_func__ldexpl_use" >&6; } - - if test x$glibcxx_cv_func__ldexpl_use = x"yes"; then - for ac_func in _ldexpl -do : - ac_fn_c_check_func "$LINENO" "_ldexpl" "ac_cv_func__ldexpl" -if test "x$ac_cv_func__ldexpl" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__LDEXPL 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for logl declaration" >&5 $as_echo_n "checking for logl declaration... " >&6; } if test x${glibcxx_cv_func_logl_use+set} != xset; then @@ -48105,75 +37528,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _logl declaration" >&5 -$as_echo_n "checking for _logl declaration... " >&6; } - if test x${glibcxx_cv_func__logl_use+set} != xset; then - if ${glibcxx_cv_func__logl_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> - #ifdef HAVE_IEEEFP_H - #include <ieeefp.h> - #endif - -int -main () -{ - _logl(0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__logl_use=yes -else - glibcxx_cv_func__logl_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__logl_use" >&5 -$as_echo "$glibcxx_cv_func__logl_use" >&6; } - - if test x$glibcxx_cv_func__logl_use = x"yes"; then - for ac_func in _logl -do : - ac_fn_c_check_func "$LINENO" "_logl" "ac_cv_func__logl" -if test "x$ac_cv_func__logl" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__LOGL 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for log10l declaration" >&5 $as_echo_n "checking for log10l declaration... " >&6; } if test x${glibcxx_cv_func_log10l_use+set} != xset; then @@ -48234,75 +37592,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _log10l declaration" >&5 -$as_echo_n "checking for _log10l declaration... " >&6; } - if test x${glibcxx_cv_func__log10l_use+set} != xset; then - if ${glibcxx_cv_func__log10l_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> - #ifdef HAVE_IEEEFP_H - #include <ieeefp.h> - #endif - -int -main () -{ - _log10l(0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__log10l_use=yes -else - glibcxx_cv_func__log10l_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__log10l_use" >&5 -$as_echo "$glibcxx_cv_func__log10l_use" >&6; } - - if test x$glibcxx_cv_func__log10l_use = x"yes"; then - for ac_func in _log10l -do : - ac_fn_c_check_func "$LINENO" "_log10l" "ac_cv_func__log10l" -if test "x$ac_cv_func__log10l" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__LOG10L 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for modfl declaration" >&5 $as_echo_n "checking for modfl declaration... " >&6; } if test x${glibcxx_cv_func_modfl_use+set} != xset; then @@ -48359,68 +37652,7 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _modfl declaration" >&5 -$as_echo_n "checking for _modfl declaration... " >&6; } - if test x${glibcxx_cv_func__modfl_use+set} != xset; then - if ${glibcxx_cv_func__modfl_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> -int -main () -{ - _modfl(0, 0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__modfl_use=yes -else - glibcxx_cv_func__modfl_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__modfl_use" >&5 -$as_echo "$glibcxx_cv_func__modfl_use" >&6; } - - if test x$glibcxx_cv_func__modfl_use = x"yes"; then - for ac_func in _modfl -do : - ac_fn_c_check_func "$LINENO" "_modfl" "ac_cv_func__modfl" -if test "x$ac_cv_func__modfl" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__MODFL 1 -_ACEOF - -fi -done - - fi - fi - - @@ -48480,71 +37712,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _powl declaration" >&5 -$as_echo_n "checking for _powl declaration... " >&6; } - if test x${glibcxx_cv_func__powl_use+set} != xset; then - if ${glibcxx_cv_func__powl_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> -int -main () -{ - _powl(0, 0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__powl_use=yes -else - glibcxx_cv_func__powl_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__powl_use" >&5 -$as_echo "$glibcxx_cv_func__powl_use" >&6; } - - if test x$glibcxx_cv_func__powl_use = x"yes"; then - for ac_func in _powl -do : - ac_fn_c_check_func "$LINENO" "_powl" "ac_cv_func__powl" -if test "x$ac_cv_func__powl" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__POWL 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sqrtl declaration" >&5 $as_echo_n "checking for sqrtl declaration... " >&6; } if test x${glibcxx_cv_func_sqrtl_use+set} != xset; then @@ -48605,75 +37776,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _sqrtl declaration" >&5 -$as_echo_n "checking for _sqrtl declaration... " >&6; } - if test x${glibcxx_cv_func__sqrtl_use+set} != xset; then - if ${glibcxx_cv_func__sqrtl_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> - #ifdef HAVE_IEEEFP_H - #include <ieeefp.h> - #endif - -int -main () -{ - _sqrtl(0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__sqrtl_use=yes -else - glibcxx_cv_func__sqrtl_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__sqrtl_use" >&5 -$as_echo "$glibcxx_cv_func__sqrtl_use" >&6; } - - if test x$glibcxx_cv_func__sqrtl_use = x"yes"; then - for ac_func in _sqrtl -do : - ac_fn_c_check_func "$LINENO" "_sqrtl" "ac_cv_func__sqrtl" -if test "x$ac_cv_func__sqrtl" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__SQRTL 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sincosl declaration" >&5 $as_echo_n "checking for sincosl declaration... " >&6; } if test x${glibcxx_cv_func_sincosl_use+set} != xset; then @@ -48730,71 +37836,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _sincosl declaration" >&5 -$as_echo_n "checking for _sincosl declaration... " >&6; } - if test x${glibcxx_cv_func__sincosl_use+set} != xset; then - if ${glibcxx_cv_func__sincosl_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> -int -main () -{ - _sincosl(0, 0, 0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__sincosl_use=yes -else - glibcxx_cv_func__sincosl_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__sincosl_use" >&5 -$as_echo "$glibcxx_cv_func__sincosl_use" >&6; } - - if test x$glibcxx_cv_func__sincosl_use = x"yes"; then - for ac_func in _sincosl -do : - ac_fn_c_check_func "$LINENO" "_sincosl" "ac_cv_func__sincosl" -if test "x$ac_cv_func__sincosl" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__SINCOSL 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for finitel declaration" >&5 $as_echo_n "checking for finitel declaration... " >&6; } if test x${glibcxx_cv_func_finitel_use+set} != xset; then @@ -48855,74 +37900,9 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _finitel declaration" >&5 -$as_echo_n "checking for _finitel declaration... " >&6; } - if test x${glibcxx_cv_func__finitel_use+set} != xset; then - if ${glibcxx_cv_func__finitel_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> - #ifdef HAVE_IEEEFP_H - #include <ieeefp.h> - #endif - -int -main () -{ - _finitel(0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__finitel_use=yes -else - glibcxx_cv_func__finitel_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__finitel_use" >&5 -$as_echo "$glibcxx_cv_func__finitel_use" >&6; } - - if test x$glibcxx_cv_func__finitel_use = x"yes"; then - for ac_func in _finitel -do : - ac_fn_c_check_func "$LINENO" "_finitel" "ac_cv_func__finitel" -if test "x$ac_cv_func__finitel" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__FINITEL 1 -_ACEOF - -fi -done - - fi fi - - LIBS="$ac_save_LIBS" CXXFLAGS="$ac_save_CXXFLAGS" @@ -49106,8 +38086,6 @@ done fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for strtof declaration" >&5 $as_echo_n "checking for strtof declaration... " >&6; } if test x${glibcxx_cv_func_strtof_use+set} != xset; then @@ -49166,8 +38144,6 @@ done fi - - CXXFLAGS="$ac_save_CXXFLAGS" @@ -50218,75 +39194,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _isinf declaration" >&5 -$as_echo_n "checking for _isinf declaration... " >&6; } - if test x${glibcxx_cv_func__isinf_use+set} != xset; then - if ${glibcxx_cv_func__isinf_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> - #ifdef HAVE_IEEEFP_H - #include <ieeefp.h> - #endif - -int -main () -{ - _isinf(0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__isinf_use=yes -else - glibcxx_cv_func__isinf_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__isinf_use" >&5 -$as_echo "$glibcxx_cv_func__isinf_use" >&6; } - - if test x$glibcxx_cv_func__isinf_use = x"yes"; then - for ac_func in _isinf -do : - ac_fn_c_check_func "$LINENO" "_isinf" "ac_cv_func__isinf" -if test "x$ac_cv_func__isinf" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__ISINF 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isnan declaration" >&5 $as_echo_n "checking for isnan declaration... " >&6; } if test x${glibcxx_cv_func_isnan_use+set} != xset; then @@ -50347,75 +39258,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _isnan declaration" >&5 -$as_echo_n "checking for _isnan declaration... " >&6; } - if test x${glibcxx_cv_func__isnan_use+set} != xset; then - if ${glibcxx_cv_func__isnan_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> - #ifdef HAVE_IEEEFP_H - #include <ieeefp.h> - #endif - -int -main () -{ - _isnan(0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__isnan_use=yes -else - glibcxx_cv_func__isnan_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__isnan_use" >&5 -$as_echo "$glibcxx_cv_func__isnan_use" >&6; } - - if test x$glibcxx_cv_func__isnan_use = x"yes"; then - for ac_func in _isnan -do : - ac_fn_c_check_func "$LINENO" "_isnan" "ac_cv_func__isnan" -if test "x$ac_cv_func__isnan" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__ISNAN 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for finite declaration" >&5 $as_echo_n "checking for finite declaration... " >&6; } if test x${glibcxx_cv_func_finite_use+set} != xset; then @@ -50476,72 +39322,7 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _finite declaration" >&5 -$as_echo_n "checking for _finite declaration... " >&6; } - if test x${glibcxx_cv_func__finite_use+set} != xset; then - if ${glibcxx_cv_func__finite_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> - #ifdef HAVE_IEEEFP_H - #include <ieeefp.h> - #endif - -int -main () -{ - _finite(0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__finite_use=yes -else - glibcxx_cv_func__finite_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__finite_use" >&5 -$as_echo "$glibcxx_cv_func__finite_use" >&6; } - - if test x$glibcxx_cv_func__finite_use = x"yes"; then - for ac_func in _finite -do : - ac_fn_c_check_func "$LINENO" "_finite" "ac_cv_func__finite" -if test "x$ac_cv_func__finite" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__FINITE 1 -_ACEOF - -fi -done - - fi - fi - - @@ -50601,71 +39382,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _sincos declaration" >&5 -$as_echo_n "checking for _sincos declaration... " >&6; } - if test x${glibcxx_cv_func__sincos_use+set} != xset; then - if ${glibcxx_cv_func__sincos_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> -int -main () -{ - _sincos(0, 0, 0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__sincos_use=yes -else - glibcxx_cv_func__sincos_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__sincos_use" >&5 -$as_echo "$glibcxx_cv_func__sincos_use" >&6; } - - if test x$glibcxx_cv_func__sincos_use = x"yes"; then - for ac_func in _sincos -do : - ac_fn_c_check_func "$LINENO" "_sincos" "ac_cv_func__sincos" -if test "x$ac_cv_func__sincos" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__SINCOS 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fpclass declaration" >&5 $as_echo_n "checking for fpclass declaration... " >&6; } if test x${glibcxx_cv_func_fpclass_use+set} != xset; then @@ -50726,75 +39446,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _fpclass declaration" >&5 -$as_echo_n "checking for _fpclass declaration... " >&6; } - if test x${glibcxx_cv_func__fpclass_use+set} != xset; then - if ${glibcxx_cv_func__fpclass_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> - #ifdef HAVE_IEEEFP_H - #include <ieeefp.h> - #endif - -int -main () -{ - _fpclass(0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__fpclass_use=yes -else - glibcxx_cv_func__fpclass_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__fpclass_use" >&5 -$as_echo "$glibcxx_cv_func__fpclass_use" >&6; } - - if test x$glibcxx_cv_func__fpclass_use = x"yes"; then - for ac_func in _fpclass -do : - ac_fn_c_check_func "$LINENO" "_fpclass" "ac_cv_func__fpclass" -if test "x$ac_cv_func__fpclass" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__FPCLASS 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for qfpclass declaration" >&5 $as_echo_n "checking for qfpclass declaration... " >&6; } if test x${glibcxx_cv_func_qfpclass_use+set} != xset; then @@ -50855,75 +39510,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _qfpclass declaration" >&5 -$as_echo_n "checking for _qfpclass declaration... " >&6; } - if test x${glibcxx_cv_func__qfpclass_use+set} != xset; then - if ${glibcxx_cv_func__qfpclass_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> - #ifdef HAVE_IEEEFP_H - #include <ieeefp.h> - #endif - -int -main () -{ - _qfpclass(0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__qfpclass_use=yes -else - glibcxx_cv_func__qfpclass_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__qfpclass_use" >&5 -$as_echo "$glibcxx_cv_func__qfpclass_use" >&6; } - - if test x$glibcxx_cv_func__qfpclass_use = x"yes"; then - for ac_func in _qfpclass -do : - ac_fn_c_check_func "$LINENO" "_qfpclass" "ac_cv_func__qfpclass" -if test "x$ac_cv_func__qfpclass" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__QFPCLASS 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for hypot declaration" >&5 $as_echo_n "checking for hypot declaration... " >&6; } if test x${glibcxx_cv_func_hypot_use+set} != xset; then @@ -50980,68 +39570,7 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _hypot declaration" >&5 -$as_echo_n "checking for _hypot declaration... " >&6; } - if test x${glibcxx_cv_func__hypot_use+set} != xset; then - if ${glibcxx_cv_func__hypot_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> -int -main () -{ - _hypot(0, 0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__hypot_use=yes -else - glibcxx_cv_func__hypot_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__hypot_use" >&5 -$as_echo "$glibcxx_cv_func__hypot_use" >&6; } - - if test x$glibcxx_cv_func__hypot_use = x"yes"; then - for ac_func in _hypot -do : - ac_fn_c_check_func "$LINENO" "_hypot" "ac_cv_func__hypot" -if test "x$ac_cv_func__hypot" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__HYPOT 1 -_ACEOF - -fi -done - - fi - fi - - @@ -51098,67 +39627,10 @@ _ACEOF fi done - else - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _float trig functions" >&5 -$as_echo_n "checking for _float trig functions... " >&6; } - if ${glibcxx_cv_func__float_trig_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> -int -main () -{ -_acosf (0); _asinf (0); _atanf (0); _cosf (0); _sinf (0); _tanf (0); _coshf (0); _sinhf (0); _tanhf (0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__float_trig_use=yes -else - glibcxx_cv_func__float_trig_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - -fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__float_trig_use" >&5 -$as_echo "$glibcxx_cv_func__float_trig_use" >&6; } - if test x$glibcxx_cv_func__float_trig_use = x"yes"; then - for ac_func in _acosf _asinf _atanf _cosf _sinf _tanf _coshf _sinhf _tanhf -do : - as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` -ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" -if eval test \"x\$"$as_ac_var"\" = x"yes"; then : - cat >>confdefs.h <<_ACEOF -#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for float round functions" >&5 $as_echo_n "checking for float round functions... " >&6; } if ${glibcxx_cv_func_float_round_use+:} false; then : @@ -51212,68 +39684,11 @@ _ACEOF fi done - else - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _float round functions" >&5 -$as_echo_n "checking for _float round functions... " >&6; } - if ${glibcxx_cv_func__float_round_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> -int -main () -{ -_ceilf (0); _floorf (0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__float_round_use=yes -else - glibcxx_cv_func__float_round_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - -fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__float_round_use" >&5 -$as_echo "$glibcxx_cv_func__float_round_use" >&6; } - if test x$glibcxx_cv_func__float_round_use = x"yes"; then - for ac_func in _ceilf _floorf -do : - as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` -ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" -if eval test \"x\$"$as_ac_var"\" = x"yes"; then : - cat >>confdefs.h <<_ACEOF -#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for expf declaration" >&5 $as_echo_n "checking for expf declaration... " >&6; } if test x${glibcxx_cv_func_expf_use+set} != xset; then @@ -51334,75 +39749,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _expf declaration" >&5 -$as_echo_n "checking for _expf declaration... " >&6; } - if test x${glibcxx_cv_func__expf_use+set} != xset; then - if ${glibcxx_cv_func__expf_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> - #ifdef HAVE_IEEEFP_H - #include <ieeefp.h> - #endif - -int -main () -{ - _expf(0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__expf_use=yes -else - glibcxx_cv_func__expf_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__expf_use" >&5 -$as_echo "$glibcxx_cv_func__expf_use" >&6; } - - if test x$glibcxx_cv_func__expf_use = x"yes"; then - for ac_func in _expf -do : - ac_fn_c_check_func "$LINENO" "_expf" "ac_cv_func__expf" -if test "x$ac_cv_func__expf" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__EXPF 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isnanf declaration" >&5 $as_echo_n "checking for isnanf declaration... " >&6; } if test x${glibcxx_cv_func_isnanf_use+set} != xset; then @@ -51463,75 +39813,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _isnanf declaration" >&5 -$as_echo_n "checking for _isnanf declaration... " >&6; } - if test x${glibcxx_cv_func__isnanf_use+set} != xset; then - if ${glibcxx_cv_func__isnanf_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> - #ifdef HAVE_IEEEFP_H - #include <ieeefp.h> - #endif - -int -main () -{ - _isnanf(0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__isnanf_use=yes -else - glibcxx_cv_func__isnanf_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__isnanf_use" >&5 -$as_echo "$glibcxx_cv_func__isnanf_use" >&6; } - - if test x$glibcxx_cv_func__isnanf_use = x"yes"; then - for ac_func in _isnanf -do : - ac_fn_c_check_func "$LINENO" "_isnanf" "ac_cv_func__isnanf" -if test "x$ac_cv_func__isnanf" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__ISNANF 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isinff declaration" >&5 $as_echo_n "checking for isinff declaration... " >&6; } if test x${glibcxx_cv_func_isinff_use+set} != xset; then @@ -51592,75 +39877,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _isinff declaration" >&5 -$as_echo_n "checking for _isinff declaration... " >&6; } - if test x${glibcxx_cv_func__isinff_use+set} != xset; then - if ${glibcxx_cv_func__isinff_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> - #ifdef HAVE_IEEEFP_H - #include <ieeefp.h> - #endif - -int -main () -{ - _isinff(0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__isinff_use=yes -else - glibcxx_cv_func__isinff_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__isinff_use" >&5 -$as_echo "$glibcxx_cv_func__isinff_use" >&6; } - - if test x$glibcxx_cv_func__isinff_use = x"yes"; then - for ac_func in _isinff -do : - ac_fn_c_check_func "$LINENO" "_isinff" "ac_cv_func__isinff" -if test "x$ac_cv_func__isinff" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__ISINFF 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for atan2f declaration" >&5 $as_echo_n "checking for atan2f declaration... " >&6; } if test x${glibcxx_cv_func_atan2f_use+set} != xset; then @@ -51717,71 +39937,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _atan2f declaration" >&5 -$as_echo_n "checking for _atan2f declaration... " >&6; } - if test x${glibcxx_cv_func__atan2f_use+set} != xset; then - if ${glibcxx_cv_func__atan2f_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> -int -main () -{ - _atan2f(0, 0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__atan2f_use=yes -else - glibcxx_cv_func__atan2f_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__atan2f_use" >&5 -$as_echo "$glibcxx_cv_func__atan2f_use" >&6; } - - if test x$glibcxx_cv_func__atan2f_use = x"yes"; then - for ac_func in _atan2f -do : - ac_fn_c_check_func "$LINENO" "_atan2f" "ac_cv_func__atan2f" -if test "x$ac_cv_func__atan2f" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__ATAN2F 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fabsf declaration" >&5 $as_echo_n "checking for fabsf declaration... " >&6; } if test x${glibcxx_cv_func_fabsf_use+set} != xset; then @@ -51842,75 +40001,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _fabsf declaration" >&5 -$as_echo_n "checking for _fabsf declaration... " >&6; } - if test x${glibcxx_cv_func__fabsf_use+set} != xset; then - if ${glibcxx_cv_func__fabsf_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> - #ifdef HAVE_IEEEFP_H - #include <ieeefp.h> - #endif - -int -main () -{ - _fabsf(0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__fabsf_use=yes -else - glibcxx_cv_func__fabsf_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__fabsf_use" >&5 -$as_echo "$glibcxx_cv_func__fabsf_use" >&6; } - - if test x$glibcxx_cv_func__fabsf_use = x"yes"; then - for ac_func in _fabsf -do : - ac_fn_c_check_func "$LINENO" "_fabsf" "ac_cv_func__fabsf" -if test "x$ac_cv_func__fabsf" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__FABSF 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fmodf declaration" >&5 $as_echo_n "checking for fmodf declaration... " >&6; } if test x${glibcxx_cv_func_fmodf_use+set} != xset; then @@ -51967,68 +40061,7 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _fmodf declaration" >&5 -$as_echo_n "checking for _fmodf declaration... " >&6; } - if test x${glibcxx_cv_func__fmodf_use+set} != xset; then - if ${glibcxx_cv_func__fmodf_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> -int -main () -{ - _fmodf(0, 0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__fmodf_use=yes -else - glibcxx_cv_func__fmodf_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__fmodf_use" >&5 -$as_echo "$glibcxx_cv_func__fmodf_use" >&6; } - - if test x$glibcxx_cv_func__fmodf_use = x"yes"; then - for ac_func in _fmodf -do : - ac_fn_c_check_func "$LINENO" "_fmodf" "ac_cv_func__fmodf" -if test "x$ac_cv_func__fmodf" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__FMODF 1 -_ACEOF - -fi -done - - fi - fi - - @@ -52088,71 +40121,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _frexpf declaration" >&5 -$as_echo_n "checking for _frexpf declaration... " >&6; } - if test x${glibcxx_cv_func__frexpf_use+set} != xset; then - if ${glibcxx_cv_func__frexpf_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> -int -main () -{ - _frexpf(0, 0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__frexpf_use=yes -else - glibcxx_cv_func__frexpf_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__frexpf_use" >&5 -$as_echo "$glibcxx_cv_func__frexpf_use" >&6; } - - if test x$glibcxx_cv_func__frexpf_use = x"yes"; then - for ac_func in _frexpf -do : - ac_fn_c_check_func "$LINENO" "_frexpf" "ac_cv_func__frexpf" -if test "x$ac_cv_func__frexpf" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__FREXPF 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for hypotf declaration" >&5 $as_echo_n "checking for hypotf declaration... " >&6; } if test x${glibcxx_cv_func_hypotf_use+set} != xset; then @@ -52209,71 +40181,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _hypotf declaration" >&5 -$as_echo_n "checking for _hypotf declaration... " >&6; } - if test x${glibcxx_cv_func__hypotf_use+set} != xset; then - if ${glibcxx_cv_func__hypotf_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> -int -main () -{ - _hypotf(0, 0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__hypotf_use=yes -else - glibcxx_cv_func__hypotf_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__hypotf_use" >&5 -$as_echo "$glibcxx_cv_func__hypotf_use" >&6; } - - if test x$glibcxx_cv_func__hypotf_use = x"yes"; then - for ac_func in _hypotf -do : - ac_fn_c_check_func "$LINENO" "_hypotf" "ac_cv_func__hypotf" -if test "x$ac_cv_func__hypotf" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__HYPOTF 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ldexpf declaration" >&5 $as_echo_n "checking for ldexpf declaration... " >&6; } if test x${glibcxx_cv_func_ldexpf_use+set} != xset; then @@ -52330,71 +40241,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _ldexpf declaration" >&5 -$as_echo_n "checking for _ldexpf declaration... " >&6; } - if test x${glibcxx_cv_func__ldexpf_use+set} != xset; then - if ${glibcxx_cv_func__ldexpf_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> -int -main () -{ - _ldexpf(0, 0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__ldexpf_use=yes -else - glibcxx_cv_func__ldexpf_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__ldexpf_use" >&5 -$as_echo "$glibcxx_cv_func__ldexpf_use" >&6; } - - if test x$glibcxx_cv_func__ldexpf_use = x"yes"; then - for ac_func in _ldexpf -do : - ac_fn_c_check_func "$LINENO" "_ldexpf" "ac_cv_func__ldexpf" -if test "x$ac_cv_func__ldexpf" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__LDEXPF 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for logf declaration" >&5 $as_echo_n "checking for logf declaration... " >&6; } if test x${glibcxx_cv_func_logf_use+set} != xset; then @@ -52455,75 +40305,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _logf declaration" >&5 -$as_echo_n "checking for _logf declaration... " >&6; } - if test x${glibcxx_cv_func__logf_use+set} != xset; then - if ${glibcxx_cv_func__logf_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> - #ifdef HAVE_IEEEFP_H - #include <ieeefp.h> - #endif - -int -main () -{ - _logf(0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__logf_use=yes -else - glibcxx_cv_func__logf_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__logf_use" >&5 -$as_echo "$glibcxx_cv_func__logf_use" >&6; } - - if test x$glibcxx_cv_func__logf_use = x"yes"; then - for ac_func in _logf -do : - ac_fn_c_check_func "$LINENO" "_logf" "ac_cv_func__logf" -if test "x$ac_cv_func__logf" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__LOGF 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for log10f declaration" >&5 $as_echo_n "checking for log10f declaration... " >&6; } if test x${glibcxx_cv_func_log10f_use+set} != xset; then @@ -52584,72 +40369,7 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _log10f declaration" >&5 -$as_echo_n "checking for _log10f declaration... " >&6; } - if test x${glibcxx_cv_func__log10f_use+set} != xset; then - if ${glibcxx_cv_func__log10f_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> - #ifdef HAVE_IEEEFP_H - #include <ieeefp.h> - #endif - -int -main () -{ - _log10f(0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__log10f_use=yes -else - glibcxx_cv_func__log10f_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__log10f_use" >&5 -$as_echo "$glibcxx_cv_func__log10f_use" >&6; } - - if test x$glibcxx_cv_func__log10f_use = x"yes"; then - for ac_func in _log10f -do : - ac_fn_c_check_func "$LINENO" "_log10f" "ac_cv_func__log10f" -if test "x$ac_cv_func__log10f" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__LOG10F 1 -_ACEOF - -fi -done - - fi - fi - - @@ -52709,71 +40429,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _modff declaration" >&5 -$as_echo_n "checking for _modff declaration... " >&6; } - if test x${glibcxx_cv_func__modff_use+set} != xset; then - if ${glibcxx_cv_func__modff_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> -int -main () -{ - _modff(0, 0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__modff_use=yes -else - glibcxx_cv_func__modff_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__modff_use" >&5 -$as_echo "$glibcxx_cv_func__modff_use" >&6; } - - if test x$glibcxx_cv_func__modff_use = x"yes"; then - for ac_func in _modff -do : - ac_fn_c_check_func "$LINENO" "_modff" "ac_cv_func__modff" -if test "x$ac_cv_func__modff" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__MODFF 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for modf declaration" >&5 $as_echo_n "checking for modf declaration... " >&6; } if test x${glibcxx_cv_func_modf_use+set} != xset; then @@ -52830,71 +40489,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _modf declaration" >&5 -$as_echo_n "checking for _modf declaration... " >&6; } - if test x${glibcxx_cv_func__modf_use+set} != xset; then - if ${glibcxx_cv_func__modf_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> -int -main () -{ - _modf(0, 0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__modf_use=yes -else - glibcxx_cv_func__modf_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__modf_use" >&5 -$as_echo "$glibcxx_cv_func__modf_use" >&6; } - - if test x$glibcxx_cv_func__modf_use = x"yes"; then - for ac_func in _modf -do : - ac_fn_c_check_func "$LINENO" "_modf" "ac_cv_func__modf" -if test "x$ac_cv_func__modf" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__MODF 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for powf declaration" >&5 $as_echo_n "checking for powf declaration... " >&6; } if test x${glibcxx_cv_func_powf_use+set} != xset; then @@ -52951,71 +40549,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _powf declaration" >&5 -$as_echo_n "checking for _powf declaration... " >&6; } - if test x${glibcxx_cv_func__powf_use+set} != xset; then - if ${glibcxx_cv_func__powf_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> -int -main () -{ - _powf(0, 0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__powf_use=yes -else - glibcxx_cv_func__powf_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__powf_use" >&5 -$as_echo "$glibcxx_cv_func__powf_use" >&6; } - - if test x$glibcxx_cv_func__powf_use = x"yes"; then - for ac_func in _powf -do : - ac_fn_c_check_func "$LINENO" "_powf" "ac_cv_func__powf" -if test "x$ac_cv_func__powf" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__POWF 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sqrtf declaration" >&5 $as_echo_n "checking for sqrtf declaration... " >&6; } if test x${glibcxx_cv_func_sqrtf_use+set} != xset; then @@ -53076,75 +40613,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _sqrtf declaration" >&5 -$as_echo_n "checking for _sqrtf declaration... " >&6; } - if test x${glibcxx_cv_func__sqrtf_use+set} != xset; then - if ${glibcxx_cv_func__sqrtf_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> - #ifdef HAVE_IEEEFP_H - #include <ieeefp.h> - #endif - -int -main () -{ - _sqrtf(0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__sqrtf_use=yes -else - glibcxx_cv_func__sqrtf_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__sqrtf_use" >&5 -$as_echo "$glibcxx_cv_func__sqrtf_use" >&6; } - - if test x$glibcxx_cv_func__sqrtf_use = x"yes"; then - for ac_func in _sqrtf -do : - ac_fn_c_check_func "$LINENO" "_sqrtf" "ac_cv_func__sqrtf" -if test "x$ac_cv_func__sqrtf" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__SQRTF 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sincosf declaration" >&5 $as_echo_n "checking for sincosf declaration... " >&6; } if test x${glibcxx_cv_func_sincosf_use+set} != xset; then @@ -53201,71 +40673,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _sincosf declaration" >&5 -$as_echo_n "checking for _sincosf declaration... " >&6; } - if test x${glibcxx_cv_func__sincosf_use+set} != xset; then - if ${glibcxx_cv_func__sincosf_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> -int -main () -{ - _sincosf(0, 0, 0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__sincosf_use=yes -else - glibcxx_cv_func__sincosf_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__sincosf_use" >&5 -$as_echo "$glibcxx_cv_func__sincosf_use" >&6; } - - if test x$glibcxx_cv_func__sincosf_use = x"yes"; then - for ac_func in _sincosf -do : - ac_fn_c_check_func "$LINENO" "_sincosf" "ac_cv_func__sincosf" -if test "x$ac_cv_func__sincosf" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__SINCOSF 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for finitef declaration" >&5 $as_echo_n "checking for finitef declaration... " >&6; } if test x${glibcxx_cv_func_finitef_use+set} != xset; then @@ -53326,72 +40737,7 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _finitef declaration" >&5 -$as_echo_n "checking for _finitef declaration... " >&6; } - if test x${glibcxx_cv_func__finitef_use+set} != xset; then - if ${glibcxx_cv_func__finitef_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> - #ifdef HAVE_IEEEFP_H - #include <ieeefp.h> - #endif - -int -main () -{ - _finitef(0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__finitef_use=yes -else - glibcxx_cv_func__finitef_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__finitef_use" >&5 -$as_echo "$glibcxx_cv_func__finitef_use" >&6; } - - if test x$glibcxx_cv_func__finitef_use = x"yes"; then - for ac_func in _finitef -do : - ac_fn_c_check_func "$LINENO" "_finitef" "ac_cv_func__finitef" -if test "x$ac_cv_func__finitef" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__FINITEF 1 -_ACEOF - -fi -done - - fi - fi - - @@ -53448,67 +40794,10 @@ _ACEOF fi done - else - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _long double trig functions" >&5 -$as_echo_n "checking for _long double trig functions... " >&6; } - if ${glibcxx_cv_func__long_double_trig_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> -int -main () -{ -_acosl (0); _asinl (0); _atanl (0); _cosl (0); _sinl (0); _tanl (0); _coshl (0); _sinhl (0); _tanhl (0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__long_double_trig_use=yes -else - glibcxx_cv_func__long_double_trig_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - -fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__long_double_trig_use" >&5 -$as_echo "$glibcxx_cv_func__long_double_trig_use" >&6; } - if test x$glibcxx_cv_func__long_double_trig_use = x"yes"; then - for ac_func in _acosl _asinl _atanl _cosl _sinl _tanl _coshl _sinhl _tanhl -do : - as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` -ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" -if eval test \"x\$"$as_ac_var"\" = x"yes"; then : - cat >>confdefs.h <<_ACEOF -#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for long double round functions" >&5 $as_echo_n "checking for long double round functions... " >&6; } if ${glibcxx_cv_func_long_double_round_use+:} false; then : @@ -53562,68 +40851,11 @@ _ACEOF fi done - else - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _long double round functions" >&5 -$as_echo_n "checking for _long double round functions... " >&6; } - if ${glibcxx_cv_func__long_double_round_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> -int -main () -{ -_ceill (0); _floorl (0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__long_double_round_use=yes -else - glibcxx_cv_func__long_double_round_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - -fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__long_double_round_use" >&5 -$as_echo "$glibcxx_cv_func__long_double_round_use" >&6; } - if test x$glibcxx_cv_func__long_double_round_use = x"yes"; then - for ac_func in _ceill _floorl -do : - as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` -ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" -if eval test \"x\$"$as_ac_var"\" = x"yes"; then : - cat >>confdefs.h <<_ACEOF -#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isnanl declaration" >&5 $as_echo_n "checking for isnanl declaration... " >&6; } if test x${glibcxx_cv_func_isnanl_use+set} != xset; then @@ -53684,75 +40916,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _isnanl declaration" >&5 -$as_echo_n "checking for _isnanl declaration... " >&6; } - if test x${glibcxx_cv_func__isnanl_use+set} != xset; then - if ${glibcxx_cv_func__isnanl_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> - #ifdef HAVE_IEEEFP_H - #include <ieeefp.h> - #endif - -int -main () -{ - _isnanl(0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__isnanl_use=yes -else - glibcxx_cv_func__isnanl_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__isnanl_use" >&5 -$as_echo "$glibcxx_cv_func__isnanl_use" >&6; } - - if test x$glibcxx_cv_func__isnanl_use = x"yes"; then - for ac_func in _isnanl -do : - ac_fn_c_check_func "$LINENO" "_isnanl" "ac_cv_func__isnanl" -if test "x$ac_cv_func__isnanl" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__ISNANL 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isinfl declaration" >&5 $as_echo_n "checking for isinfl declaration... " >&6; } if test x${glibcxx_cv_func_isinfl_use+set} != xset; then @@ -53813,75 +40980,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _isinfl declaration" >&5 -$as_echo_n "checking for _isinfl declaration... " >&6; } - if test x${glibcxx_cv_func__isinfl_use+set} != xset; then - if ${glibcxx_cv_func__isinfl_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> - #ifdef HAVE_IEEEFP_H - #include <ieeefp.h> - #endif - -int -main () -{ - _isinfl(0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__isinfl_use=yes -else - glibcxx_cv_func__isinfl_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__isinfl_use" >&5 -$as_echo "$glibcxx_cv_func__isinfl_use" >&6; } - - if test x$glibcxx_cv_func__isinfl_use = x"yes"; then - for ac_func in _isinfl -do : - ac_fn_c_check_func "$LINENO" "_isinfl" "ac_cv_func__isinfl" -if test "x$ac_cv_func__isinfl" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__ISINFL 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for atan2l declaration" >&5 $as_echo_n "checking for atan2l declaration... " >&6; } if test x${glibcxx_cv_func_atan2l_use+set} != xset; then @@ -53938,71 +41040,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _atan2l declaration" >&5 -$as_echo_n "checking for _atan2l declaration... " >&6; } - if test x${glibcxx_cv_func__atan2l_use+set} != xset; then - if ${glibcxx_cv_func__atan2l_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> -int -main () -{ - _atan2l(0, 0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__atan2l_use=yes -else - glibcxx_cv_func__atan2l_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__atan2l_use" >&5 -$as_echo "$glibcxx_cv_func__atan2l_use" >&6; } - - if test x$glibcxx_cv_func__atan2l_use = x"yes"; then - for ac_func in _atan2l -do : - ac_fn_c_check_func "$LINENO" "_atan2l" "ac_cv_func__atan2l" -if test "x$ac_cv_func__atan2l" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__ATAN2L 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for expl declaration" >&5 $as_echo_n "checking for expl declaration... " >&6; } if test x${glibcxx_cv_func_expl_use+set} != xset; then @@ -54063,72 +41104,7 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _expl declaration" >&5 -$as_echo_n "checking for _expl declaration... " >&6; } - if test x${glibcxx_cv_func__expl_use+set} != xset; then - if ${glibcxx_cv_func__expl_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> - #ifdef HAVE_IEEEFP_H - #include <ieeefp.h> - #endif - -int -main () -{ - _expl(0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__expl_use=yes -else - glibcxx_cv_func__expl_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__expl_use" >&5 -$as_echo "$glibcxx_cv_func__expl_use" >&6; } - - if test x$glibcxx_cv_func__expl_use = x"yes"; then - for ac_func in _expl -do : - ac_fn_c_check_func "$LINENO" "_expl" "ac_cv_func__expl" -if test "x$ac_cv_func__expl" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__EXPL 1 -_ACEOF - -fi -done - - fi - fi - - @@ -54192,75 +41168,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _fabsl declaration" >&5 -$as_echo_n "checking for _fabsl declaration... " >&6; } - if test x${glibcxx_cv_func__fabsl_use+set} != xset; then - if ${glibcxx_cv_func__fabsl_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> - #ifdef HAVE_IEEEFP_H - #include <ieeefp.h> - #endif - -int -main () -{ - _fabsl(0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__fabsl_use=yes -else - glibcxx_cv_func__fabsl_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__fabsl_use" >&5 -$as_echo "$glibcxx_cv_func__fabsl_use" >&6; } - - if test x$glibcxx_cv_func__fabsl_use = x"yes"; then - for ac_func in _fabsl -do : - ac_fn_c_check_func "$LINENO" "_fabsl" "ac_cv_func__fabsl" -if test "x$ac_cv_func__fabsl" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__FABSL 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fmodl declaration" >&5 $as_echo_n "checking for fmodl declaration... " >&6; } if test x${glibcxx_cv_func_fmodl_use+set} != xset; then @@ -54317,68 +41228,7 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _fmodl declaration" >&5 -$as_echo_n "checking for _fmodl declaration... " >&6; } - if test x${glibcxx_cv_func__fmodl_use+set} != xset; then - if ${glibcxx_cv_func__fmodl_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> -int -main () -{ - _fmodl(0, 0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__fmodl_use=yes -else - glibcxx_cv_func__fmodl_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__fmodl_use" >&5 -$as_echo "$glibcxx_cv_func__fmodl_use" >&6; } - - if test x$glibcxx_cv_func__fmodl_use = x"yes"; then - for ac_func in _fmodl -do : - ac_fn_c_check_func "$LINENO" "_fmodl" "ac_cv_func__fmodl" -if test "x$ac_cv_func__fmodl" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__FMODL 1 -_ACEOF - -fi -done - - fi - fi - - @@ -54438,68 +41288,7 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _frexpl declaration" >&5 -$as_echo_n "checking for _frexpl declaration... " >&6; } - if test x${glibcxx_cv_func__frexpl_use+set} != xset; then - if ${glibcxx_cv_func__frexpl_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> -int -main () -{ - _frexpl(0, 0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__frexpl_use=yes -else - glibcxx_cv_func__frexpl_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__frexpl_use" >&5 -$as_echo "$glibcxx_cv_func__frexpl_use" >&6; } - - if test x$glibcxx_cv_func__frexpl_use = x"yes"; then - for ac_func in _frexpl -do : - ac_fn_c_check_func "$LINENO" "_frexpl" "ac_cv_func__frexpl" -if test "x$ac_cv_func__frexpl" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__FREXPL 1 -_ACEOF - -fi -done - - fi - fi - - @@ -54559,71 +41348,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _hypotl declaration" >&5 -$as_echo_n "checking for _hypotl declaration... " >&6; } - if test x${glibcxx_cv_func__hypotl_use+set} != xset; then - if ${glibcxx_cv_func__hypotl_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> -int -main () -{ - _hypotl(0, 0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__hypotl_use=yes -else - glibcxx_cv_func__hypotl_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__hypotl_use" >&5 -$as_echo "$glibcxx_cv_func__hypotl_use" >&6; } - - if test x$glibcxx_cv_func__hypotl_use = x"yes"; then - for ac_func in _hypotl -do : - ac_fn_c_check_func "$LINENO" "_hypotl" "ac_cv_func__hypotl" -if test "x$ac_cv_func__hypotl" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__HYPOTL 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ldexpl declaration" >&5 $as_echo_n "checking for ldexpl declaration... " >&6; } if test x${glibcxx_cv_func_ldexpl_use+set} != xset; then @@ -54680,68 +41408,7 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _ldexpl declaration" >&5 -$as_echo_n "checking for _ldexpl declaration... " >&6; } - if test x${glibcxx_cv_func__ldexpl_use+set} != xset; then - if ${glibcxx_cv_func__ldexpl_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> -int -main () -{ - _ldexpl(0, 0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__ldexpl_use=yes -else - glibcxx_cv_func__ldexpl_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__ldexpl_use" >&5 -$as_echo "$glibcxx_cv_func__ldexpl_use" >&6; } - - if test x$glibcxx_cv_func__ldexpl_use = x"yes"; then - for ac_func in _ldexpl -do : - ac_fn_c_check_func "$LINENO" "_ldexpl" "ac_cv_func__ldexpl" -if test "x$ac_cv_func__ldexpl" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__LDEXPL 1 -_ACEOF - -fi -done - - fi - fi - - @@ -54805,75 +41472,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _logl declaration" >&5 -$as_echo_n "checking for _logl declaration... " >&6; } - if test x${glibcxx_cv_func__logl_use+set} != xset; then - if ${glibcxx_cv_func__logl_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> - #ifdef HAVE_IEEEFP_H - #include <ieeefp.h> - #endif - -int -main () -{ - _logl(0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__logl_use=yes -else - glibcxx_cv_func__logl_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__logl_use" >&5 -$as_echo "$glibcxx_cv_func__logl_use" >&6; } - - if test x$glibcxx_cv_func__logl_use = x"yes"; then - for ac_func in _logl -do : - ac_fn_c_check_func "$LINENO" "_logl" "ac_cv_func__logl" -if test "x$ac_cv_func__logl" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__LOGL 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for log10l declaration" >&5 $as_echo_n "checking for log10l declaration... " >&6; } if test x${glibcxx_cv_func_log10l_use+set} != xset; then @@ -54934,75 +41536,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _log10l declaration" >&5 -$as_echo_n "checking for _log10l declaration... " >&6; } - if test x${glibcxx_cv_func__log10l_use+set} != xset; then - if ${glibcxx_cv_func__log10l_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> - #ifdef HAVE_IEEEFP_H - #include <ieeefp.h> - #endif - -int -main () -{ - _log10l(0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__log10l_use=yes -else - glibcxx_cv_func__log10l_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__log10l_use" >&5 -$as_echo "$glibcxx_cv_func__log10l_use" >&6; } - - if test x$glibcxx_cv_func__log10l_use = x"yes"; then - for ac_func in _log10l -do : - ac_fn_c_check_func "$LINENO" "_log10l" "ac_cv_func__log10l" -if test "x$ac_cv_func__log10l" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__LOG10L 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for modfl declaration" >&5 $as_echo_n "checking for modfl declaration... " >&6; } if test x${glibcxx_cv_func_modfl_use+set} != xset; then @@ -55059,71 +41596,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _modfl declaration" >&5 -$as_echo_n "checking for _modfl declaration... " >&6; } - if test x${glibcxx_cv_func__modfl_use+set} != xset; then - if ${glibcxx_cv_func__modfl_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> -int -main () -{ - _modfl(0, 0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__modfl_use=yes -else - glibcxx_cv_func__modfl_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__modfl_use" >&5 -$as_echo "$glibcxx_cv_func__modfl_use" >&6; } - - if test x$glibcxx_cv_func__modfl_use = x"yes"; then - for ac_func in _modfl -do : - ac_fn_c_check_func "$LINENO" "_modfl" "ac_cv_func__modfl" -if test "x$ac_cv_func__modfl" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__MODFL 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for powl declaration" >&5 $as_echo_n "checking for powl declaration... " >&6; } if test x${glibcxx_cv_func_powl_use+set} != xset; then @@ -55180,71 +41656,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _powl declaration" >&5 -$as_echo_n "checking for _powl declaration... " >&6; } - if test x${glibcxx_cv_func__powl_use+set} != xset; then - if ${glibcxx_cv_func__powl_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> -int -main () -{ - _powl(0, 0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__powl_use=yes -else - glibcxx_cv_func__powl_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__powl_use" >&5 -$as_echo "$glibcxx_cv_func__powl_use" >&6; } - - if test x$glibcxx_cv_func__powl_use = x"yes"; then - for ac_func in _powl -do : - ac_fn_c_check_func "$LINENO" "_powl" "ac_cv_func__powl" -if test "x$ac_cv_func__powl" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__POWL 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sqrtl declaration" >&5 $as_echo_n "checking for sqrtl declaration... " >&6; } if test x${glibcxx_cv_func_sqrtl_use+set} != xset; then @@ -55305,75 +41720,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _sqrtl declaration" >&5 -$as_echo_n "checking for _sqrtl declaration... " >&6; } - if test x${glibcxx_cv_func__sqrtl_use+set} != xset; then - if ${glibcxx_cv_func__sqrtl_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> - #ifdef HAVE_IEEEFP_H - #include <ieeefp.h> - #endif - -int -main () -{ - _sqrtl(0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__sqrtl_use=yes -else - glibcxx_cv_func__sqrtl_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__sqrtl_use" >&5 -$as_echo "$glibcxx_cv_func__sqrtl_use" >&6; } - - if test x$glibcxx_cv_func__sqrtl_use = x"yes"; then - for ac_func in _sqrtl -do : - ac_fn_c_check_func "$LINENO" "_sqrtl" "ac_cv_func__sqrtl" -if test "x$ac_cv_func__sqrtl" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__SQRTL 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sincosl declaration" >&5 $as_echo_n "checking for sincosl declaration... " >&6; } if test x${glibcxx_cv_func_sincosl_use+set} != xset; then @@ -55430,71 +41780,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _sincosl declaration" >&5 -$as_echo_n "checking for _sincosl declaration... " >&6; } - if test x${glibcxx_cv_func__sincosl_use+set} != xset; then - if ${glibcxx_cv_func__sincosl_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> -int -main () -{ - _sincosl(0, 0, 0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__sincosl_use=yes -else - glibcxx_cv_func__sincosl_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__sincosl_use" >&5 -$as_echo "$glibcxx_cv_func__sincosl_use" >&6; } - - if test x$glibcxx_cv_func__sincosl_use = x"yes"; then - for ac_func in _sincosl -do : - ac_fn_c_check_func "$LINENO" "_sincosl" "ac_cv_func__sincosl" -if test "x$ac_cv_func__sincosl" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__SINCOSL 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for finitel declaration" >&5 $as_echo_n "checking for finitel declaration... " >&6; } if test x${glibcxx_cv_func_finitel_use+set} != xset; then @@ -55555,74 +41844,9 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _finitel declaration" >&5 -$as_echo_n "checking for _finitel declaration... " >&6; } - if test x${glibcxx_cv_func__finitel_use+set} != xset; then - if ${glibcxx_cv_func__finitel_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> - #ifdef HAVE_IEEEFP_H - #include <ieeefp.h> - #endif - -int -main () -{ - _finitel(0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__finitel_use=yes -else - glibcxx_cv_func__finitel_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__finitel_use" >&5 -$as_echo "$glibcxx_cv_func__finitel_use" >&6; } - - if test x$glibcxx_cv_func__finitel_use = x"yes"; then - for ac_func in _finitel -do : - ac_fn_c_check_func "$LINENO" "_finitel" "ac_cv_func__finitel" -if test "x$ac_cv_func__finitel" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__FINITEL 1 -_ACEOF - -fi -done - - fi fi - - LIBS="$ac_save_LIBS" CXXFLAGS="$ac_save_CXXFLAGS" @@ -55806,8 +42030,6 @@ done fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for strtof declaration" >&5 $as_echo_n "checking for strtof declaration... " >&6; } if test x${glibcxx_cv_func_strtof_use+set} != xset; then @@ -55866,8 +42088,6 @@ done fi - - CXXFLAGS="$ac_save_CXXFLAGS" $as_echo "#define _GLIBCXX_USE_DEV_RANDOM 1" >>confdefs.h @@ -56620,75 +42840,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _isinf declaration" >&5 -$as_echo_n "checking for _isinf declaration... " >&6; } - if test x${glibcxx_cv_func__isinf_use+set} != xset; then - if ${glibcxx_cv_func__isinf_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> - #ifdef HAVE_IEEEFP_H - #include <ieeefp.h> - #endif - -int -main () -{ - _isinf(0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__isinf_use=yes -else - glibcxx_cv_func__isinf_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__isinf_use" >&5 -$as_echo "$glibcxx_cv_func__isinf_use" >&6; } - - if test x$glibcxx_cv_func__isinf_use = x"yes"; then - for ac_func in _isinf -do : - ac_fn_c_check_func "$LINENO" "_isinf" "ac_cv_func__isinf" -if test "x$ac_cv_func__isinf" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__ISINF 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isnan declaration" >&5 $as_echo_n "checking for isnan declaration... " >&6; } if test x${glibcxx_cv_func_isnan_use+set} != xset; then @@ -56749,72 +42904,7 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _isnan declaration" >&5 -$as_echo_n "checking for _isnan declaration... " >&6; } - if test x${glibcxx_cv_func__isnan_use+set} != xset; then - if ${glibcxx_cv_func__isnan_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> - #ifdef HAVE_IEEEFP_H - #include <ieeefp.h> - #endif - -int -main () -{ - _isnan(0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__isnan_use=yes -else - glibcxx_cv_func__isnan_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__isnan_use" >&5 -$as_echo "$glibcxx_cv_func__isnan_use" >&6; } - - if test x$glibcxx_cv_func__isnan_use = x"yes"; then - for ac_func in _isnan -do : - ac_fn_c_check_func "$LINENO" "_isnan" "ac_cv_func__isnan" -if test "x$ac_cv_func__isnan" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__ISNAN 1 -_ACEOF - -fi -done - - fi - fi - - @@ -56878,75 +42968,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _finite declaration" >&5 -$as_echo_n "checking for _finite declaration... " >&6; } - if test x${glibcxx_cv_func__finite_use+set} != xset; then - if ${glibcxx_cv_func__finite_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> - #ifdef HAVE_IEEEFP_H - #include <ieeefp.h> - #endif - -int -main () -{ - _finite(0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__finite_use=yes -else - glibcxx_cv_func__finite_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__finite_use" >&5 -$as_echo "$glibcxx_cv_func__finite_use" >&6; } - - if test x$glibcxx_cv_func__finite_use = x"yes"; then - for ac_func in _finite -do : - ac_fn_c_check_func "$LINENO" "_finite" "ac_cv_func__finite" -if test "x$ac_cv_func__finite" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__FINITE 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sincos declaration" >&5 $as_echo_n "checking for sincos declaration... " >&6; } if test x${glibcxx_cv_func_sincos_use+set} != xset; then @@ -57003,71 +43028,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _sincos declaration" >&5 -$as_echo_n "checking for _sincos declaration... " >&6; } - if test x${glibcxx_cv_func__sincos_use+set} != xset; then - if ${glibcxx_cv_func__sincos_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> -int -main () -{ - _sincos(0, 0, 0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__sincos_use=yes -else - glibcxx_cv_func__sincos_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__sincos_use" >&5 -$as_echo "$glibcxx_cv_func__sincos_use" >&6; } - - if test x$glibcxx_cv_func__sincos_use = x"yes"; then - for ac_func in _sincos -do : - ac_fn_c_check_func "$LINENO" "_sincos" "ac_cv_func__sincos" -if test "x$ac_cv_func__sincos" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__SINCOS 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fpclass declaration" >&5 $as_echo_n "checking for fpclass declaration... " >&6; } if test x${glibcxx_cv_func_fpclass_use+set} != xset; then @@ -57128,75 +43092,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _fpclass declaration" >&5 -$as_echo_n "checking for _fpclass declaration... " >&6; } - if test x${glibcxx_cv_func__fpclass_use+set} != xset; then - if ${glibcxx_cv_func__fpclass_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> - #ifdef HAVE_IEEEFP_H - #include <ieeefp.h> - #endif - -int -main () -{ - _fpclass(0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__fpclass_use=yes -else - glibcxx_cv_func__fpclass_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__fpclass_use" >&5 -$as_echo "$glibcxx_cv_func__fpclass_use" >&6; } - - if test x$glibcxx_cv_func__fpclass_use = x"yes"; then - for ac_func in _fpclass -do : - ac_fn_c_check_func "$LINENO" "_fpclass" "ac_cv_func__fpclass" -if test "x$ac_cv_func__fpclass" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__FPCLASS 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for qfpclass declaration" >&5 $as_echo_n "checking for qfpclass declaration... " >&6; } if test x${glibcxx_cv_func_qfpclass_use+set} != xset; then @@ -57257,72 +43156,7 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _qfpclass declaration" >&5 -$as_echo_n "checking for _qfpclass declaration... " >&6; } - if test x${glibcxx_cv_func__qfpclass_use+set} != xset; then - if ${glibcxx_cv_func__qfpclass_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> - #ifdef HAVE_IEEEFP_H - #include <ieeefp.h> - #endif - -int -main () -{ - _qfpclass(0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__qfpclass_use=yes -else - glibcxx_cv_func__qfpclass_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__qfpclass_use" >&5 -$as_echo "$glibcxx_cv_func__qfpclass_use" >&6; } - - if test x$glibcxx_cv_func__qfpclass_use = x"yes"; then - for ac_func in _qfpclass -do : - ac_fn_c_check_func "$LINENO" "_qfpclass" "ac_cv_func__qfpclass" -if test "x$ac_cv_func__qfpclass" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__QFPCLASS 1 -_ACEOF - -fi -done - - fi - fi - - @@ -57382,68 +43216,7 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _hypot declaration" >&5 -$as_echo_n "checking for _hypot declaration... " >&6; } - if test x${glibcxx_cv_func__hypot_use+set} != xset; then - if ${glibcxx_cv_func__hypot_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> -int -main () -{ - _hypot(0, 0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__hypot_use=yes -else - glibcxx_cv_func__hypot_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__hypot_use" >&5 -$as_echo "$glibcxx_cv_func__hypot_use" >&6; } - - if test x$glibcxx_cv_func__hypot_use = x"yes"; then - for ac_func in _hypot -do : - ac_fn_c_check_func "$LINENO" "_hypot" "ac_cv_func__hypot" -if test "x$ac_cv_func__hypot" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__HYPOT 1 -_ACEOF - -fi -done - - fi - fi - - @@ -57500,67 +43273,10 @@ _ACEOF fi done - else - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _float trig functions" >&5 -$as_echo_n "checking for _float trig functions... " >&6; } - if ${glibcxx_cv_func__float_trig_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> -int -main () -{ -_acosf (0); _asinf (0); _atanf (0); _cosf (0); _sinf (0); _tanf (0); _coshf (0); _sinhf (0); _tanhf (0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__float_trig_use=yes -else - glibcxx_cv_func__float_trig_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - -fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__float_trig_use" >&5 -$as_echo "$glibcxx_cv_func__float_trig_use" >&6; } - if test x$glibcxx_cv_func__float_trig_use = x"yes"; then - for ac_func in _acosf _asinf _atanf _cosf _sinf _tanf _coshf _sinhf _tanhf -do : - as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` -ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" -if eval test \"x\$"$as_ac_var"\" = x"yes"; then : - cat >>confdefs.h <<_ACEOF -#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for float round functions" >&5 $as_echo_n "checking for float round functions... " >&6; } if ${glibcxx_cv_func_float_round_use+:} false; then : @@ -57614,68 +43330,11 @@ _ACEOF fi done - else - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _float round functions" >&5 -$as_echo_n "checking for _float round functions... " >&6; } - if ${glibcxx_cv_func__float_round_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> -int -main () -{ -_ceilf (0); _floorf (0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__float_round_use=yes -else - glibcxx_cv_func__float_round_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - -fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__float_round_use" >&5 -$as_echo "$glibcxx_cv_func__float_round_use" >&6; } - if test x$glibcxx_cv_func__float_round_use = x"yes"; then - for ac_func in _ceilf _floorf -do : - as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` -ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" -if eval test \"x\$"$as_ac_var"\" = x"yes"; then : - cat >>confdefs.h <<_ACEOF -#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for expf declaration" >&5 $as_echo_n "checking for expf declaration... " >&6; } if test x${glibcxx_cv_func_expf_use+set} != xset; then @@ -57736,72 +43395,7 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _expf declaration" >&5 -$as_echo_n "checking for _expf declaration... " >&6; } - if test x${glibcxx_cv_func__expf_use+set} != xset; then - if ${glibcxx_cv_func__expf_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> - #ifdef HAVE_IEEEFP_H - #include <ieeefp.h> - #endif - -int -main () -{ - _expf(0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__expf_use=yes -else - glibcxx_cv_func__expf_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__expf_use" >&5 -$as_echo "$glibcxx_cv_func__expf_use" >&6; } - - if test x$glibcxx_cv_func__expf_use = x"yes"; then - for ac_func in _expf -do : - ac_fn_c_check_func "$LINENO" "_expf" "ac_cv_func__expf" -if test "x$ac_cv_func__expf" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__EXPF 1 -_ACEOF - -fi -done - - fi - fi - - @@ -57865,75 +43459,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _isnanf declaration" >&5 -$as_echo_n "checking for _isnanf declaration... " >&6; } - if test x${glibcxx_cv_func__isnanf_use+set} != xset; then - if ${glibcxx_cv_func__isnanf_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> - #ifdef HAVE_IEEEFP_H - #include <ieeefp.h> - #endif - -int -main () -{ - _isnanf(0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__isnanf_use=yes -else - glibcxx_cv_func__isnanf_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__isnanf_use" >&5 -$as_echo "$glibcxx_cv_func__isnanf_use" >&6; } - - if test x$glibcxx_cv_func__isnanf_use = x"yes"; then - for ac_func in _isnanf -do : - ac_fn_c_check_func "$LINENO" "_isnanf" "ac_cv_func__isnanf" -if test "x$ac_cv_func__isnanf" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__ISNANF 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isinff declaration" >&5 $as_echo_n "checking for isinff declaration... " >&6; } if test x${glibcxx_cv_func_isinff_use+set} != xset; then @@ -57994,72 +43523,7 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _isinff declaration" >&5 -$as_echo_n "checking for _isinff declaration... " >&6; } - if test x${glibcxx_cv_func__isinff_use+set} != xset; then - if ${glibcxx_cv_func__isinff_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> - #ifdef HAVE_IEEEFP_H - #include <ieeefp.h> - #endif - -int -main () -{ - _isinff(0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__isinff_use=yes -else - glibcxx_cv_func__isinff_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__isinff_use" >&5 -$as_echo "$glibcxx_cv_func__isinff_use" >&6; } - - if test x$glibcxx_cv_func__isinff_use = x"yes"; then - for ac_func in _isinff -do : - ac_fn_c_check_func "$LINENO" "_isinff" "ac_cv_func__isinff" -if test "x$ac_cv_func__isinff" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__ISINFF 1 -_ACEOF - -fi -done - - fi - fi - - @@ -58119,71 +43583,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _atan2f declaration" >&5 -$as_echo_n "checking for _atan2f declaration... " >&6; } - if test x${glibcxx_cv_func__atan2f_use+set} != xset; then - if ${glibcxx_cv_func__atan2f_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> -int -main () -{ - _atan2f(0, 0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__atan2f_use=yes -else - glibcxx_cv_func__atan2f_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__atan2f_use" >&5 -$as_echo "$glibcxx_cv_func__atan2f_use" >&6; } - - if test x$glibcxx_cv_func__atan2f_use = x"yes"; then - for ac_func in _atan2f -do : - ac_fn_c_check_func "$LINENO" "_atan2f" "ac_cv_func__atan2f" -if test "x$ac_cv_func__atan2f" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__ATAN2F 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fabsf declaration" >&5 $as_echo_n "checking for fabsf declaration... " >&6; } if test x${glibcxx_cv_func_fabsf_use+set} != xset; then @@ -58244,75 +43647,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _fabsf declaration" >&5 -$as_echo_n "checking for _fabsf declaration... " >&6; } - if test x${glibcxx_cv_func__fabsf_use+set} != xset; then - if ${glibcxx_cv_func__fabsf_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> - #ifdef HAVE_IEEEFP_H - #include <ieeefp.h> - #endif - -int -main () -{ - _fabsf(0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__fabsf_use=yes -else - glibcxx_cv_func__fabsf_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__fabsf_use" >&5 -$as_echo "$glibcxx_cv_func__fabsf_use" >&6; } - - if test x$glibcxx_cv_func__fabsf_use = x"yes"; then - for ac_func in _fabsf -do : - ac_fn_c_check_func "$LINENO" "_fabsf" "ac_cv_func__fabsf" -if test "x$ac_cv_func__fabsf" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__FABSF 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fmodf declaration" >&5 $as_echo_n "checking for fmodf declaration... " >&6; } if test x${glibcxx_cv_func_fmodf_use+set} != xset; then @@ -58369,71 +43707,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _fmodf declaration" >&5 -$as_echo_n "checking for _fmodf declaration... " >&6; } - if test x${glibcxx_cv_func__fmodf_use+set} != xset; then - if ${glibcxx_cv_func__fmodf_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> -int -main () -{ - _fmodf(0, 0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__fmodf_use=yes -else - glibcxx_cv_func__fmodf_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__fmodf_use" >&5 -$as_echo "$glibcxx_cv_func__fmodf_use" >&6; } - - if test x$glibcxx_cv_func__fmodf_use = x"yes"; then - for ac_func in _fmodf -do : - ac_fn_c_check_func "$LINENO" "_fmodf" "ac_cv_func__fmodf" -if test "x$ac_cv_func__fmodf" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__FMODF 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for frexpf declaration" >&5 $as_echo_n "checking for frexpf declaration... " >&6; } if test x${glibcxx_cv_func_frexpf_use+set} != xset; then @@ -58490,71 +43767,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _frexpf declaration" >&5 -$as_echo_n "checking for _frexpf declaration... " >&6; } - if test x${glibcxx_cv_func__frexpf_use+set} != xset; then - if ${glibcxx_cv_func__frexpf_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> -int -main () -{ - _frexpf(0, 0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__frexpf_use=yes -else - glibcxx_cv_func__frexpf_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__frexpf_use" >&5 -$as_echo "$glibcxx_cv_func__frexpf_use" >&6; } - - if test x$glibcxx_cv_func__frexpf_use = x"yes"; then - for ac_func in _frexpf -do : - ac_fn_c_check_func "$LINENO" "_frexpf" "ac_cv_func__frexpf" -if test "x$ac_cv_func__frexpf" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__FREXPF 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for hypotf declaration" >&5 $as_echo_n "checking for hypotf declaration... " >&6; } if test x${glibcxx_cv_func_hypotf_use+set} != xset; then @@ -58611,71 +43827,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _hypotf declaration" >&5 -$as_echo_n "checking for _hypotf declaration... " >&6; } - if test x${glibcxx_cv_func__hypotf_use+set} != xset; then - if ${glibcxx_cv_func__hypotf_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> -int -main () -{ - _hypotf(0, 0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__hypotf_use=yes -else - glibcxx_cv_func__hypotf_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__hypotf_use" >&5 -$as_echo "$glibcxx_cv_func__hypotf_use" >&6; } - - if test x$glibcxx_cv_func__hypotf_use = x"yes"; then - for ac_func in _hypotf -do : - ac_fn_c_check_func "$LINENO" "_hypotf" "ac_cv_func__hypotf" -if test "x$ac_cv_func__hypotf" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__HYPOTF 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ldexpf declaration" >&5 $as_echo_n "checking for ldexpf declaration... " >&6; } if test x${glibcxx_cv_func_ldexpf_use+set} != xset; then @@ -58732,68 +43887,7 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _ldexpf declaration" >&5 -$as_echo_n "checking for _ldexpf declaration... " >&6; } - if test x${glibcxx_cv_func__ldexpf_use+set} != xset; then - if ${glibcxx_cv_func__ldexpf_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> -int -main () -{ - _ldexpf(0, 0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__ldexpf_use=yes -else - glibcxx_cv_func__ldexpf_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__ldexpf_use" >&5 -$as_echo "$glibcxx_cv_func__ldexpf_use" >&6; } - - if test x$glibcxx_cv_func__ldexpf_use = x"yes"; then - for ac_func in _ldexpf -do : - ac_fn_c_check_func "$LINENO" "_ldexpf" "ac_cv_func__ldexpf" -if test "x$ac_cv_func__ldexpf" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__LDEXPF 1 -_ACEOF - -fi -done - - fi - fi - - @@ -58857,75 +43951,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _logf declaration" >&5 -$as_echo_n "checking for _logf declaration... " >&6; } - if test x${glibcxx_cv_func__logf_use+set} != xset; then - if ${glibcxx_cv_func__logf_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> - #ifdef HAVE_IEEEFP_H - #include <ieeefp.h> - #endif - -int -main () -{ - _logf(0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__logf_use=yes -else - glibcxx_cv_func__logf_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__logf_use" >&5 -$as_echo "$glibcxx_cv_func__logf_use" >&6; } - - if test x$glibcxx_cv_func__logf_use = x"yes"; then - for ac_func in _logf -do : - ac_fn_c_check_func "$LINENO" "_logf" "ac_cv_func__logf" -if test "x$ac_cv_func__logf" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__LOGF 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for log10f declaration" >&5 $as_echo_n "checking for log10f declaration... " >&6; } if test x${glibcxx_cv_func_log10f_use+set} != xset; then @@ -58986,75 +44015,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _log10f declaration" >&5 -$as_echo_n "checking for _log10f declaration... " >&6; } - if test x${glibcxx_cv_func__log10f_use+set} != xset; then - if ${glibcxx_cv_func__log10f_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> - #ifdef HAVE_IEEEFP_H - #include <ieeefp.h> - #endif - -int -main () -{ - _log10f(0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__log10f_use=yes -else - glibcxx_cv_func__log10f_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__log10f_use" >&5 -$as_echo "$glibcxx_cv_func__log10f_use" >&6; } - - if test x$glibcxx_cv_func__log10f_use = x"yes"; then - for ac_func in _log10f -do : - ac_fn_c_check_func "$LINENO" "_log10f" "ac_cv_func__log10f" -if test "x$ac_cv_func__log10f" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__LOG10F 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for modff declaration" >&5 $as_echo_n "checking for modff declaration... " >&6; } if test x${glibcxx_cv_func_modff_use+set} != xset; then @@ -59111,71 +44075,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _modff declaration" >&5 -$as_echo_n "checking for _modff declaration... " >&6; } - if test x${glibcxx_cv_func__modff_use+set} != xset; then - if ${glibcxx_cv_func__modff_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> -int -main () -{ - _modff(0, 0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__modff_use=yes -else - glibcxx_cv_func__modff_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__modff_use" >&5 -$as_echo "$glibcxx_cv_func__modff_use" >&6; } - - if test x$glibcxx_cv_func__modff_use = x"yes"; then - for ac_func in _modff -do : - ac_fn_c_check_func "$LINENO" "_modff" "ac_cv_func__modff" -if test "x$ac_cv_func__modff" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__MODFF 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for modf declaration" >&5 $as_echo_n "checking for modf declaration... " >&6; } if test x${glibcxx_cv_func_modf_use+set} != xset; then @@ -59232,71 +44135,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _modf declaration" >&5 -$as_echo_n "checking for _modf declaration... " >&6; } - if test x${glibcxx_cv_func__modf_use+set} != xset; then - if ${glibcxx_cv_func__modf_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> -int -main () -{ - _modf(0, 0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__modf_use=yes -else - glibcxx_cv_func__modf_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__modf_use" >&5 -$as_echo "$glibcxx_cv_func__modf_use" >&6; } - - if test x$glibcxx_cv_func__modf_use = x"yes"; then - for ac_func in _modf -do : - ac_fn_c_check_func "$LINENO" "_modf" "ac_cv_func__modf" -if test "x$ac_cv_func__modf" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__MODF 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for powf declaration" >&5 $as_echo_n "checking for powf declaration... " >&6; } if test x${glibcxx_cv_func_powf_use+set} != xset; then @@ -59353,68 +44195,7 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _powf declaration" >&5 -$as_echo_n "checking for _powf declaration... " >&6; } - if test x${glibcxx_cv_func__powf_use+set} != xset; then - if ${glibcxx_cv_func__powf_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> -int -main () -{ - _powf(0, 0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__powf_use=yes -else - glibcxx_cv_func__powf_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__powf_use" >&5 -$as_echo "$glibcxx_cv_func__powf_use" >&6; } - - if test x$glibcxx_cv_func__powf_use = x"yes"; then - for ac_func in _powf -do : - ac_fn_c_check_func "$LINENO" "_powf" "ac_cv_func__powf" -if test "x$ac_cv_func__powf" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__POWF 1 -_ACEOF - -fi -done - - fi - fi - - @@ -59478,75 +44259,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _sqrtf declaration" >&5 -$as_echo_n "checking for _sqrtf declaration... " >&6; } - if test x${glibcxx_cv_func__sqrtf_use+set} != xset; then - if ${glibcxx_cv_func__sqrtf_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> - #ifdef HAVE_IEEEFP_H - #include <ieeefp.h> - #endif - -int -main () -{ - _sqrtf(0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__sqrtf_use=yes -else - glibcxx_cv_func__sqrtf_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__sqrtf_use" >&5 -$as_echo "$glibcxx_cv_func__sqrtf_use" >&6; } - - if test x$glibcxx_cv_func__sqrtf_use = x"yes"; then - for ac_func in _sqrtf -do : - ac_fn_c_check_func "$LINENO" "_sqrtf" "ac_cv_func__sqrtf" -if test "x$ac_cv_func__sqrtf" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__SQRTF 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sincosf declaration" >&5 $as_echo_n "checking for sincosf declaration... " >&6; } if test x${glibcxx_cv_func_sincosf_use+set} != xset; then @@ -59603,71 +44319,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _sincosf declaration" >&5 -$as_echo_n "checking for _sincosf declaration... " >&6; } - if test x${glibcxx_cv_func__sincosf_use+set} != xset; then - if ${glibcxx_cv_func__sincosf_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> -int -main () -{ - _sincosf(0, 0, 0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__sincosf_use=yes -else - glibcxx_cv_func__sincosf_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__sincosf_use" >&5 -$as_echo "$glibcxx_cv_func__sincosf_use" >&6; } - - if test x$glibcxx_cv_func__sincosf_use = x"yes"; then - for ac_func in _sincosf -do : - ac_fn_c_check_func "$LINENO" "_sincosf" "ac_cv_func__sincosf" -if test "x$ac_cv_func__sincosf" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__SINCOSF 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for finitef declaration" >&5 $as_echo_n "checking for finitef declaration... " >&6; } if test x${glibcxx_cv_func_finitef_use+set} != xset; then @@ -59728,75 +44383,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _finitef declaration" >&5 -$as_echo_n "checking for _finitef declaration... " >&6; } - if test x${glibcxx_cv_func__finitef_use+set} != xset; then - if ${glibcxx_cv_func__finitef_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> - #ifdef HAVE_IEEEFP_H - #include <ieeefp.h> - #endif - -int -main () -{ - _finitef(0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__finitef_use=yes -else - glibcxx_cv_func__finitef_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__finitef_use" >&5 -$as_echo "$glibcxx_cv_func__finitef_use" >&6; } - - if test x$glibcxx_cv_func__finitef_use = x"yes"; then - for ac_func in _finitef -do : - ac_fn_c_check_func "$LINENO" "_finitef" "ac_cv_func__finitef" -if test "x$ac_cv_func__finitef" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__FINITEF 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for long double trig functions" >&5 $as_echo_n "checking for long double trig functions... " >&6; } if ${glibcxx_cv_func_long_double_trig_use+:} false; then : @@ -59850,67 +44440,10 @@ _ACEOF fi done - else - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _long double trig functions" >&5 -$as_echo_n "checking for _long double trig functions... " >&6; } - if ${glibcxx_cv_func__long_double_trig_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> -int -main () -{ -_acosl (0); _asinl (0); _atanl (0); _cosl (0); _sinl (0); _tanl (0); _coshl (0); _sinhl (0); _tanhl (0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__long_double_trig_use=yes -else - glibcxx_cv_func__long_double_trig_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - -fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__long_double_trig_use" >&5 -$as_echo "$glibcxx_cv_func__long_double_trig_use" >&6; } - if test x$glibcxx_cv_func__long_double_trig_use = x"yes"; then - for ac_func in _acosl _asinl _atanl _cosl _sinl _tanl _coshl _sinhl _tanhl -do : - as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` -ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" -if eval test \"x\$"$as_ac_var"\" = x"yes"; then : - cat >>confdefs.h <<_ACEOF -#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for long double round functions" >&5 $as_echo_n "checking for long double round functions... " >&6; } if ${glibcxx_cv_func_long_double_round_use+:} false; then : @@ -59964,68 +44497,11 @@ _ACEOF fi done - else - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _long double round functions" >&5 -$as_echo_n "checking for _long double round functions... " >&6; } - if ${glibcxx_cv_func__long_double_round_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> -int -main () -{ -_ceill (0); _floorl (0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__long_double_round_use=yes -else - glibcxx_cv_func__long_double_round_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - -fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__long_double_round_use" >&5 -$as_echo "$glibcxx_cv_func__long_double_round_use" >&6; } - if test x$glibcxx_cv_func__long_double_round_use = x"yes"; then - for ac_func in _ceill _floorl -do : - as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` -ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" -if eval test \"x\$"$as_ac_var"\" = x"yes"; then : - cat >>confdefs.h <<_ACEOF -#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isnanl declaration" >&5 $as_echo_n "checking for isnanl declaration... " >&6; } if test x${glibcxx_cv_func_isnanl_use+set} != xset; then @@ -60086,75 +44562,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _isnanl declaration" >&5 -$as_echo_n "checking for _isnanl declaration... " >&6; } - if test x${glibcxx_cv_func__isnanl_use+set} != xset; then - if ${glibcxx_cv_func__isnanl_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> - #ifdef HAVE_IEEEFP_H - #include <ieeefp.h> - #endif - -int -main () -{ - _isnanl(0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__isnanl_use=yes -else - glibcxx_cv_func__isnanl_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__isnanl_use" >&5 -$as_echo "$glibcxx_cv_func__isnanl_use" >&6; } - - if test x$glibcxx_cv_func__isnanl_use = x"yes"; then - for ac_func in _isnanl -do : - ac_fn_c_check_func "$LINENO" "_isnanl" "ac_cv_func__isnanl" -if test "x$ac_cv_func__isnanl" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__ISNANL 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isinfl declaration" >&5 $as_echo_n "checking for isinfl declaration... " >&6; } if test x${glibcxx_cv_func_isinfl_use+set} != xset; then @@ -60215,75 +44626,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _isinfl declaration" >&5 -$as_echo_n "checking for _isinfl declaration... " >&6; } - if test x${glibcxx_cv_func__isinfl_use+set} != xset; then - if ${glibcxx_cv_func__isinfl_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> - #ifdef HAVE_IEEEFP_H - #include <ieeefp.h> - #endif - -int -main () -{ - _isinfl(0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__isinfl_use=yes -else - glibcxx_cv_func__isinfl_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__isinfl_use" >&5 -$as_echo "$glibcxx_cv_func__isinfl_use" >&6; } - - if test x$glibcxx_cv_func__isinfl_use = x"yes"; then - for ac_func in _isinfl -do : - ac_fn_c_check_func "$LINENO" "_isinfl" "ac_cv_func__isinfl" -if test "x$ac_cv_func__isinfl" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__ISINFL 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for atan2l declaration" >&5 $as_echo_n "checking for atan2l declaration... " >&6; } if test x${glibcxx_cv_func_atan2l_use+set} != xset; then @@ -60340,68 +44686,7 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _atan2l declaration" >&5 -$as_echo_n "checking for _atan2l declaration... " >&6; } - if test x${glibcxx_cv_func__atan2l_use+set} != xset; then - if ${glibcxx_cv_func__atan2l_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> -int -main () -{ - _atan2l(0, 0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__atan2l_use=yes -else - glibcxx_cv_func__atan2l_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__atan2l_use" >&5 -$as_echo "$glibcxx_cv_func__atan2l_use" >&6; } - - if test x$glibcxx_cv_func__atan2l_use = x"yes"; then - for ac_func in _atan2l -do : - ac_fn_c_check_func "$LINENO" "_atan2l" "ac_cv_func__atan2l" -if test "x$ac_cv_func__atan2l" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__ATAN2L 1 -_ACEOF - -fi -done - - fi - fi - - @@ -60465,75 +44750,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _expl declaration" >&5 -$as_echo_n "checking for _expl declaration... " >&6; } - if test x${glibcxx_cv_func__expl_use+set} != xset; then - if ${glibcxx_cv_func__expl_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> - #ifdef HAVE_IEEEFP_H - #include <ieeefp.h> - #endif - -int -main () -{ - _expl(0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__expl_use=yes -else - glibcxx_cv_func__expl_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__expl_use" >&5 -$as_echo "$glibcxx_cv_func__expl_use" >&6; } - - if test x$glibcxx_cv_func__expl_use = x"yes"; then - for ac_func in _expl -do : - ac_fn_c_check_func "$LINENO" "_expl" "ac_cv_func__expl" -if test "x$ac_cv_func__expl" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__EXPL 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fabsl declaration" >&5 $as_echo_n "checking for fabsl declaration... " >&6; } if test x${glibcxx_cv_func_fabsl_use+set} != xset; then @@ -60594,75 +44814,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _fabsl declaration" >&5 -$as_echo_n "checking for _fabsl declaration... " >&6; } - if test x${glibcxx_cv_func__fabsl_use+set} != xset; then - if ${glibcxx_cv_func__fabsl_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> - #ifdef HAVE_IEEEFP_H - #include <ieeefp.h> - #endif - -int -main () -{ - _fabsl(0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__fabsl_use=yes -else - glibcxx_cv_func__fabsl_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__fabsl_use" >&5 -$as_echo "$glibcxx_cv_func__fabsl_use" >&6; } - - if test x$glibcxx_cv_func__fabsl_use = x"yes"; then - for ac_func in _fabsl -do : - ac_fn_c_check_func "$LINENO" "_fabsl" "ac_cv_func__fabsl" -if test "x$ac_cv_func__fabsl" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__FABSL 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fmodl declaration" >&5 $as_echo_n "checking for fmodl declaration... " >&6; } if test x${glibcxx_cv_func_fmodl_use+set} != xset; then @@ -60719,71 +44874,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _fmodl declaration" >&5 -$as_echo_n "checking for _fmodl declaration... " >&6; } - if test x${glibcxx_cv_func__fmodl_use+set} != xset; then - if ${glibcxx_cv_func__fmodl_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> -int -main () -{ - _fmodl(0, 0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__fmodl_use=yes -else - glibcxx_cv_func__fmodl_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__fmodl_use" >&5 -$as_echo "$glibcxx_cv_func__fmodl_use" >&6; } - - if test x$glibcxx_cv_func__fmodl_use = x"yes"; then - for ac_func in _fmodl -do : - ac_fn_c_check_func "$LINENO" "_fmodl" "ac_cv_func__fmodl" -if test "x$ac_cv_func__fmodl" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__FMODL 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for frexpl declaration" >&5 $as_echo_n "checking for frexpl declaration... " >&6; } if test x${glibcxx_cv_func_frexpl_use+set} != xset; then @@ -60840,68 +44934,7 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _frexpl declaration" >&5 -$as_echo_n "checking for _frexpl declaration... " >&6; } - if test x${glibcxx_cv_func__frexpl_use+set} != xset; then - if ${glibcxx_cv_func__frexpl_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> -int -main () -{ - _frexpl(0, 0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__frexpl_use=yes -else - glibcxx_cv_func__frexpl_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__frexpl_use" >&5 -$as_echo "$glibcxx_cv_func__frexpl_use" >&6; } - - if test x$glibcxx_cv_func__frexpl_use = x"yes"; then - for ac_func in _frexpl -do : - ac_fn_c_check_func "$LINENO" "_frexpl" "ac_cv_func__frexpl" -if test "x$ac_cv_func__frexpl" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__FREXPL 1 -_ACEOF - -fi -done - - fi - fi - - @@ -60961,71 +44994,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _hypotl declaration" >&5 -$as_echo_n "checking for _hypotl declaration... " >&6; } - if test x${glibcxx_cv_func__hypotl_use+set} != xset; then - if ${glibcxx_cv_func__hypotl_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> -int -main () -{ - _hypotl(0, 0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__hypotl_use=yes -else - glibcxx_cv_func__hypotl_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__hypotl_use" >&5 -$as_echo "$glibcxx_cv_func__hypotl_use" >&6; } - - if test x$glibcxx_cv_func__hypotl_use = x"yes"; then - for ac_func in _hypotl -do : - ac_fn_c_check_func "$LINENO" "_hypotl" "ac_cv_func__hypotl" -if test "x$ac_cv_func__hypotl" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__HYPOTL 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ldexpl declaration" >&5 $as_echo_n "checking for ldexpl declaration... " >&6; } if test x${glibcxx_cv_func_ldexpl_use+set} != xset; then @@ -61082,71 +45054,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _ldexpl declaration" >&5 -$as_echo_n "checking for _ldexpl declaration... " >&6; } - if test x${glibcxx_cv_func__ldexpl_use+set} != xset; then - if ${glibcxx_cv_func__ldexpl_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> -int -main () -{ - _ldexpl(0, 0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__ldexpl_use=yes -else - glibcxx_cv_func__ldexpl_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__ldexpl_use" >&5 -$as_echo "$glibcxx_cv_func__ldexpl_use" >&6; } - - if test x$glibcxx_cv_func__ldexpl_use = x"yes"; then - for ac_func in _ldexpl -do : - ac_fn_c_check_func "$LINENO" "_ldexpl" "ac_cv_func__ldexpl" -if test "x$ac_cv_func__ldexpl" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__LDEXPL 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for logl declaration" >&5 $as_echo_n "checking for logl declaration... " >&6; } if test x${glibcxx_cv_func_logl_use+set} != xset; then @@ -61207,75 +45118,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _logl declaration" >&5 -$as_echo_n "checking for _logl declaration... " >&6; } - if test x${glibcxx_cv_func__logl_use+set} != xset; then - if ${glibcxx_cv_func__logl_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> - #ifdef HAVE_IEEEFP_H - #include <ieeefp.h> - #endif - -int -main () -{ - _logl(0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__logl_use=yes -else - glibcxx_cv_func__logl_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__logl_use" >&5 -$as_echo "$glibcxx_cv_func__logl_use" >&6; } - - if test x$glibcxx_cv_func__logl_use = x"yes"; then - for ac_func in _logl -do : - ac_fn_c_check_func "$LINENO" "_logl" "ac_cv_func__logl" -if test "x$ac_cv_func__logl" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__LOGL 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for log10l declaration" >&5 $as_echo_n "checking for log10l declaration... " >&6; } if test x${glibcxx_cv_func_log10l_use+set} != xset; then @@ -61336,75 +45182,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _log10l declaration" >&5 -$as_echo_n "checking for _log10l declaration... " >&6; } - if test x${glibcxx_cv_func__log10l_use+set} != xset; then - if ${glibcxx_cv_func__log10l_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> - #ifdef HAVE_IEEEFP_H - #include <ieeefp.h> - #endif - -int -main () -{ - _log10l(0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__log10l_use=yes -else - glibcxx_cv_func__log10l_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__log10l_use" >&5 -$as_echo "$glibcxx_cv_func__log10l_use" >&6; } - - if test x$glibcxx_cv_func__log10l_use = x"yes"; then - for ac_func in _log10l -do : - ac_fn_c_check_func "$LINENO" "_log10l" "ac_cv_func__log10l" -if test "x$ac_cv_func__log10l" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__LOG10L 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for modfl declaration" >&5 $as_echo_n "checking for modfl declaration... " >&6; } if test x${glibcxx_cv_func_modfl_use+set} != xset; then @@ -61461,71 +45242,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _modfl declaration" >&5 -$as_echo_n "checking for _modfl declaration... " >&6; } - if test x${glibcxx_cv_func__modfl_use+set} != xset; then - if ${glibcxx_cv_func__modfl_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> -int -main () -{ - _modfl(0, 0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__modfl_use=yes -else - glibcxx_cv_func__modfl_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__modfl_use" >&5 -$as_echo "$glibcxx_cv_func__modfl_use" >&6; } - - if test x$glibcxx_cv_func__modfl_use = x"yes"; then - for ac_func in _modfl -do : - ac_fn_c_check_func "$LINENO" "_modfl" "ac_cv_func__modfl" -if test "x$ac_cv_func__modfl" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__MODFL 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for powl declaration" >&5 $as_echo_n "checking for powl declaration... " >&6; } if test x${glibcxx_cv_func_powl_use+set} != xset; then @@ -61582,68 +45302,7 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _powl declaration" >&5 -$as_echo_n "checking for _powl declaration... " >&6; } - if test x${glibcxx_cv_func__powl_use+set} != xset; then - if ${glibcxx_cv_func__powl_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> -int -main () -{ - _powl(0, 0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__powl_use=yes -else - glibcxx_cv_func__powl_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__powl_use" >&5 -$as_echo "$glibcxx_cv_func__powl_use" >&6; } - - if test x$glibcxx_cv_func__powl_use = x"yes"; then - for ac_func in _powl -do : - ac_fn_c_check_func "$LINENO" "_powl" "ac_cv_func__powl" -if test "x$ac_cv_func__powl" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__POWL 1 -_ACEOF - -fi -done - - fi - fi - - @@ -61707,75 +45366,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _sqrtl declaration" >&5 -$as_echo_n "checking for _sqrtl declaration... " >&6; } - if test x${glibcxx_cv_func__sqrtl_use+set} != xset; then - if ${glibcxx_cv_func__sqrtl_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> - #ifdef HAVE_IEEEFP_H - #include <ieeefp.h> - #endif - -int -main () -{ - _sqrtl(0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__sqrtl_use=yes -else - glibcxx_cv_func__sqrtl_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__sqrtl_use" >&5 -$as_echo "$glibcxx_cv_func__sqrtl_use" >&6; } - - if test x$glibcxx_cv_func__sqrtl_use = x"yes"; then - for ac_func in _sqrtl -do : - ac_fn_c_check_func "$LINENO" "_sqrtl" "ac_cv_func__sqrtl" -if test "x$ac_cv_func__sqrtl" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__SQRTL 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sincosl declaration" >&5 $as_echo_n "checking for sincosl declaration... " >&6; } if test x${glibcxx_cv_func_sincosl_use+set} != xset; then @@ -61832,71 +45426,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _sincosl declaration" >&5 -$as_echo_n "checking for _sincosl declaration... " >&6; } - if test x${glibcxx_cv_func__sincosl_use+set} != xset; then - if ${glibcxx_cv_func__sincosl_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> -int -main () -{ - _sincosl(0, 0, 0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__sincosl_use=yes -else - glibcxx_cv_func__sincosl_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__sincosl_use" >&5 -$as_echo "$glibcxx_cv_func__sincosl_use" >&6; } - - if test x$glibcxx_cv_func__sincosl_use = x"yes"; then - for ac_func in _sincosl -do : - ac_fn_c_check_func "$LINENO" "_sincosl" "ac_cv_func__sincosl" -if test "x$ac_cv_func__sincosl" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__SINCOSL 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for finitel declaration" >&5 $as_echo_n "checking for finitel declaration... " >&6; } if test x${glibcxx_cv_func_finitel_use+set} != xset; then @@ -61957,74 +45490,9 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _finitel declaration" >&5 -$as_echo_n "checking for _finitel declaration... " >&6; } - if test x${glibcxx_cv_func__finitel_use+set} != xset; then - if ${glibcxx_cv_func__finitel_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> - #ifdef HAVE_IEEEFP_H - #include <ieeefp.h> - #endif - -int -main () -{ - _finitel(0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__finitel_use=yes -else - glibcxx_cv_func__finitel_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__finitel_use" >&5 -$as_echo "$glibcxx_cv_func__finitel_use" >&6; } - - if test x$glibcxx_cv_func__finitel_use = x"yes"; then - for ac_func in _finitel -do : - ac_fn_c_check_func "$LINENO" "_finitel" "ac_cv_func__finitel" -if test "x$ac_cv_func__finitel" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__FINITEL 1 -_ACEOF - -fi -done - - fi fi - - LIBS="$ac_save_LIBS" CXXFLAGS="$ac_save_CXXFLAGS" @@ -62208,8 +45676,6 @@ done fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for strtof declaration" >&5 $as_echo_n "checking for strtof declaration... " >&6; } if test x${glibcxx_cv_func_strtof_use+set} != xset; then @@ -62268,8 +45734,6 @@ done fi - - CXXFLAGS="$ac_save_CXXFLAGS" for ac_func in aligned_alloc posix_memalign memalign _aligned_malloc @@ -63047,72 +46511,7 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _isinf declaration" >&5 -$as_echo_n "checking for _isinf declaration... " >&6; } - if test x${glibcxx_cv_func__isinf_use+set} != xset; then - if ${glibcxx_cv_func__isinf_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> - #ifdef HAVE_IEEEFP_H - #include <ieeefp.h> - #endif - -int -main () -{ - _isinf(0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__isinf_use=yes -else - glibcxx_cv_func__isinf_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__isinf_use" >&5 -$as_echo "$glibcxx_cv_func__isinf_use" >&6; } - - if test x$glibcxx_cv_func__isinf_use = x"yes"; then - for ac_func in _isinf -do : - ac_fn_c_check_func "$LINENO" "_isinf" "ac_cv_func__isinf" -if test "x$ac_cv_func__isinf" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__ISINF 1 -_ACEOF - -fi -done - - fi - fi - - @@ -63176,75 +46575,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _isnan declaration" >&5 -$as_echo_n "checking for _isnan declaration... " >&6; } - if test x${glibcxx_cv_func__isnan_use+set} != xset; then - if ${glibcxx_cv_func__isnan_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> - #ifdef HAVE_IEEEFP_H - #include <ieeefp.h> - #endif - -int -main () -{ - _isnan(0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__isnan_use=yes -else - glibcxx_cv_func__isnan_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__isnan_use" >&5 -$as_echo "$glibcxx_cv_func__isnan_use" >&6; } - - if test x$glibcxx_cv_func__isnan_use = x"yes"; then - for ac_func in _isnan -do : - ac_fn_c_check_func "$LINENO" "_isnan" "ac_cv_func__isnan" -if test "x$ac_cv_func__isnan" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__ISNAN 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for finite declaration" >&5 $as_echo_n "checking for finite declaration... " >&6; } if test x${glibcxx_cv_func_finite_use+set} != xset; then @@ -63305,75 +46639,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _finite declaration" >&5 -$as_echo_n "checking for _finite declaration... " >&6; } - if test x${glibcxx_cv_func__finite_use+set} != xset; then - if ${glibcxx_cv_func__finite_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> - #ifdef HAVE_IEEEFP_H - #include <ieeefp.h> - #endif - -int -main () -{ - _finite(0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__finite_use=yes -else - glibcxx_cv_func__finite_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__finite_use" >&5 -$as_echo "$glibcxx_cv_func__finite_use" >&6; } - - if test x$glibcxx_cv_func__finite_use = x"yes"; then - for ac_func in _finite -do : - ac_fn_c_check_func "$LINENO" "_finite" "ac_cv_func__finite" -if test "x$ac_cv_func__finite" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__FINITE 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sincos declaration" >&5 $as_echo_n "checking for sincos declaration... " >&6; } if test x${glibcxx_cv_func_sincos_use+set} != xset; then @@ -63430,71 +46699,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _sincos declaration" >&5 -$as_echo_n "checking for _sincos declaration... " >&6; } - if test x${glibcxx_cv_func__sincos_use+set} != xset; then - if ${glibcxx_cv_func__sincos_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> -int -main () -{ - _sincos(0, 0, 0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__sincos_use=yes -else - glibcxx_cv_func__sincos_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__sincos_use" >&5 -$as_echo "$glibcxx_cv_func__sincos_use" >&6; } - - if test x$glibcxx_cv_func__sincos_use = x"yes"; then - for ac_func in _sincos -do : - ac_fn_c_check_func "$LINENO" "_sincos" "ac_cv_func__sincos" -if test "x$ac_cv_func__sincos" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__SINCOS 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fpclass declaration" >&5 $as_echo_n "checking for fpclass declaration... " >&6; } if test x${glibcxx_cv_func_fpclass_use+set} != xset; then @@ -63555,75 +46763,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _fpclass declaration" >&5 -$as_echo_n "checking for _fpclass declaration... " >&6; } - if test x${glibcxx_cv_func__fpclass_use+set} != xset; then - if ${glibcxx_cv_func__fpclass_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> - #ifdef HAVE_IEEEFP_H - #include <ieeefp.h> - #endif - -int -main () -{ - _fpclass(0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__fpclass_use=yes -else - glibcxx_cv_func__fpclass_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__fpclass_use" >&5 -$as_echo "$glibcxx_cv_func__fpclass_use" >&6; } - - if test x$glibcxx_cv_func__fpclass_use = x"yes"; then - for ac_func in _fpclass -do : - ac_fn_c_check_func "$LINENO" "_fpclass" "ac_cv_func__fpclass" -if test "x$ac_cv_func__fpclass" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__FPCLASS 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for qfpclass declaration" >&5 $as_echo_n "checking for qfpclass declaration... " >&6; } if test x${glibcxx_cv_func_qfpclass_use+set} != xset; then @@ -63684,75 +46827,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _qfpclass declaration" >&5 -$as_echo_n "checking for _qfpclass declaration... " >&6; } - if test x${glibcxx_cv_func__qfpclass_use+set} != xset; then - if ${glibcxx_cv_func__qfpclass_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> - #ifdef HAVE_IEEEFP_H - #include <ieeefp.h> - #endif - -int -main () -{ - _qfpclass(0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__qfpclass_use=yes -else - glibcxx_cv_func__qfpclass_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__qfpclass_use" >&5 -$as_echo "$glibcxx_cv_func__qfpclass_use" >&6; } - - if test x$glibcxx_cv_func__qfpclass_use = x"yes"; then - for ac_func in _qfpclass -do : - ac_fn_c_check_func "$LINENO" "_qfpclass" "ac_cv_func__qfpclass" -if test "x$ac_cv_func__qfpclass" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__QFPCLASS 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for hypot declaration" >&5 $as_echo_n "checking for hypot declaration... " >&6; } if test x${glibcxx_cv_func_hypot_use+set} != xset; then @@ -63809,71 +46887,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _hypot declaration" >&5 -$as_echo_n "checking for _hypot declaration... " >&6; } - if test x${glibcxx_cv_func__hypot_use+set} != xset; then - if ${glibcxx_cv_func__hypot_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> -int -main () -{ - _hypot(0, 0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__hypot_use=yes -else - glibcxx_cv_func__hypot_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__hypot_use" >&5 -$as_echo "$glibcxx_cv_func__hypot_use" >&6; } - - if test x$glibcxx_cv_func__hypot_use = x"yes"; then - for ac_func in _hypot -do : - ac_fn_c_check_func "$LINENO" "_hypot" "ac_cv_func__hypot" -if test "x$ac_cv_func__hypot" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__HYPOT 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for float trig functions" >&5 $as_echo_n "checking for float trig functions... " >&6; } if ${glibcxx_cv_func_float_trig_use+:} false; then : @@ -63927,67 +46944,10 @@ _ACEOF fi done - else - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _float trig functions" >&5 -$as_echo_n "checking for _float trig functions... " >&6; } - if ${glibcxx_cv_func__float_trig_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> -int -main () -{ -_acosf (0); _asinf (0); _atanf (0); _cosf (0); _sinf (0); _tanf (0); _coshf (0); _sinhf (0); _tanhf (0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__float_trig_use=yes -else - glibcxx_cv_func__float_trig_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - -fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__float_trig_use" >&5 -$as_echo "$glibcxx_cv_func__float_trig_use" >&6; } - if test x$glibcxx_cv_func__float_trig_use = x"yes"; then - for ac_func in _acosf _asinf _atanf _cosf _sinf _tanf _coshf _sinhf _tanhf -do : - as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` -ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" -if eval test \"x\$"$as_ac_var"\" = x"yes"; then : - cat >>confdefs.h <<_ACEOF -#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for float round functions" >&5 $as_echo_n "checking for float round functions... " >&6; } if ${glibcxx_cv_func_float_round_use+:} false; then : @@ -64041,68 +47001,11 @@ _ACEOF fi done - else - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _float round functions" >&5 -$as_echo_n "checking for _float round functions... " >&6; } - if ${glibcxx_cv_func__float_round_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> -int -main () -{ -_ceilf (0); _floorf (0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__float_round_use=yes -else - glibcxx_cv_func__float_round_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - -fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__float_round_use" >&5 -$as_echo "$glibcxx_cv_func__float_round_use" >&6; } - if test x$glibcxx_cv_func__float_round_use = x"yes"; then - for ac_func in _ceilf _floorf -do : - as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` -ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" -if eval test \"x\$"$as_ac_var"\" = x"yes"; then : - cat >>confdefs.h <<_ACEOF -#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for expf declaration" >&5 $as_echo_n "checking for expf declaration... " >&6; } if test x${glibcxx_cv_func_expf_use+set} != xset; then @@ -64163,75 +47066,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _expf declaration" >&5 -$as_echo_n "checking for _expf declaration... " >&6; } - if test x${glibcxx_cv_func__expf_use+set} != xset; then - if ${glibcxx_cv_func__expf_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> - #ifdef HAVE_IEEEFP_H - #include <ieeefp.h> - #endif - -int -main () -{ - _expf(0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__expf_use=yes -else - glibcxx_cv_func__expf_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__expf_use" >&5 -$as_echo "$glibcxx_cv_func__expf_use" >&6; } - - if test x$glibcxx_cv_func__expf_use = x"yes"; then - for ac_func in _expf -do : - ac_fn_c_check_func "$LINENO" "_expf" "ac_cv_func__expf" -if test "x$ac_cv_func__expf" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__EXPF 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isnanf declaration" >&5 $as_echo_n "checking for isnanf declaration... " >&6; } if test x${glibcxx_cv_func_isnanf_use+set} != xset; then @@ -64292,75 +47130,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _isnanf declaration" >&5 -$as_echo_n "checking for _isnanf declaration... " >&6; } - if test x${glibcxx_cv_func__isnanf_use+set} != xset; then - if ${glibcxx_cv_func__isnanf_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> - #ifdef HAVE_IEEEFP_H - #include <ieeefp.h> - #endif - -int -main () -{ - _isnanf(0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__isnanf_use=yes -else - glibcxx_cv_func__isnanf_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__isnanf_use" >&5 -$as_echo "$glibcxx_cv_func__isnanf_use" >&6; } - - if test x$glibcxx_cv_func__isnanf_use = x"yes"; then - for ac_func in _isnanf -do : - ac_fn_c_check_func "$LINENO" "_isnanf" "ac_cv_func__isnanf" -if test "x$ac_cv_func__isnanf" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__ISNANF 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isinff declaration" >&5 $as_echo_n "checking for isinff declaration... " >&6; } if test x${glibcxx_cv_func_isinff_use+set} != xset; then @@ -64421,75 +47194,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _isinff declaration" >&5 -$as_echo_n "checking for _isinff declaration... " >&6; } - if test x${glibcxx_cv_func__isinff_use+set} != xset; then - if ${glibcxx_cv_func__isinff_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> - #ifdef HAVE_IEEEFP_H - #include <ieeefp.h> - #endif - -int -main () -{ - _isinff(0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__isinff_use=yes -else - glibcxx_cv_func__isinff_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__isinff_use" >&5 -$as_echo "$glibcxx_cv_func__isinff_use" >&6; } - - if test x$glibcxx_cv_func__isinff_use = x"yes"; then - for ac_func in _isinff -do : - ac_fn_c_check_func "$LINENO" "_isinff" "ac_cv_func__isinff" -if test "x$ac_cv_func__isinff" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__ISINFF 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for atan2f declaration" >&5 $as_echo_n "checking for atan2f declaration... " >&6; } if test x${glibcxx_cv_func_atan2f_use+set} != xset; then @@ -64546,71 +47254,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _atan2f declaration" >&5 -$as_echo_n "checking for _atan2f declaration... " >&6; } - if test x${glibcxx_cv_func__atan2f_use+set} != xset; then - if ${glibcxx_cv_func__atan2f_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> -int -main () -{ - _atan2f(0, 0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__atan2f_use=yes -else - glibcxx_cv_func__atan2f_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__atan2f_use" >&5 -$as_echo "$glibcxx_cv_func__atan2f_use" >&6; } - - if test x$glibcxx_cv_func__atan2f_use = x"yes"; then - for ac_func in _atan2f -do : - ac_fn_c_check_func "$LINENO" "_atan2f" "ac_cv_func__atan2f" -if test "x$ac_cv_func__atan2f" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__ATAN2F 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fabsf declaration" >&5 $as_echo_n "checking for fabsf declaration... " >&6; } if test x${glibcxx_cv_func_fabsf_use+set} != xset; then @@ -64671,75 +47318,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _fabsf declaration" >&5 -$as_echo_n "checking for _fabsf declaration... " >&6; } - if test x${glibcxx_cv_func__fabsf_use+set} != xset; then - if ${glibcxx_cv_func__fabsf_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> - #ifdef HAVE_IEEEFP_H - #include <ieeefp.h> - #endif - -int -main () -{ - _fabsf(0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__fabsf_use=yes -else - glibcxx_cv_func__fabsf_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__fabsf_use" >&5 -$as_echo "$glibcxx_cv_func__fabsf_use" >&6; } - - if test x$glibcxx_cv_func__fabsf_use = x"yes"; then - for ac_func in _fabsf -do : - ac_fn_c_check_func "$LINENO" "_fabsf" "ac_cv_func__fabsf" -if test "x$ac_cv_func__fabsf" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__FABSF 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fmodf declaration" >&5 $as_echo_n "checking for fmodf declaration... " >&6; } if test x${glibcxx_cv_func_fmodf_use+set} != xset; then @@ -64796,71 +47378,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _fmodf declaration" >&5 -$as_echo_n "checking for _fmodf declaration... " >&6; } - if test x${glibcxx_cv_func__fmodf_use+set} != xset; then - if ${glibcxx_cv_func__fmodf_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> -int -main () -{ - _fmodf(0, 0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__fmodf_use=yes -else - glibcxx_cv_func__fmodf_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__fmodf_use" >&5 -$as_echo "$glibcxx_cv_func__fmodf_use" >&6; } - - if test x$glibcxx_cv_func__fmodf_use = x"yes"; then - for ac_func in _fmodf -do : - ac_fn_c_check_func "$LINENO" "_fmodf" "ac_cv_func__fmodf" -if test "x$ac_cv_func__fmodf" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__FMODF 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for frexpf declaration" >&5 $as_echo_n "checking for frexpf declaration... " >&6; } if test x${glibcxx_cv_func_frexpf_use+set} != xset; then @@ -64917,68 +47438,7 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _frexpf declaration" >&5 -$as_echo_n "checking for _frexpf declaration... " >&6; } - if test x${glibcxx_cv_func__frexpf_use+set} != xset; then - if ${glibcxx_cv_func__frexpf_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> -int -main () -{ - _frexpf(0, 0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__frexpf_use=yes -else - glibcxx_cv_func__frexpf_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__frexpf_use" >&5 -$as_echo "$glibcxx_cv_func__frexpf_use" >&6; } - - if test x$glibcxx_cv_func__frexpf_use = x"yes"; then - for ac_func in _frexpf -do : - ac_fn_c_check_func "$LINENO" "_frexpf" "ac_cv_func__frexpf" -if test "x$ac_cv_func__frexpf" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__FREXPF 1 -_ACEOF - -fi -done - - fi - fi - - @@ -65038,71 +47498,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _hypotf declaration" >&5 -$as_echo_n "checking for _hypotf declaration... " >&6; } - if test x${glibcxx_cv_func__hypotf_use+set} != xset; then - if ${glibcxx_cv_func__hypotf_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> -int -main () -{ - _hypotf(0, 0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__hypotf_use=yes -else - glibcxx_cv_func__hypotf_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__hypotf_use" >&5 -$as_echo "$glibcxx_cv_func__hypotf_use" >&6; } - - if test x$glibcxx_cv_func__hypotf_use = x"yes"; then - for ac_func in _hypotf -do : - ac_fn_c_check_func "$LINENO" "_hypotf" "ac_cv_func__hypotf" -if test "x$ac_cv_func__hypotf" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__HYPOTF 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ldexpf declaration" >&5 $as_echo_n "checking for ldexpf declaration... " >&6; } if test x${glibcxx_cv_func_ldexpf_use+set} != xset; then @@ -65159,71 +47558,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _ldexpf declaration" >&5 -$as_echo_n "checking for _ldexpf declaration... " >&6; } - if test x${glibcxx_cv_func__ldexpf_use+set} != xset; then - if ${glibcxx_cv_func__ldexpf_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> -int -main () -{ - _ldexpf(0, 0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__ldexpf_use=yes -else - glibcxx_cv_func__ldexpf_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__ldexpf_use" >&5 -$as_echo "$glibcxx_cv_func__ldexpf_use" >&6; } - - if test x$glibcxx_cv_func__ldexpf_use = x"yes"; then - for ac_func in _ldexpf -do : - ac_fn_c_check_func "$LINENO" "_ldexpf" "ac_cv_func__ldexpf" -if test "x$ac_cv_func__ldexpf" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__LDEXPF 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for logf declaration" >&5 $as_echo_n "checking for logf declaration... " >&6; } if test x${glibcxx_cv_func_logf_use+set} != xset; then @@ -65284,75 +47622,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _logf declaration" >&5 -$as_echo_n "checking for _logf declaration... " >&6; } - if test x${glibcxx_cv_func__logf_use+set} != xset; then - if ${glibcxx_cv_func__logf_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> - #ifdef HAVE_IEEEFP_H - #include <ieeefp.h> - #endif - -int -main () -{ - _logf(0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__logf_use=yes -else - glibcxx_cv_func__logf_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__logf_use" >&5 -$as_echo "$glibcxx_cv_func__logf_use" >&6; } - - if test x$glibcxx_cv_func__logf_use = x"yes"; then - for ac_func in _logf -do : - ac_fn_c_check_func "$LINENO" "_logf" "ac_cv_func__logf" -if test "x$ac_cv_func__logf" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__LOGF 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for log10f declaration" >&5 $as_echo_n "checking for log10f declaration... " >&6; } if test x${glibcxx_cv_func_log10f_use+set} != xset; then @@ -65413,72 +47686,7 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _log10f declaration" >&5 -$as_echo_n "checking for _log10f declaration... " >&6; } - if test x${glibcxx_cv_func__log10f_use+set} != xset; then - if ${glibcxx_cv_func__log10f_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> - #ifdef HAVE_IEEEFP_H - #include <ieeefp.h> - #endif - -int -main () -{ - _log10f(0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__log10f_use=yes -else - glibcxx_cv_func__log10f_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__log10f_use" >&5 -$as_echo "$glibcxx_cv_func__log10f_use" >&6; } - - if test x$glibcxx_cv_func__log10f_use = x"yes"; then - for ac_func in _log10f -do : - ac_fn_c_check_func "$LINENO" "_log10f" "ac_cv_func__log10f" -if test "x$ac_cv_func__log10f" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__LOG10F 1 -_ACEOF - -fi -done - - fi - fi - - @@ -65538,68 +47746,7 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _modff declaration" >&5 -$as_echo_n "checking for _modff declaration... " >&6; } - if test x${glibcxx_cv_func__modff_use+set} != xset; then - if ${glibcxx_cv_func__modff_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> -int -main () -{ - _modff(0, 0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__modff_use=yes -else - glibcxx_cv_func__modff_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__modff_use" >&5 -$as_echo "$glibcxx_cv_func__modff_use" >&6; } - - if test x$glibcxx_cv_func__modff_use = x"yes"; then - for ac_func in _modff -do : - ac_fn_c_check_func "$LINENO" "_modff" "ac_cv_func__modff" -if test "x$ac_cv_func__modff" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__MODFF 1 -_ACEOF - -fi -done - - fi - fi - - @@ -65659,71 +47806,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _modf declaration" >&5 -$as_echo_n "checking for _modf declaration... " >&6; } - if test x${glibcxx_cv_func__modf_use+set} != xset; then - if ${glibcxx_cv_func__modf_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> -int -main () -{ - _modf(0, 0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__modf_use=yes -else - glibcxx_cv_func__modf_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__modf_use" >&5 -$as_echo "$glibcxx_cv_func__modf_use" >&6; } - - if test x$glibcxx_cv_func__modf_use = x"yes"; then - for ac_func in _modf -do : - ac_fn_c_check_func "$LINENO" "_modf" "ac_cv_func__modf" -if test "x$ac_cv_func__modf" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__MODF 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for powf declaration" >&5 $as_echo_n "checking for powf declaration... " >&6; } if test x${glibcxx_cv_func_powf_use+set} != xset; then @@ -65780,68 +47866,7 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _powf declaration" >&5 -$as_echo_n "checking for _powf declaration... " >&6; } - if test x${glibcxx_cv_func__powf_use+set} != xset; then - if ${glibcxx_cv_func__powf_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> -int -main () -{ - _powf(0, 0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__powf_use=yes -else - glibcxx_cv_func__powf_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__powf_use" >&5 -$as_echo "$glibcxx_cv_func__powf_use" >&6; } - - if test x$glibcxx_cv_func__powf_use = x"yes"; then - for ac_func in _powf -do : - ac_fn_c_check_func "$LINENO" "_powf" "ac_cv_func__powf" -if test "x$ac_cv_func__powf" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__POWF 1 -_ACEOF - -fi -done - - fi - fi - - @@ -65905,72 +47930,7 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _sqrtf declaration" >&5 -$as_echo_n "checking for _sqrtf declaration... " >&6; } - if test x${glibcxx_cv_func__sqrtf_use+set} != xset; then - if ${glibcxx_cv_func__sqrtf_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> - #ifdef HAVE_IEEEFP_H - #include <ieeefp.h> - #endif - -int -main () -{ - _sqrtf(0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__sqrtf_use=yes -else - glibcxx_cv_func__sqrtf_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__sqrtf_use" >&5 -$as_echo "$glibcxx_cv_func__sqrtf_use" >&6; } - - if test x$glibcxx_cv_func__sqrtf_use = x"yes"; then - for ac_func in _sqrtf -do : - ac_fn_c_check_func "$LINENO" "_sqrtf" "ac_cv_func__sqrtf" -if test "x$ac_cv_func__sqrtf" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__SQRTF 1 -_ACEOF - -fi -done - - fi - fi - - @@ -66030,71 +47990,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _sincosf declaration" >&5 -$as_echo_n "checking for _sincosf declaration... " >&6; } - if test x${glibcxx_cv_func__sincosf_use+set} != xset; then - if ${glibcxx_cv_func__sincosf_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> -int -main () -{ - _sincosf(0, 0, 0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__sincosf_use=yes -else - glibcxx_cv_func__sincosf_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__sincosf_use" >&5 -$as_echo "$glibcxx_cv_func__sincosf_use" >&6; } - - if test x$glibcxx_cv_func__sincosf_use = x"yes"; then - for ac_func in _sincosf -do : - ac_fn_c_check_func "$LINENO" "_sincosf" "ac_cv_func__sincosf" -if test "x$ac_cv_func__sincosf" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__SINCOSF 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for finitef declaration" >&5 $as_echo_n "checking for finitef declaration... " >&6; } if test x${glibcxx_cv_func_finitef_use+set} != xset; then @@ -66155,75 +48054,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _finitef declaration" >&5 -$as_echo_n "checking for _finitef declaration... " >&6; } - if test x${glibcxx_cv_func__finitef_use+set} != xset; then - if ${glibcxx_cv_func__finitef_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> - #ifdef HAVE_IEEEFP_H - #include <ieeefp.h> - #endif - -int -main () -{ - _finitef(0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__finitef_use=yes -else - glibcxx_cv_func__finitef_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__finitef_use" >&5 -$as_echo "$glibcxx_cv_func__finitef_use" >&6; } - - if test x$glibcxx_cv_func__finitef_use = x"yes"; then - for ac_func in _finitef -do : - ac_fn_c_check_func "$LINENO" "_finitef" "ac_cv_func__finitef" -if test "x$ac_cv_func__finitef" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__FINITEF 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for long double trig functions" >&5 $as_echo_n "checking for long double trig functions... " >&6; } if ${glibcxx_cv_func_long_double_trig_use+:} false; then : @@ -66277,67 +48111,10 @@ _ACEOF fi done - else - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _long double trig functions" >&5 -$as_echo_n "checking for _long double trig functions... " >&6; } - if ${glibcxx_cv_func__long_double_trig_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> -int -main () -{ -_acosl (0); _asinl (0); _atanl (0); _cosl (0); _sinl (0); _tanl (0); _coshl (0); _sinhl (0); _tanhl (0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__long_double_trig_use=yes -else - glibcxx_cv_func__long_double_trig_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - -fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__long_double_trig_use" >&5 -$as_echo "$glibcxx_cv_func__long_double_trig_use" >&6; } - if test x$glibcxx_cv_func__long_double_trig_use = x"yes"; then - for ac_func in _acosl _asinl _atanl _cosl _sinl _tanl _coshl _sinhl _tanhl -do : - as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` -ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" -if eval test \"x\$"$as_ac_var"\" = x"yes"; then : - cat >>confdefs.h <<_ACEOF -#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for long double round functions" >&5 $as_echo_n "checking for long double round functions... " >&6; } if ${glibcxx_cv_func_long_double_round_use+:} false; then : @@ -66391,68 +48168,11 @@ _ACEOF fi done - else - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _long double round functions" >&5 -$as_echo_n "checking for _long double round functions... " >&6; } - if ${glibcxx_cv_func__long_double_round_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> -int -main () -{ -_ceill (0); _floorl (0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__long_double_round_use=yes -else - glibcxx_cv_func__long_double_round_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - -fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__long_double_round_use" >&5 -$as_echo "$glibcxx_cv_func__long_double_round_use" >&6; } - if test x$glibcxx_cv_func__long_double_round_use = x"yes"; then - for ac_func in _ceill _floorl -do : - as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` -ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" -if eval test \"x\$"$as_ac_var"\" = x"yes"; then : - cat >>confdefs.h <<_ACEOF -#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isnanl declaration" >&5 $as_echo_n "checking for isnanl declaration... " >&6; } if test x${glibcxx_cv_func_isnanl_use+set} != xset; then @@ -66513,75 +48233,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _isnanl declaration" >&5 -$as_echo_n "checking for _isnanl declaration... " >&6; } - if test x${glibcxx_cv_func__isnanl_use+set} != xset; then - if ${glibcxx_cv_func__isnanl_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> - #ifdef HAVE_IEEEFP_H - #include <ieeefp.h> - #endif - -int -main () -{ - _isnanl(0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__isnanl_use=yes -else - glibcxx_cv_func__isnanl_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__isnanl_use" >&5 -$as_echo "$glibcxx_cv_func__isnanl_use" >&6; } - - if test x$glibcxx_cv_func__isnanl_use = x"yes"; then - for ac_func in _isnanl -do : - ac_fn_c_check_func "$LINENO" "_isnanl" "ac_cv_func__isnanl" -if test "x$ac_cv_func__isnanl" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__ISNANL 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isinfl declaration" >&5 $as_echo_n "checking for isinfl declaration... " >&6; } if test x${glibcxx_cv_func_isinfl_use+set} != xset; then @@ -66642,75 +48297,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _isinfl declaration" >&5 -$as_echo_n "checking for _isinfl declaration... " >&6; } - if test x${glibcxx_cv_func__isinfl_use+set} != xset; then - if ${glibcxx_cv_func__isinfl_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> - #ifdef HAVE_IEEEFP_H - #include <ieeefp.h> - #endif - -int -main () -{ - _isinfl(0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__isinfl_use=yes -else - glibcxx_cv_func__isinfl_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__isinfl_use" >&5 -$as_echo "$glibcxx_cv_func__isinfl_use" >&6; } - - if test x$glibcxx_cv_func__isinfl_use = x"yes"; then - for ac_func in _isinfl -do : - ac_fn_c_check_func "$LINENO" "_isinfl" "ac_cv_func__isinfl" -if test "x$ac_cv_func__isinfl" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__ISINFL 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for atan2l declaration" >&5 $as_echo_n "checking for atan2l declaration... " >&6; } if test x${glibcxx_cv_func_atan2l_use+set} != xset; then @@ -66767,71 +48357,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _atan2l declaration" >&5 -$as_echo_n "checking for _atan2l declaration... " >&6; } - if test x${glibcxx_cv_func__atan2l_use+set} != xset; then - if ${glibcxx_cv_func__atan2l_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> -int -main () -{ - _atan2l(0, 0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__atan2l_use=yes -else - glibcxx_cv_func__atan2l_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__atan2l_use" >&5 -$as_echo "$glibcxx_cv_func__atan2l_use" >&6; } - - if test x$glibcxx_cv_func__atan2l_use = x"yes"; then - for ac_func in _atan2l -do : - ac_fn_c_check_func "$LINENO" "_atan2l" "ac_cv_func__atan2l" -if test "x$ac_cv_func__atan2l" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__ATAN2L 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for expl declaration" >&5 $as_echo_n "checking for expl declaration... " >&6; } if test x${glibcxx_cv_func_expl_use+set} != xset; then @@ -66892,75 +48421,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _expl declaration" >&5 -$as_echo_n "checking for _expl declaration... " >&6; } - if test x${glibcxx_cv_func__expl_use+set} != xset; then - if ${glibcxx_cv_func__expl_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> - #ifdef HAVE_IEEEFP_H - #include <ieeefp.h> - #endif - -int -main () -{ - _expl(0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__expl_use=yes -else - glibcxx_cv_func__expl_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__expl_use" >&5 -$as_echo "$glibcxx_cv_func__expl_use" >&6; } - - if test x$glibcxx_cv_func__expl_use = x"yes"; then - for ac_func in _expl -do : - ac_fn_c_check_func "$LINENO" "_expl" "ac_cv_func__expl" -if test "x$ac_cv_func__expl" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__EXPL 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fabsl declaration" >&5 $as_echo_n "checking for fabsl declaration... " >&6; } if test x${glibcxx_cv_func_fabsl_use+set} != xset; then @@ -67021,72 +48485,7 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _fabsl declaration" >&5 -$as_echo_n "checking for _fabsl declaration... " >&6; } - if test x${glibcxx_cv_func__fabsl_use+set} != xset; then - if ${glibcxx_cv_func__fabsl_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> - #ifdef HAVE_IEEEFP_H - #include <ieeefp.h> - #endif - -int -main () -{ - _fabsl(0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__fabsl_use=yes -else - glibcxx_cv_func__fabsl_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__fabsl_use" >&5 -$as_echo "$glibcxx_cv_func__fabsl_use" >&6; } - - if test x$glibcxx_cv_func__fabsl_use = x"yes"; then - for ac_func in _fabsl -do : - ac_fn_c_check_func "$LINENO" "_fabsl" "ac_cv_func__fabsl" -if test "x$ac_cv_func__fabsl" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__FABSL 1 -_ACEOF - -fi -done - - fi - fi - - @@ -67146,71 +48545,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _fmodl declaration" >&5 -$as_echo_n "checking for _fmodl declaration... " >&6; } - if test x${glibcxx_cv_func__fmodl_use+set} != xset; then - if ${glibcxx_cv_func__fmodl_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> -int -main () -{ - _fmodl(0, 0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__fmodl_use=yes -else - glibcxx_cv_func__fmodl_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__fmodl_use" >&5 -$as_echo "$glibcxx_cv_func__fmodl_use" >&6; } - - if test x$glibcxx_cv_func__fmodl_use = x"yes"; then - for ac_func in _fmodl -do : - ac_fn_c_check_func "$LINENO" "_fmodl" "ac_cv_func__fmodl" -if test "x$ac_cv_func__fmodl" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__FMODL 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for frexpl declaration" >&5 $as_echo_n "checking for frexpl declaration... " >&6; } if test x${glibcxx_cv_func_frexpl_use+set} != xset; then @@ -67267,68 +48605,7 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _frexpl declaration" >&5 -$as_echo_n "checking for _frexpl declaration... " >&6; } - if test x${glibcxx_cv_func__frexpl_use+set} != xset; then - if ${glibcxx_cv_func__frexpl_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> -int -main () -{ - _frexpl(0, 0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__frexpl_use=yes -else - glibcxx_cv_func__frexpl_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__frexpl_use" >&5 -$as_echo "$glibcxx_cv_func__frexpl_use" >&6; } - - if test x$glibcxx_cv_func__frexpl_use = x"yes"; then - for ac_func in _frexpl -do : - ac_fn_c_check_func "$LINENO" "_frexpl" "ac_cv_func__frexpl" -if test "x$ac_cv_func__frexpl" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__FREXPL 1 -_ACEOF - -fi -done - - fi - fi - - @@ -67388,71 +48665,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _hypotl declaration" >&5 -$as_echo_n "checking for _hypotl declaration... " >&6; } - if test x${glibcxx_cv_func__hypotl_use+set} != xset; then - if ${glibcxx_cv_func__hypotl_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> -int -main () -{ - _hypotl(0, 0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__hypotl_use=yes -else - glibcxx_cv_func__hypotl_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__hypotl_use" >&5 -$as_echo "$glibcxx_cv_func__hypotl_use" >&6; } - - if test x$glibcxx_cv_func__hypotl_use = x"yes"; then - for ac_func in _hypotl -do : - ac_fn_c_check_func "$LINENO" "_hypotl" "ac_cv_func__hypotl" -if test "x$ac_cv_func__hypotl" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__HYPOTL 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ldexpl declaration" >&5 $as_echo_n "checking for ldexpl declaration... " >&6; } if test x${glibcxx_cv_func_ldexpl_use+set} != xset; then @@ -67509,71 +48725,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _ldexpl declaration" >&5 -$as_echo_n "checking for _ldexpl declaration... " >&6; } - if test x${glibcxx_cv_func__ldexpl_use+set} != xset; then - if ${glibcxx_cv_func__ldexpl_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> -int -main () -{ - _ldexpl(0, 0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__ldexpl_use=yes -else - glibcxx_cv_func__ldexpl_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__ldexpl_use" >&5 -$as_echo "$glibcxx_cv_func__ldexpl_use" >&6; } - - if test x$glibcxx_cv_func__ldexpl_use = x"yes"; then - for ac_func in _ldexpl -do : - ac_fn_c_check_func "$LINENO" "_ldexpl" "ac_cv_func__ldexpl" -if test "x$ac_cv_func__ldexpl" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__LDEXPL 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for logl declaration" >&5 $as_echo_n "checking for logl declaration... " >&6; } if test x${glibcxx_cv_func_logl_use+set} != xset; then @@ -67634,72 +48789,7 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _logl declaration" >&5 -$as_echo_n "checking for _logl declaration... " >&6; } - if test x${glibcxx_cv_func__logl_use+set} != xset; then - if ${glibcxx_cv_func__logl_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> - #ifdef HAVE_IEEEFP_H - #include <ieeefp.h> - #endif - -int -main () -{ - _logl(0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__logl_use=yes -else - glibcxx_cv_func__logl_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__logl_use" >&5 -$as_echo "$glibcxx_cv_func__logl_use" >&6; } - - if test x$glibcxx_cv_func__logl_use = x"yes"; then - for ac_func in _logl -do : - ac_fn_c_check_func "$LINENO" "_logl" "ac_cv_func__logl" -if test "x$ac_cv_func__logl" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__LOGL 1 -_ACEOF - -fi -done - - fi - fi - - @@ -67763,75 +48853,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _log10l declaration" >&5 -$as_echo_n "checking for _log10l declaration... " >&6; } - if test x${glibcxx_cv_func__log10l_use+set} != xset; then - if ${glibcxx_cv_func__log10l_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> - #ifdef HAVE_IEEEFP_H - #include <ieeefp.h> - #endif - -int -main () -{ - _log10l(0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__log10l_use=yes -else - glibcxx_cv_func__log10l_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__log10l_use" >&5 -$as_echo "$glibcxx_cv_func__log10l_use" >&6; } - - if test x$glibcxx_cv_func__log10l_use = x"yes"; then - for ac_func in _log10l -do : - ac_fn_c_check_func "$LINENO" "_log10l" "ac_cv_func__log10l" -if test "x$ac_cv_func__log10l" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__LOG10L 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for modfl declaration" >&5 $as_echo_n "checking for modfl declaration... " >&6; } if test x${glibcxx_cv_func_modfl_use+set} != xset; then @@ -67888,68 +48913,7 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _modfl declaration" >&5 -$as_echo_n "checking for _modfl declaration... " >&6; } - if test x${glibcxx_cv_func__modfl_use+set} != xset; then - if ${glibcxx_cv_func__modfl_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> -int -main () -{ - _modfl(0, 0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__modfl_use=yes -else - glibcxx_cv_func__modfl_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__modfl_use" >&5 -$as_echo "$glibcxx_cv_func__modfl_use" >&6; } - - if test x$glibcxx_cv_func__modfl_use = x"yes"; then - for ac_func in _modfl -do : - ac_fn_c_check_func "$LINENO" "_modfl" "ac_cv_func__modfl" -if test "x$ac_cv_func__modfl" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__MODFL 1 -_ACEOF - -fi -done - - fi - fi - - @@ -68009,71 +48973,10 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _powl declaration" >&5 -$as_echo_n "checking for _powl declaration... " >&6; } - if test x${glibcxx_cv_func__powl_use+set} != xset; then - if ${glibcxx_cv_func__powl_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> -int -main () -{ - _powl(0, 0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__powl_use=yes -else - glibcxx_cv_func__powl_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__powl_use" >&5 -$as_echo "$glibcxx_cv_func__powl_use" >&6; } - - if test x$glibcxx_cv_func__powl_use = x"yes"; then - for ac_func in _powl -do : - ac_fn_c_check_func "$LINENO" "_powl" "ac_cv_func__powl" -if test "x$ac_cv_func__powl" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__POWL 1 -_ACEOF - -fi -done - - fi fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sqrtl declaration" >&5 $as_echo_n "checking for sqrtl declaration... " >&6; } if test x${glibcxx_cv_func_sqrtl_use+set} != xset; then @@ -68134,72 +49037,7 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _sqrtl declaration" >&5 -$as_echo_n "checking for _sqrtl declaration... " >&6; } - if test x${glibcxx_cv_func__sqrtl_use+set} != xset; then - if ${glibcxx_cv_func__sqrtl_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> - #ifdef HAVE_IEEEFP_H - #include <ieeefp.h> - #endif - -int -main () -{ - _sqrtl(0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__sqrtl_use=yes -else - glibcxx_cv_func__sqrtl_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__sqrtl_use" >&5 -$as_echo "$glibcxx_cv_func__sqrtl_use" >&6; } - - if test x$glibcxx_cv_func__sqrtl_use = x"yes"; then - for ac_func in _sqrtl -do : - ac_fn_c_check_func "$LINENO" "_sqrtl" "ac_cv_func__sqrtl" -if test "x$ac_cv_func__sqrtl" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__SQRTL 1 -_ACEOF - -fi -done - - fi - fi - - @@ -68259,68 +49097,7 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _sincosl declaration" >&5 -$as_echo_n "checking for _sincosl declaration... " >&6; } - if test x${glibcxx_cv_func__sincosl_use+set} != xset; then - if ${glibcxx_cv_func__sincosl_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> -int -main () -{ - _sincosl(0, 0, 0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__sincosl_use=yes -else - glibcxx_cv_func__sincosl_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__sincosl_use" >&5 -$as_echo "$glibcxx_cv_func__sincosl_use" >&6; } - - if test x$glibcxx_cv_func__sincosl_use = x"yes"; then - for ac_func in _sincosl -do : - ac_fn_c_check_func "$LINENO" "_sincosl" "ac_cv_func__sincosl" -if test "x$ac_cv_func__sincosl" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__SINCOSL 1 -_ACEOF - -fi -done - - fi - fi - - @@ -68384,74 +49161,9 @@ _ACEOF fi done - else - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _finitel declaration" >&5 -$as_echo_n "checking for _finitel declaration... " >&6; } - if test x${glibcxx_cv_func__finitel_use+set} != xset; then - if ${glibcxx_cv_func__finitel_use+:} false; then : - $as_echo_n "(cached) " >&6 -else - - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <math.h> - #ifdef HAVE_IEEEFP_H - #include <ieeefp.h> - #endif - -int -main () -{ - _finitel(0); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - glibcxx_cv_func__finitel_use=yes -else - glibcxx_cv_func__finitel_use=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -fi - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__finitel_use" >&5 -$as_echo "$glibcxx_cv_func__finitel_use" >&6; } - - if test x$glibcxx_cv_func__finitel_use = x"yes"; then - for ac_func in _finitel -do : - ac_fn_c_check_func "$LINENO" "_finitel" "ac_cv_func__finitel" -if test "x$ac_cv_func__finitel" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__FINITEL 1 -_ACEOF - -fi -done - - fi fi - - LIBS="$ac_save_LIBS" CXXFLAGS="$ac_save_CXXFLAGS" @@ -68635,8 +49347,6 @@ done fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for strtof declaration" >&5 $as_echo_n "checking for strtof declaration... " >&6; } if test x${glibcxx_cv_func_strtof_use+set} != xset; then @@ -68695,8 +49405,6 @@ done fi - - CXXFLAGS="$ac_save_CXXFLAGS" ;; diff --git a/libstdc++-v3/linkage.m4 b/libstdc++-v3/linkage.m4 index 45a09cd..29b3144 100644 --- a/libstdc++-v3/linkage.m4 +++ b/libstdc++-v3/linkage.m4 @@ -28,27 +28,10 @@ AC_DEFUN([GLIBCXX_CHECK_MATH_DECL_1], [ ]) -dnl -dnl Define autoheader template for using the underscore functions -dnl For each parameter, create a macro where if func doesn't exist, -dnl but _func does, then it will "#define func _func". -dnl -dnl GLIBCXX_MAYBE_UNDERSCORED_FUNCS -AC_DEFUN([GLIBCXX_MAYBE_UNDERSCORED_FUNCS], -[AC_FOREACH([glibcxx_ufunc], [$1], - [AH_VERBATIM(_[]glibcxx_ufunc, -[#if defined (]AS_TR_CPP(HAVE__[]glibcxx_ufunc)[) && ! defined (]AS_TR_CPP(HAVE_[]glibcxx_ufunc)[) -# define ]AS_TR_CPP(HAVE_[]glibcxx_ufunc)[ 1 -# define ]glibcxx_ufunc[ _]glibcxx_ufunc[ -#endif])]) -]) - - dnl dnl Check to see if the (math function) argument passed is dnl 1) declared when using the c++ compiler dnl 2) has "C" linkage -dnl 3) if not, see if 1) and 2) for argument prepended with '_' dnl dnl Define HAVE_CARGF etc if "cargf" is declared and links dnl @@ -61,13 +44,7 @@ AC_DEFUN([GLIBCXX_CHECK_MATH_DECL_AND_LINKAGE_1], [ GLIBCXX_CHECK_MATH_DECL_1($1) if test x$glibcxx_cv_func_$1_use = x"yes"; then AC_CHECK_FUNCS($1) - else - GLIBCXX_CHECK_MATH_DECL_1(_$1) - if test x$glibcxx_cv_func__$1_use = x"yes"; then - AC_CHECK_FUNCS(_$1) - fi fi - GLIBCXX_MAYBE_UNDERSCORED_FUNCS($1) ]) @@ -90,22 +67,7 @@ AC_DEFUN([GLIBCXX_CHECK_MATH_DECLS_AND_LINKAGES_1], [ AC_MSG_RESULT($glibcxx_cv_func_$2_use) if test x$glibcxx_cv_func_$2_use = x"yes"; then AC_CHECK_FUNCS(funclist) - else - AC_MSG_CHECKING([for _$1 functions]) - AC_CACHE_VAL(glibcxx_cv_func__$2_use, [ - AC_LANG_SAVE - AC_LANG_CPLUSPLUS - AC_TRY_COMPILE([#include <math.h>], - patsubst(funclist,[\w+],[_\& (0);]), - [glibcxx_cv_func__$2_use=yes], - [glibcxx_cv_func__$2_use=no]) - AC_LANG_RESTORE]) - AC_MSG_RESULT($glibcxx_cv_func__$2_use) - if test x$glibcxx_cv_func__$2_use = x"yes"; then - AC_CHECK_FUNCS(patsubst(funclist,[\w+],[_\&])) - fi fi - GLIBCXX_MAYBE_UNDERSCORED_FUNCS(funclist) undefine([funclist]) ]) @@ -146,13 +108,7 @@ AC_DEFUN([GLIBCXX_CHECK_MATH_DECL_AND_LINKAGE_2], [ GLIBCXX_CHECK_MATH_DECL_2($1) if test x$glibcxx_cv_func_$1_use = x"yes"; then AC_CHECK_FUNCS($1) - else - GLIBCXX_CHECK_MATH_DECL_2(_$1) - if test x$glibcxx_cv_func__$1_use = x"yes"; then - AC_CHECK_FUNCS(_$1) - fi fi - GLIBCXX_MAYBE_UNDERSCORED_FUNCS($1) ]) @@ -193,13 +149,7 @@ AC_DEFUN([GLIBCXX_CHECK_MATH_DECL_AND_LINKAGE_3], [ GLIBCXX_CHECK_MATH_DECL_3($1) if test x$glibcxx_cv_func_$1_use = x"yes"; then AC_CHECK_FUNCS($1) - else - GLIBCXX_CHECK_MATH_DECL_3(_$1) - if test x$glibcxx_cv_func__$1_use = x"yes"; then - AC_CHECK_FUNCS(_$1) - fi fi - GLIBCXX_MAYBE_UNDERSCORED_FUNCS($1) ]) @@ -287,7 +237,6 @@ AC_DEFUN([GLIBCXX_CHECK_STDLIB_DECL_AND_LINKAGE_2], [ if test x$glibcxx_cv_func_$1_use = x"yes"; then AC_CHECK_FUNCS($1) fi - GLIBCXX_MAYBE_UNDERSCORED_FUNCS($1) ]) |