Lines Matching refs:frexpl

7283   # Code from module frexpl-nolibm:
7357 # Code from module printf-frexpl:
21733 ac_fn_c_check_decl "$LINENO" "frexpl" "ac_cv_have_decl_frexpl" "#include <math.h>
21743 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether frexpl() can be used without linking with libm" >&5
21744 $as_echo_n "checking whether frexpl() can be used without linking with libm... " >&6; }
21756 int e; return frexpl (x, &e) > 0;
21776 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether frexpl works" >&5
21777 $as_echo_n "checking whether frexpl works... " >&6; }
21819 long double frexpl (long double, int *);
21828 frexpl (x, &exp);
21832 /* Test on finite numbers that fails on Mac OS X 10.4, because its frexpl
21840 long double y = frexpl (x, &exp);
21853 frexpl (x, &exp);
21869 long double y = frexpl (x, &exp);
21880 long double y = frexpl (x, &exp);
21925 gl_LIBOBJS="$gl_LIBOBJS frexpl.$ac_objext"
24887 for gl_func in acosf acosl asinf asinl atanf atanl cbrt cbrtf cbrtl ceilf ceill copysign copysignf copysignl cosf cosl coshf expf expl exp2 exp2f exp2l expm1 expm1f expm1l fabsf fabsl floorf floorl fma fmaf fmal fmod fmodf fmodl frexpf frexpl hypotf hypotl ilogb ilogbf ilogbl ldexpf ldexpl log logf logl log10 log10f log10l log1p log1pf log1pl log2 log2f log2l logb logbf logbl modf modff modfl powf remainder remainderf remainderl rint rintf rintl round roundf roundl sinf sinl sinhf sqrtf sqrtl tanf tanl tanhf trunc truncf truncl; do
26945 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether frexpl() can be used without linking with libm" >&5
26946 $as_echo_n "checking whether frexpl() can be used without linking with libm... " >&6; }
26958 int e; return frexpl (x, &e) > 0;
26978 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether frexpl works" >&5
26979 $as_echo_n "checking whether frexpl works... " >&6; }
27021 long double frexpl (long double, int *);
27030 frexpl (x, &exp);
27034 /* Test on finite numbers that fails on Mac OS X 10.4, because its frexpl
27042 long double y = frexpl (x, &exp);
27055 frexpl (x, &exp);
27071 long double y = frexpl (x, &exp);
27082 long double y = frexpl (x, &exp);
27115 ac_fn_c_check_decl "$LINENO" "frexpl" "ac_cv_have_decl_frexpl" "#include <math.h>