unistr/u8-strstr tests: Avoid test failure with ASAN.
[gnulib.git] / modules / ldexpf
blob559e5e5e583f4633c1be43101d5dfbf0a456658a
1 Description:
2 ldexpf() function: multiply a 'float' by a power of 2.
4 Files:
5 lib/ldexpf.c
6 m4/ldexpf.m4
7 m4/mathfunc.m4
9 Depends-on:
10 math
11 extensions
12 ldexp           [test $HAVE_LDEXPF = 0]
14 configure.ac:
15 gl_FUNC_LDEXPF
16 gl_CONDITIONAL([GL_COND_OBJ_LDEXPF], [test $HAVE_LDEXPF = 0])
17 gl_MATH_MODULE_INDICATOR([ldexpf])
19 Makefile.am:
20 if GL_COND_OBJ_LDEXPF
21 lib_SOURCES += ldexpf.c
22 endif
24 Include:
25 <math.h>
27 Link:
28 $(LDEXPF_LIBM)
30 License:
31 LGPL
33 Maintainer:
34 all