2 frexpl() function: split a 'long double' into its constituents.
12 frexp [{ test $HAVE_DECL_FREXPL = 0 || test $gl_func_frexpl = no; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 1]
13 isnanl-nolibm [{ test $HAVE_DECL_FREXPL = 0 || test $gl_func_frexpl = no; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
14 fpucw [{ test $HAVE_DECL_FREXPL = 0 || test $gl_func_frexpl = no; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
17 AC_REQUIRE([gl_FUNC_FREXPL])
18 if test $HAVE_DECL_FREXPL = 0 || test $gl_func_frexpl = no; then
21 gl_MATH_MODULE_INDICATOR([frexpl])