repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
setlocale: Improve locale handling on macOS 10.12 or newer.
[gnulib.git]
/
modules
/
isnand-nolibm
blob
8193d36af040d9a8b79d88c43e950fb42a0422f5
1
Description:
2
isnand() function: test for NaN, without requiring libm.
3
4
Files:
5
lib/isnand-nolibm.h
6
lib/isnand.c
7
lib/isnan.c
8
lib/float+.h
9
m4/exponentd.m4
10
m4/isnand.m4
11
12
Depends-on:
13
fpieee
14
memcmp
15
16
configure.ac:
17
gl_FUNC_ISNAND_NO_LIBM
18
if test $gl_func_isnand_no_libm != yes; then
19
AC_LIBOBJ([isnand])
20
gl_PREREQ_ISNAND
21
fi
22
23
Makefile.am:
24
25
Include:
26
"isnand-nolibm.h"
27
28
License:
29
LGPLv2+
30
31
Maintainer:
32
all