Log In
atests
/
atests.libc
Clone
Source Code
GIT
Source
Issues
0
Pull Requests
0
Stats
Overview
Files
Commits
Branches
Forks
Releases
75aab9
math: add some float f(float,int) and some float f(float,int*) tests
Authored and Committed by nsz
12 years ago
raw
patch
tree
parent
27 files changed.
954 lines added
.
5 lines removed
.
src/math/frexp.c
file added
+37
src/math/frexpf.c
file added
+37
src/math/frexpl.c
file added
+42
src/math/gen/functions.h
file modified
+0
-5
src/math/gen/template/d_di.c
file added
+36
src/math/gen/template/di_d.c
file added
+35
src/math/gen/template/f_fi.c
file added
+36
src/math/gen/template/fi_f.c
file added
+35
src/math/gen/template/l_li.c
file added
+40
src/math/gen/template/li_l.c
file added
+39
src/math/ldexp.c
file added
+36
src/math/ldexpf.c
file added
+36
src/math/ldexpl.c
file added
+41
src/math/lgamma.c
file added
+38
src/math/lgamma_r.c
file added
+37
src/math/lgammaf.c
file added
+38
src/math/lgammaf_r.c
file added
+37
src/math/lgammal.c
file added
+43
src/math/lgammal_r.c
file added
+42
src/math/scalbln.c
file added
+36
src/math/scalblnf.c
file added
+36
src/math/scalblnl.c
file added
+41
src/math/scalbn.c
file added
+36
src/math/scalbnf.c
file added
+36
src/math/scalbnl.c
file added
+41
src/math/test.h
file removed
-0
src/math/util.h
file modified
+43
-0
math: add some float f(float,int) and some float f(float,int*) tests
src/math/frexp.c
file added
+37
src/math/frexpf.c
file added
+37
src/math/frexpl.c
file added
+42
src/math/gen/functions.h
file modified
+0
-5
src/math/gen/template/d_di.c
file added
+36
src/math/gen/template/di_d.c
file added
+35
src/math/gen/template/f_fi.c
file added
+36
src/math/gen/template/fi_f.c
file added
+35
src/math/gen/template/l_li.c
file added
+40
src/math/gen/template/li_l.c
file added
+39
src/math/ldexp.c
file added
+36
src/math/ldexpf.c
file added
+36
src/math/ldexpl.c
file added
+41
src/math/lgamma.c
file added
+38
src/math/lgamma_r.c
file added
+37
src/math/lgammaf.c
file added
+38
src/math/lgammaf_r.c
file added
+37
src/math/lgammal.c
file added
+43
src/math/lgammal_r.c
file added
+42
src/math/scalbln.c
file added
+36
src/math/scalblnf.c
file added
+36
src/math/scalblnl.c
file added
+41
src/math/scalbn.c
file added
+36
src/math/scalbnf.c
file added
+36
src/math/scalbnl.c
file added
+41
src/math/test.h
file removed
-0
src/math/util.h
file modified
+43
-0