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
manywarnings: port to 64-bit GCC builds of Emacs
[gnulib.git]
/
modules
/
fmaf-tests
blob
aa7fd8dadf2993abfadc95a34821d02cc3355b01
1
Files:
2
tests/test-fmaf1.c
3
tests/test-fma1.h
4
tests/test-fmaf2.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
isnanf-nolibm
15
ldexpf
16
17
configure.ac:
18
19
Makefile.am:
20
TESTS += test-fmaf1 test-fmaf2
21
check_PROGRAMS += test-fmaf1 test-fmaf2
22
test_fmaf1_LDADD = $(LDADD) @FMAF_LIBM@
23
test_fmaf2_LDADD = $(LDADD) @FMAF_LIBM@ @LDEXPF_LIBM@