Log In
atests
/
atests.libc
Clone
Source Code
GIT
Source
Issues
0
Pull Requests
0
Stats
Overview
Files
Commits
Branches
Forks
Releases
7b5ccd
add feature test macros to non-c99 math tests
Authored and Committed by Szabolcs Nagy
11 years ago
raw
patch
tree
parent
29 files changed.
48 lines added
.
0 lines removed
.
src/math/exp10.c
file modified
+1
-0
src/math/exp10f.c
file modified
+1
-0
src/math/exp10l.c
file modified
+1
-0
src/math/j0.c
file modified
+2
-0
src/math/j0f.c
file modified
+2
-0
src/math/j1.c
file modified
+2
-0
src/math/j1f.c
file modified
+2
-0
src/math/jn.c
file modified
+2
-0
src/math/jnf.c
file modified
+2
-0
src/math/lgamma.c
file modified
+2
-0
src/math/lgamma_r.c
file modified
+2
-0
src/math/lgammaf.c
file modified
+2
-0
src/math/lgammaf_r.c
file modified
+2
-0
src/math/lgammal.c
file modified
+2
-0
src/math/lgammal_r.c
file modified
+1
-0
src/math/pow10.c
file modified
+1
-0
src/math/pow10f.c
file modified
+1
-0
src/math/pow10l.c
file modified
+1
-0
src/math/scalb.c
file modified
+2
-0
src/math/scalbf.c
file modified
+2
-0
src/math/sincos.c
file modified
+1
-0
src/math/sincosf.c
file modified
+1
-0
src/math/sincosl.c
file modified
+1
-0
src/math/y0.c
file modified
+2
-0
src/math/y0f.c
file modified
+2
-0
src/math/y1.c
file modified
+2
-0
src/math/y1f.c
file modified
+2
-0
src/math/yn.c
file modified
+2
-0
src/math/ynf.c
file modified
+2
-0
add feature test macros to non-c99 math tests
src/math/exp10.c
file modified
+1
-0
src/math/exp10f.c
file modified
+1
-0
src/math/exp10l.c
file modified
+1
-0
src/math/j0.c
file modified
+2
-0
src/math/j0f.c
file modified
+2
-0
src/math/j1.c
file modified
+2
-0
src/math/j1f.c
file modified
+2
-0
src/math/jn.c
file modified
+2
-0
src/math/jnf.c
file modified
+2
-0
src/math/lgamma.c
file modified
+2
-0
src/math/lgamma_r.c
file modified
+2
-0
src/math/lgammaf.c
file modified
+2
-0
src/math/lgammaf_r.c
file modified
+2
-0
src/math/lgammal.c
file modified
+2
-0
src/math/lgammal_r.c
file modified
+1
-0
src/math/pow10.c
file modified
+1
-0
src/math/pow10f.c
file modified
+1
-0
src/math/pow10l.c
file modified
+1
-0
src/math/scalb.c
file modified
+2
-0
src/math/scalbf.c
file modified
+2
-0
src/math/sincos.c
file modified
+1
-0
src/math/sincosf.c
file modified
+1
-0
src/math/sincosl.c
file modified
+1
-0
src/math/y0.c
file modified
+2
-0
src/math/y0f.c
file modified
+2
-0
src/math/y1.c
file modified
+2
-0
src/math/y1f.c
file modified
+2
-0
src/math/yn.c
file modified
+2
-0
src/math/ynf.c
file modified
+2
-0