unistr/u8-strstr tests: Avoid test failure with ASAN.
[gnulib.git] / modules / ldexpl
blob622cad6ef5e184e10d96a9301dee14bd6d558349
1 Description:
2 ldexpl() function: multiply a 'long double' by a power of 2.
4 Files:
5 lib/ldexpl.c
6 lib/ldexp.c
7 m4/ldexpl.m4
9 Depends-on:
10 math
11 extensions
12 ldexp           [{ test $HAVE_DECL_LDEXPL = 0 || test $gl_func_ldexpl = no; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 1]
13 isnanl          [{ test $HAVE_DECL_LDEXPL = 0 || test $gl_func_ldexpl = no; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
14 fpucw           [{ test $HAVE_DECL_LDEXPL = 0 || test $gl_func_ldexpl = no; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
15 stdbool         [{ test $HAVE_DECL_LDEXPL = 0 || test $gl_func_ldexpl = no; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
17 configure.ac:
18 gl_FUNC_LDEXPL
19 gl_CONDITIONAL([GL_COND_OBJ_LDEXPL],
20                [test $HAVE_DECL_LDEXPL = 0 || test $gl_func_ldexpl = no])
21 gl_MATH_MODULE_INDICATOR([ldexpl])
23 Makefile.am:
24 if GL_COND_OBJ_LDEXPL
25 lib_SOURCES += ldexpl.c
26 endif
28 Include:
29 <math.h>
31 Link:
32 $(LDEXPL_LIBM)
34 License:
35 LGPLv2+
37 Maintainer:
38 Paolo Bonzini