Log In
atests
/
atests.libc
Clone
Source Code
GIT
Source
Issues
0
Pull Requests
0
Stats
Overview
Files
Commits
Branches
Forks
Releases
2146d5
math: add ilogb, fix f_fi tests
Authored and Committed by nsz
12 years ago
raw
patch
tree
parent
22 files changed.
343 lines added
.
51 lines removed
.
src/math/frexpf.c
file modified
+1
-1
src/math/gen/functions.h
file modified
+3
-0
src/math/gen/gen.h
file modified
+0
-7
src/math/gen/mp.c
file modified
+29
-0
src/math/gen/mplibm.c
file modified
+22
-0
src/math/gen/template/d_i.c
file added
+40
src/math/gen/template/f_fi.c
file modified
+1
-1
src/math/gen/template/f_i.c
file added
+40
src/math/gen/template/l_i.c
file added
+44
src/math/ilogb.c
file added
+41
src/math/ilogbf.c
file added
+41
src/math/ilogbl.c
file added
+46
src/math/lgammaf.c
file modified
+1
-1
src/math/lgammaf_r.c
file modified
+1
-1
src/math/sanity/ilogb.h
file added
+10
src/math/sanity/ilogbf.h
file added
+10
src/math/sanity/ilogbl.h
file added
+10
src/math/sanity/j0l.h
file removed
-10
src/math/sanity/j1l.h
file removed
-10
src/math/sanity/y0l.h
file removed
-10
src/math/sanity/y1l.h
file removed
-10
src/math/util.h
file modified
+3
-0
math: add ilogb, fix f_fi tests
src/math/frexpf.c
file modified
+1
-1
src/math/gen/functions.h
file modified
+3
-0
src/math/gen/gen.h
file modified
+0
-7
src/math/gen/mp.c
file modified
+29
-0
src/math/gen/mplibm.c
file modified
+22
-0
src/math/gen/template/d_i.c
file added
+40
src/math/gen/template/f_fi.c
file modified
+1
-1
src/math/gen/template/f_i.c
file added
+40
src/math/gen/template/l_i.c
file added
+44
src/math/ilogb.c
file added
+41
src/math/ilogbf.c
file added
+41
src/math/ilogbl.c
file added
+46
src/math/lgammaf.c
file modified
+1
-1
src/math/lgammaf_r.c
file modified
+1
-1
src/math/sanity/ilogb.h
file added
+10
src/math/sanity/ilogbf.h
file added
+10
src/math/sanity/ilogbl.h
file added
+10
src/math/sanity/j0l.h
file removed
-10
src/math/sanity/j1l.h
file removed
-10
src/math/sanity/y0l.h
file removed
-10
src/math/sanity/y1l.h
file removed
-10
src/math/util.h
file modified
+3
-0