From 898fd81b831c106859bc99e65c7c1cbb642320c8 Mon Sep 17 00:00:00 2001 From: Jonathan Wakely Date: Fri, 29 Sep 2023 14:29:16 +0100 Subject: [PATCH] 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 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. --- libstdc++-v3/config.h.in | 506 - libstdc++-v3/configure | 19292 ------------------------------------- libstdc++-v3/linkage.m4 | 51 - 3 files changed, 19849 deletions(-) diff --git a/libstdc++-v3/config.h.in b/libstdc++-v3/config.h.in index 4af7339673c..c0aa51af3f0 100644 --- a/libstdc++-v3/config.h.in +++ b/libstdc++-v3/config.h.in @@ -541,195 +541,9 @@ /* Define to 1 if you have the 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 155faf51922..cd078454826 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 - #ifdef HAVE_IEEEFP_H - #include - #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,72 +23227,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 - #ifdef HAVE_IEEEFP_H - #include - #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 - - @@ -23421,72 +23291,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 - #ifdef HAVE_IEEEFP_H - #include - #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 - - @@ -23546,68 +23351,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 -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 - - @@ -23671,72 +23415,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 - #ifdef HAVE_IEEEFP_H - #include - #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 - - @@ -23800,72 +23479,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 - #ifdef HAVE_IEEEFP_H - #include - #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 - - @@ -23925,68 +23539,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 -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 - - @@ -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 -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 -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,72 +23718,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 - #ifdef HAVE_IEEEFP_H - #include - #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 - - @@ -24408,72 +23782,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 - #ifdef HAVE_IEEEFP_H - #include - #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 - - @@ -24537,72 +23846,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 - #ifdef HAVE_IEEEFP_H - #include - #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 - - @@ -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 -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,72 +23970,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 - #ifdef HAVE_IEEEFP_H - #include - #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 - - @@ -24912,68 +24030,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 -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 - - @@ -25033,68 +24090,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 -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 - - @@ -25154,68 +24150,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 -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 - - @@ -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 -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,72 +24274,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 - #ifdef HAVE_IEEEFP_H - #include - #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 - - @@ -25529,72 +24338,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 - #ifdef HAVE_IEEEFP_H - #include - #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 - - @@ -25654,68 +24398,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 -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 - - @@ -25775,68 +24458,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 -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 - - @@ -25896,68 +24518,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 -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 - - @@ -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 - #ifdef HAVE_IEEEFP_H - #include - #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,68 +24642,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 -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 - - @@ -26271,72 +24706,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 - #ifdef HAVE_IEEEFP_H - #include - #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 - - @@ -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 -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 -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 - #ifdef HAVE_IEEEFP_H - #include - #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,72 +24949,7 @@ _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 - #ifdef HAVE_IEEEFP_H - #include - #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 - - @@ -26883,68 +25009,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 -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 - - @@ -27008,72 +25073,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 - #ifdef HAVE_IEEEFP_H - #include - #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 - - @@ -27137,72 +25137,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 - #ifdef HAVE_IEEEFP_H - #include - #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 - - @@ -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 -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,68 +25257,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 -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 - - @@ -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 -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 -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,72 +25441,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 - #ifdef HAVE_IEEEFP_H - #include - #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 - - @@ -27879,72 +25505,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 - #ifdef HAVE_IEEEFP_H - #include - #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 - - @@ -28004,68 +25565,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 -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 - - @@ -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 -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,72 +25689,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 - #ifdef HAVE_IEEEFP_H - #include - #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 - - @@ -28375,68 +25749,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 -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 - - @@ -28500,72 +25813,7 @@ _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 - #ifdef HAVE_IEEEFP_H - #include - #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" @@ -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,72 +28840,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 - #ifdef HAVE_IEEEFP_H - #include - #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 - - @@ -31725,72 +28904,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 - #ifdef HAVE_IEEEFP_H - #include - #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 - - @@ -31854,72 +28968,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 - #ifdef HAVE_IEEEFP_H - #include - #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 - - @@ -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 -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 - #ifdef HAVE_IEEEFP_H - #include - #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,72 +29156,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 - #ifdef HAVE_IEEEFP_H - #include - #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 - - @@ -32358,68 +29216,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 -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 - - @@ -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 -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 -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 - #ifdef HAVE_IEEEFP_H - #include - #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,72 +29459,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 - #ifdef HAVE_IEEEFP_H - #include - #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 - - @@ -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 - #ifdef HAVE_IEEEFP_H - #include - #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 -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,72 +29647,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 - #ifdef HAVE_IEEEFP_H - #include - #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 - - @@ -33345,68 +29707,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 -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 - - @@ -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 -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,68 +29827,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 -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 - - @@ -33708,68 +29887,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 -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 - - @@ -33833,72 +29951,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 - #ifdef HAVE_IEEEFP_H - #include - #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 - - @@ -33962,72 +30015,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 - #ifdef HAVE_IEEEFP_H - #include - #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 - - @@ -34087,68 +30075,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 -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 - - @@ -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 -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,68 +30195,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 -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 - - @@ -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 - #ifdef HAVE_IEEEFP_H - #include - #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,68 +30319,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 -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 - - @@ -34704,72 +30383,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 - #ifdef HAVE_IEEEFP_H - #include - #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 - - @@ -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 -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 -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 - #ifdef HAVE_IEEEFP_H - #include - #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,72 +30626,7 @@ _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 - #ifdef HAVE_IEEEFP_H - #include - #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 - - @@ -35316,68 +30686,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 -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 - - @@ -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 - #ifdef HAVE_IEEEFP_H - #include - #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,72 +30814,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 - #ifdef HAVE_IEEEFP_H - #include - #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 - - @@ -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 -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,68 +30934,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 -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 - - @@ -35937,68 +30994,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 -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 - - @@ -36058,68 +31054,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 -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 - - @@ -36183,72 +31118,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 - #ifdef HAVE_IEEEFP_H - #include - #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 - - @@ -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 - #ifdef HAVE_IEEEFP_H - #include - #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,68 +31242,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 -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 - - @@ -36558,68 +31302,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 -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 - - @@ -36683,72 +31366,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 - #ifdef HAVE_IEEEFP_H - #include - #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 - - @@ -36808,68 +31426,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 -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 - - @@ -36933,72 +31490,7 @@ _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 - #ifdef HAVE_IEEEFP_H - #include - #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" @@ -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,72 +32019,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 - #ifdef HAVE_IEEEFP_H - #include - #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 - - @@ -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 - #ifdef HAVE_IEEEFP_H - #include - #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,72 +32147,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 - #ifdef HAVE_IEEEFP_H - #include - #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 - - @@ -37914,68 +32207,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 -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 - - @@ -38039,72 +32271,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 - #ifdef HAVE_IEEEFP_H - #include - #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 - - @@ -38168,72 +32335,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 - #ifdef HAVE_IEEEFP_H - #include - #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 - - @@ -38293,68 +32395,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 -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 - - @@ -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 -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 -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,72 +32574,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 - #ifdef HAVE_IEEEFP_H - #include - #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 - - @@ -38776,72 +32638,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 - #ifdef HAVE_IEEEFP_H - #include - #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 - - @@ -38905,72 +32702,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 - #ifdef HAVE_IEEEFP_H - #include - #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 - - @@ -39030,68 +32762,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 -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 - - @@ -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 - #ifdef HAVE_IEEEFP_H - #include - #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,68 +32886,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 -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 - - @@ -39401,68 +32946,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 -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 - - @@ -39522,68 +33006,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 -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 - - @@ -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 -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 - #ifdef HAVE_IEEEFP_H - #include - #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,72 +33194,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 - #ifdef HAVE_IEEEFP_H - #include - #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 - - @@ -40022,68 +33254,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 -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 - - @@ -40143,68 +33314,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 -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 - - @@ -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 -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,72 +33438,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 - #ifdef HAVE_IEEEFP_H - #include - #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 - - @@ -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 -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 - #ifdef HAVE_IEEEFP_H - #include - #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 -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 -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,72 +33741,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 - #ifdef HAVE_IEEEFP_H - #include - #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 - - @@ -41126,72 +33805,7 @@ _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 - #ifdef HAVE_IEEEFP_H - #include - #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 - - @@ -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 -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,72 +33929,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 - #ifdef HAVE_IEEEFP_H - #include - #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 - - @@ -41505,72 +33993,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 - #ifdef HAVE_IEEEFP_H - #include - #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 - - @@ -41630,68 +34053,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 -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 - - @@ -41751,68 +34113,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 -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 - - @@ -41872,68 +34173,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 -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 - - @@ -41993,68 +34233,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 -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 - - @@ -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 - #ifdef HAVE_IEEEFP_H - #include - #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,72 +34361,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 - #ifdef HAVE_IEEEFP_H - #include - #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 - - @@ -42372,68 +34421,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 -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 - - @@ -42493,68 +34481,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 -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 - - @@ -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 - #ifdef HAVE_IEEEFP_H - #include - #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 -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,72 +34669,7 @@ _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 - #ifdef HAVE_IEEEFP_H - #include - #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" @@ -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 - #ifdef HAVE_IEEEFP_H - #include - #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 - #ifdef HAVE_IEEEFP_H - #include - #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,72 +35378,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 - #ifdef HAVE_IEEEFP_H - #include - #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 - - @@ -43901,68 +35438,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 -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 - - @@ -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 - #ifdef HAVE_IEEEFP_H - #include - #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,72 +35566,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 - #ifdef HAVE_IEEEFP_H - #include - #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 - - @@ -44280,68 +35626,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 -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 - - @@ -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 -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 -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,72 +35805,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 - #ifdef HAVE_IEEEFP_H - #include - #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 - - @@ -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 - #ifdef HAVE_IEEEFP_H - #include - #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,72 +35933,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 - #ifdef HAVE_IEEEFP_H - #include - #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 - - @@ -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 -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,72 +36057,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 - #ifdef HAVE_IEEEFP_H - #include - #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 - - @@ -45267,68 +36117,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 -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 - - @@ -45388,68 +36177,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 -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 - - @@ -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 -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 -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,72 +36361,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 - #ifdef HAVE_IEEEFP_H - #include - #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 - - @@ -45884,72 +36425,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 - #ifdef HAVE_IEEEFP_H - #include - #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 - - @@ -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 -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,68 +36545,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 -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 - - @@ -46251,68 +36605,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 -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 - - @@ -46376,72 +36669,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 - #ifdef HAVE_IEEEFP_H - #include - #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 - - @@ -46501,68 +36729,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 -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 - - @@ -46626,72 +36793,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 - #ifdef HAVE_IEEEFP_H - #include - #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 - - @@ -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 -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 -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,72 +36972,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 - #ifdef HAVE_IEEEFP_H - #include - #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 - - @@ -47113,72 +37036,7 @@ _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 - #ifdef HAVE_IEEEFP_H - #include - #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 - - @@ -47238,68 +37096,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 -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 - - @@ -47363,72 +37160,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 - #ifdef HAVE_IEEEFP_H - #include - #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 - - @@ -47492,72 +37224,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 - #ifdef HAVE_IEEEFP_H - #include - #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 - - @@ -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 -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,68 +37344,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 -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 - - @@ -47859,68 +37404,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 -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 - - @@ -47980,68 +37464,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 -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 - - @@ -48105,72 +37528,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 - #ifdef HAVE_IEEEFP_H - #include - #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 - - @@ -48234,72 +37592,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 - #ifdef HAVE_IEEEFP_H - #include - #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 - - @@ -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 -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,68 +37712,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 -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 - - @@ -48605,72 +37776,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 - #ifdef HAVE_IEEEFP_H - #include - #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 - - @@ -48730,68 +37836,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 -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 - - @@ -48855,72 +37900,7 @@ _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 - #ifdef HAVE_IEEEFP_H - #include - #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" @@ -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,72 +39194,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 - #ifdef HAVE_IEEEFP_H - #include - #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 - - @@ -50347,72 +39258,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 - #ifdef HAVE_IEEEFP_H - #include - #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 - - @@ -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 - #ifdef HAVE_IEEEFP_H - #include - #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,68 +39382,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 -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 - - @@ -50726,72 +39446,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 - #ifdef HAVE_IEEEFP_H - #include - #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 - - @@ -50855,72 +39510,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 - #ifdef HAVE_IEEEFP_H - #include - #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 - - @@ -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 -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 -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 -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,72 +39749,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 - #ifdef HAVE_IEEEFP_H - #include - #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 - - @@ -51463,72 +39813,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 - #ifdef HAVE_IEEEFP_H - #include - #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 - - @@ -51592,72 +39877,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 - #ifdef HAVE_IEEEFP_H - #include - #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 - - @@ -51717,68 +39937,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 -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 - - @@ -51842,72 +40001,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 - #ifdef HAVE_IEEEFP_H - #include - #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 - - @@ -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 -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,68 +40121,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 -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 - - @@ -52209,68 +40181,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 -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 - - @@ -52330,68 +40241,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 -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 - - @@ -52455,72 +40305,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 - #ifdef HAVE_IEEEFP_H - #include - #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 - - @@ -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 - #ifdef HAVE_IEEEFP_H - #include - #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,68 +40429,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 -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 - - @@ -52830,68 +40489,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 -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 - - @@ -52951,68 +40549,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 -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 - - @@ -53076,72 +40613,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 - #ifdef HAVE_IEEEFP_H - #include - #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 - - @@ -53201,68 +40673,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 -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 - - @@ -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 - #ifdef HAVE_IEEEFP_H - #include - #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 -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 -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,72 +40916,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 - #ifdef HAVE_IEEEFP_H - #include - #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 - - @@ -53813,72 +40980,7 @@ _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 - #ifdef HAVE_IEEEFP_H - #include - #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 - - @@ -53938,68 +41040,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 -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 - - @@ -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 - #ifdef HAVE_IEEEFP_H - #include - #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,72 +41168,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 - #ifdef HAVE_IEEEFP_H - #include - #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 - - @@ -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 -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 -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,68 +41348,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 -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 - - @@ -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 -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,72 +41472,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 - #ifdef HAVE_IEEEFP_H - #include - #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 - - @@ -54934,72 +41536,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 - #ifdef HAVE_IEEEFP_H - #include - #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 - - @@ -55059,68 +41596,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 -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 - - @@ -55180,68 +41656,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 -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 - - @@ -55305,72 +41720,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 - #ifdef HAVE_IEEEFP_H - #include - #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 - - @@ -55430,68 +41780,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 -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 - - @@ -55555,72 +41844,7 @@ _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 - #ifdef HAVE_IEEEFP_H - #include - #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" @@ -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,72 +42840,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 - #ifdef HAVE_IEEEFP_H - #include - #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 - - @@ -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 - #ifdef HAVE_IEEEFP_H - #include - #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,72 +42968,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 - #ifdef HAVE_IEEEFP_H - #include - #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 - - @@ -57003,68 +43028,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 -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 - - @@ -57128,72 +43092,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 - #ifdef HAVE_IEEEFP_H - #include - #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 - - @@ -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 - #ifdef HAVE_IEEEFP_H - #include - #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 -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 -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 -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 - #ifdef HAVE_IEEEFP_H - #include - #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,72 +43459,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 - #ifdef HAVE_IEEEFP_H - #include - #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 - - @@ -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 - #ifdef HAVE_IEEEFP_H - #include - #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,68 +43583,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 -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 - - @@ -58244,72 +43647,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 - #ifdef HAVE_IEEEFP_H - #include - #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 - - @@ -58369,68 +43707,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 -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 - - @@ -58490,68 +43767,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 -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 - - @@ -58611,68 +43827,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 -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 - - @@ -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 -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,72 +43951,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 - #ifdef HAVE_IEEEFP_H - #include - #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 - - @@ -58986,72 +44015,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 - #ifdef HAVE_IEEEFP_H - #include - #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 - - @@ -59111,68 +44075,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 -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 - - @@ -59232,68 +44135,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 -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 - - @@ -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 -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,72 +44259,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 - #ifdef HAVE_IEEEFP_H - #include - #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 - - @@ -59603,68 +44319,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 -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 - - @@ -59728,72 +44383,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 - #ifdef HAVE_IEEEFP_H - #include - #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 - - @@ -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 -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 -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,72 +44562,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 - #ifdef HAVE_IEEEFP_H - #include - #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 - - @@ -60215,72 +44626,7 @@ _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 - #ifdef HAVE_IEEEFP_H - #include - #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 - - @@ -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 -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,72 +44750,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 - #ifdef HAVE_IEEEFP_H - #include - #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 - - @@ -60594,72 +44814,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 - #ifdef HAVE_IEEEFP_H - #include - #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 - - @@ -60719,68 +44874,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 -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 - - @@ -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 -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,68 +44994,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 -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 - - @@ -61082,68 +45054,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 -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 - - @@ -61207,72 +45118,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 - #ifdef HAVE_IEEEFP_H - #include - #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 - - @@ -61336,72 +45182,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 - #ifdef HAVE_IEEEFP_H - #include - #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 - - @@ -61461,68 +45242,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 -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 - - @@ -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 -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,72 +45366,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 - #ifdef HAVE_IEEEFP_H - #include - #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 - - @@ -61832,68 +45426,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 -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 - - @@ -61957,72 +45490,7 @@ _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 - #ifdef HAVE_IEEEFP_H - #include - #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" @@ -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 - #ifdef HAVE_IEEEFP_H - #include - #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,72 +46575,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 - #ifdef HAVE_IEEEFP_H - #include - #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 - - @@ -63305,72 +46639,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 - #ifdef HAVE_IEEEFP_H - #include - #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 - - @@ -63430,68 +46699,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 -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 - - @@ -63555,72 +46763,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 - #ifdef HAVE_IEEEFP_H - #include - #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 - - @@ -63684,72 +46827,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 - #ifdef HAVE_IEEEFP_H - #include - #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 - - @@ -63809,68 +46887,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 -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 - - @@ -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 -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 -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,72 +47066,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 - #ifdef HAVE_IEEEFP_H - #include - #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 - - @@ -64292,72 +47130,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 - #ifdef HAVE_IEEEFP_H - #include - #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 - - @@ -64421,72 +47194,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 - #ifdef HAVE_IEEEFP_H - #include - #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 - - @@ -64546,68 +47254,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 -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 - - @@ -64671,72 +47318,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 - #ifdef HAVE_IEEEFP_H - #include - #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 - - @@ -64796,68 +47378,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 -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 - - @@ -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 -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,68 +47498,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 -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 - - @@ -65159,68 +47558,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 -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 - - @@ -65284,72 +47622,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 - #ifdef HAVE_IEEEFP_H - #include - #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 - - @@ -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 - #ifdef HAVE_IEEEFP_H - #include - #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 -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,68 +47806,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 -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 - - @@ -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 -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 - #ifdef HAVE_IEEEFP_H - #include - #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,68 +47990,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 -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 - - @@ -66155,72 +48054,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 - #ifdef HAVE_IEEEFP_H - #include - #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 - - @@ -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 -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 -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,72 +48233,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 - #ifdef HAVE_IEEEFP_H - #include - #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 - - @@ -66642,72 +48297,7 @@ _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 - #ifdef HAVE_IEEEFP_H - #include - #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 - - @@ -66767,68 +48357,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 -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 - - @@ -66892,72 +48421,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 - #ifdef HAVE_IEEEFP_H - #include - #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 - - @@ -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 - #ifdef HAVE_IEEEFP_H - #include - #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,68 +48545,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 -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 - - @@ -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 -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,68 +48665,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 -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 - - @@ -67509,68 +48725,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 -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 - - @@ -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 - #ifdef HAVE_IEEEFP_H - #include - #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,72 +48853,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 - #ifdef HAVE_IEEEFP_H - #include - #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 - - @@ -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 -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,68 +48973,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 -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 - - @@ -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 - #ifdef HAVE_IEEEFP_H - #include - #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 -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,72 +49161,7 @@ _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 - #ifdef HAVE_IEEEFP_H - #include - #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" @@ -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 45a09cdf445..29b31447c98 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 ], - 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) ])