Mercurial > hg > octave-kai > gnulib-hg
annotate modules/isnand-nolibm-tests @ 9854:baba3b346ab2
Use macros NaNf, NaNd, NaNl instead of NAN.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Wed, 02 Apr 2008 03:06:02 +0200 |
parents | a113e473cc98 |
children | ebb7ea0c94e8 |
rev | line source |
---|---|
9646
a113e473cc98
Rename isnan, applicable to 'double' only, to isnand.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1 Files: |
a113e473cc98
Rename isnan, applicable to 'double' only, to isnand.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2 tests/test-isnand.c |
9854
baba3b346ab2
Use macros NaNf, NaNd, NaNl instead of NAN.
Bruno Haible <bruno@clisp.org>
parents:
9646
diff
changeset
|
3 tests/nan.h |
9646
a113e473cc98
Rename isnan, applicable to 'double' only, to isnand.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4 |
a113e473cc98
Rename isnan, applicable to 'double' only, to isnand.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5 Depends-on: |
a113e473cc98
Rename isnan, applicable to 'double' only, to isnand.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6 |
a113e473cc98
Rename isnan, applicable to 'double' only, to isnand.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7 configure.ac: |
a113e473cc98
Rename isnan, applicable to 'double' only, to isnand.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8 gl_DOUBLE_EXPONENT_LOCATION |
a113e473cc98
Rename isnan, applicable to 'double' only, to isnand.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9 |
a113e473cc98
Rename isnan, applicable to 'double' only, to isnand.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
10 Makefile.am: |
a113e473cc98
Rename isnan, applicable to 'double' only, to isnand.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
11 TESTS += test-isnand |
a113e473cc98
Rename isnan, applicable to 'double' only, to isnand.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
12 check_PROGRAMS += test-isnand |
a113e473cc98
Rename isnan, applicable to 'double' only, to isnand.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
13 |