blob: a2d6c573086f7667c5275008b078a115e8117abc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
Files:
tests/test-exp2-ieee.c
tests/test-exp2-ieee.h
tests/minus-zero.h
tests/infinity.h
tests/nan.h
tests/macros.h
Depends-on:
isnand-nolibm
float
signbit
configure.ac:
Makefile.am:
TESTS += test-exp2-ieee
check_PROGRAMS += test-exp2-ieee
test_exp2_ieee_LDADD = $(LDADD) @EXP2_LIBM@
|