annotate modules/copysignl @ 16455:cfdc186017be

New module 'fabsf-ieee'. * modules/fabsf-ieee: New file.
author Bruno Haible <bruno@clisp.org>
date Sun, 26 Feb 2012 17:27:36 +0100
parents e8d90530f5fd
children fdbe3125f81a
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
15913
adefeca52f7d New module 'copysignl'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 Description:
adefeca52f7d New module 'copysignl'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
2 copysignl() function: copy sign into another 'long double' number.
adefeca52f7d New module 'copysignl'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
3
adefeca52f7d New module 'copysignl'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
4 Files:
adefeca52f7d New module 'copysignl'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
5 lib/copysignl.c
adefeca52f7d New module 'copysignl'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
6 m4/copysignl.m4
adefeca52f7d New module 'copysignl'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
7 m4/mathfunc.m4
adefeca52f7d New module 'copysignl'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8
adefeca52f7d New module 'copysignl'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
9 Depends-on:
adefeca52f7d New module 'copysignl'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
10 math
15922
e8d90530f5fd copysignl: Simplify for platforms where 'long double' == 'double'.
Bruno Haible <bruno@clisp.org>
parents: 15913
diff changeset
11 copysign [test $HAVE_COPYSIGNL = 0 && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 1]
e8d90530f5fd copysignl: Simplify for platforms where 'long double' == 'double'.
Bruno Haible <bruno@clisp.org>
parents: 15913
diff changeset
12 signbit [test $HAVE_COPYSIGNL = 0 && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
15913
adefeca52f7d New module 'copysignl'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
13
adefeca52f7d New module 'copysignl'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
14 configure.ac:
adefeca52f7d New module 'copysignl'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
15 gl_FUNC_COPYSIGNL
adefeca52f7d New module 'copysignl'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
16 if test $HAVE_COPYSIGNL = 0; then
adefeca52f7d New module 'copysignl'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
17 AC_LIBOBJ([copysignl])
adefeca52f7d New module 'copysignl'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
18 fi
adefeca52f7d New module 'copysignl'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
19 gl_MATH_MODULE_INDICATOR([copysignl])
adefeca52f7d New module 'copysignl'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
20
adefeca52f7d New module 'copysignl'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
21 Makefile.am:
adefeca52f7d New module 'copysignl'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
22
adefeca52f7d New module 'copysignl'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
23 Include:
adefeca52f7d New module 'copysignl'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
24 <math.h>
adefeca52f7d New module 'copysignl'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
25
adefeca52f7d New module 'copysignl'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
26 Link:
adefeca52f7d New module 'copysignl'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
27 $(COPYSIGNL_LIBM)
adefeca52f7d New module 'copysignl'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
28
adefeca52f7d New module 'copysignl'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
29 License:
adefeca52f7d New module 'copysignl'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
30 LGPL
adefeca52f7d New module 'copysignl'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
31
adefeca52f7d New module 'copysignl'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
32 Maintainer:
adefeca52f7d New module 'copysignl'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
33 Bruno Haible