vma-iter: Port to 64-bit Haiku.
[gnulib.git] / modules / ldexpl
blob61a82c2f66dceabb6268ba607f0c7442898e6c7b
1 Description:
2 ldexpl() function: multiply a 'long double' by a power of 2.
4 Files:
5 lib/ldexpl.c
6 m4/ldexpl.m4
8 Depends-on:
9 math
10 extensions
11 ldexp           [{ test $HAVE_DECL_LDEXPL = 0 || test $gl_func_ldexpl = no; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 1]
12 isnanl          [{ test $HAVE_DECL_LDEXPL = 0 || test $gl_func_ldexpl = no; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
13 fpucw           [{ test $HAVE_DECL_LDEXPL = 0 || test $gl_func_ldexpl = no; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
15 configure.ac:
16 gl_FUNC_LDEXPL
17 if test $HAVE_DECL_LDEXPL = 0 || test $gl_func_ldexpl = no; then
18   AC_LIBOBJ([ldexpl])
20 gl_MATH_MODULE_INDICATOR([ldexpl])
22 Makefile.am:
24 Include:
25 <math.h>
27 Link:
28 $(LDEXPL_LIBM)
30 License:
31 LGPL
33 Maintainer:
34 Paolo Bonzini