annotate modules/fma-ieee @ 17448:b3516a31a386

regex: port to --with-included-regex --enable-gcc-warnings non-threaded * lib/regex_internal.h (lock_fini, lock_lock): Rework to avoid gcc warnings in the non-threaded case. Reported by Charlie Brown in <http://lists.gnu.org/archive/html/bug-gnulib/2013-07/msg00015.html>.
author Paul Eggert <eggert@cs.ucla.edu>
date Tue, 09 Jul 2013 11:35:01 -0700
parents 93729a4cb347
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
16450
93729a4cb347 New module 'fma-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 Description:
93729a4cb347 New module 'fma-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
2 fma() function according to ISO C 99 with IEC 60559.
93729a4cb347 New module 'fma-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
3
93729a4cb347 New module 'fma-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
4 Files:
93729a4cb347 New module 'fma-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
5
93729a4cb347 New module 'fma-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
6 Depends-on:
93729a4cb347 New module 'fma-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
7 fma
93729a4cb347 New module 'fma-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8 fpieee
93729a4cb347 New module 'fma-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
9
93729a4cb347 New module 'fma-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
10 configure.ac:
93729a4cb347 New module 'fma-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
11
93729a4cb347 New module 'fma-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
12 Makefile.am:
93729a4cb347 New module 'fma-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
13
93729a4cb347 New module 'fma-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
14 Include:
93729a4cb347 New module 'fma-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
15 <math.h>
93729a4cb347 New module 'fma-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
16
93729a4cb347 New module 'fma-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
17 Link:
93729a4cb347 New module 'fma-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
18 $(FMA_LIBM)
93729a4cb347 New module 'fma-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
19
93729a4cb347 New module 'fma-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
20 License:
93729a4cb347 New module 'fma-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
21 LGPL
93729a4cb347 New module 'fma-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
22
93729a4cb347 New module 'fma-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
23 Maintainer:
93729a4cb347 New module 'fma-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
24 Bruno Haible