Log In
atests
/
atests.libc
Clone
Source Code
GIT
Source
Issues
0
Pull Requests
0
Stats
Overview
Files
Commits
Branches
Forks
Releases
ddfb9f
math: add nextafter*, nextoward* and scalb to gen
Authored and Committed by nsz
12 years ago
raw
patch
tree
parent
22 files changed.
400 lines added
.
6 lines removed
.
src/math/gen/functions.h
file modified
+2
-0
src/math/gen/gensanity.sh
file added
+51
src/math/gen/mp.c
file modified
+59
-6
src/math/gen/mplibm.c
file modified
+16
-0
src/math/gen/template/ll_d.c
file added
+45
src/math/gen/template/ll_f.c
file added
+45
src/math/nextafter.c
file modified
+1
-0
src/math/nextafterf.c
file modified
+1
-0
src/math/nextafterl.c
file modified
+2
-0
src/math/nexttoward.c
file added
+47
src/math/nexttowardf.c
file added
+47
src/math/nexttowardl.c
file modified
+2
-0
src/math/sanity/nextafter.h
file added
+10
src/math/sanity/nextafterf.h
file added
+10
src/math/sanity/nextafterl.h
file added
+10
src/math/sanity/nexttoward.h
file added
+10
src/math/sanity/nexttowardf.h
file added
+10
src/math/sanity/nexttowardl.h
file added
+10
src/math/sanity/scalb.h
file added
+10
src/math/sanity/scalbf.h
file added
+10
src/math/scalb.c
file modified
+1
-0
src/math/scalbf.c
file modified
+1
-0
math: add nextafter*, nextoward* and scalb to gen
src/math/gen/functions.h
file modified
+2
-0
src/math/gen/gensanity.sh
file added
+51
src/math/gen/mp.c
file modified
+59
-6
src/math/gen/mplibm.c
file modified
+16
-0
src/math/gen/template/ll_d.c
file added
+45
src/math/gen/template/ll_f.c
file added
+45
src/math/nextafter.c
file modified
+1
-0
src/math/nextafterf.c
file modified
+1
-0
src/math/nextafterl.c
file modified
+2
-0
src/math/nexttoward.c
file added
+47
src/math/nexttowardf.c
file added
+47
src/math/nexttowardl.c
file modified
+2
-0
src/math/sanity/nextafter.h
file added
+10
src/math/sanity/nextafterf.h
file added
+10
src/math/sanity/nextafterl.h
file added
+10
src/math/sanity/nexttoward.h
file added
+10
src/math/sanity/nexttowardf.h
file added
+10
src/math/sanity/nexttowardl.h
file added
+10
src/math/sanity/scalb.h
file added
+10
src/math/sanity/scalbf.h
file added
+10
src/math/scalb.c
file modified
+1
-0
src/math/scalbf.c
file modified
+1
-0