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
unicodeio: Fix wrong result on FreeBSD.
[gnulib.git]
/
modules
/
fma-tests
blob
b1fbc7e34657a355937b18c5ae33bff18f646388
1
Files:
2
tests/test-fma1.c
3
tests/test-fma1.h
4
tests/test-fma2.c
5
tests/test-fma2.h
6
tests/infinity.h
7
tests/nan.h
8
tests/signature.h
9
tests/macros.h
10
lib/float+.h
11
12
Depends-on:
13
float
14
isnand-nolibm
15
ldexp
16
17
configure.ac:
18
19
Makefile.am:
20
TESTS += test-fma1 test-fma2
21
check_PROGRAMS += test-fma1 test-fma2
22
test_fma1_LDADD = $(LDADD) @FMA_LIBM@
23
test_fma2_LDADD = $(LDADD) @FMA_LIBM@ @LDEXP_LIBM@