Log In
atests
/
atests.libc
Clone
Source Code
GIT
Source
Issues
0
Pull Requests
0
Stats
Overview
Files
Commits
Branches
Forks
Releases
1421f1
math: test cases for rounding functions
Authored and Committed by Szabolcs Nagy
11 years ago
raw
patch
tree
parent
18 files changed.
576 lines added
.
0 lines removed
.
src/math/special/ceil.h
file modified
+32
-0
src/math/special/ceilf.h
file modified
+32
-0
src/math/special/ceill.h
file modified
+32
-0
src/math/special/floor.h
file modified
+32
-0
src/math/special/floorf.h
file modified
+32
-0
src/math/special/floorl.h
file modified
+32
-0
src/math/special/nearbyint.h
file modified
+32
-0
src/math/special/nearbyintf.h
file modified
+32
-0
src/math/special/nearbyintl.h
file modified
+32
-0
src/math/special/rint.h
file modified
+32
-0
src/math/special/rintf.h
file modified
+32
-0
src/math/special/rintl.h
file modified
+32
-0
src/math/special/round.h
file modified
+32
-0
src/math/special/roundf.h
file modified
+32
-0
src/math/special/roundl.h
file modified
+32
-0
src/math/special/trunc.h
file modified
+32
-0
src/math/special/truncf.h
file modified
+32
-0
src/math/special/truncl.h
file modified
+32
-0
math: test cases for rounding functions
src/math/special/ceil.h
file modified
+32
-0
src/math/special/ceilf.h
file modified
+32
-0
src/math/special/ceill.h
file modified
+32
-0
src/math/special/floor.h
file modified
+32
-0
src/math/special/floorf.h
file modified
+32
-0
src/math/special/floorl.h
file modified
+32
-0
src/math/special/nearbyint.h
file modified
+32
-0
src/math/special/nearbyintf.h
file modified
+32
-0
src/math/special/nearbyintl.h
file modified
+32
-0
src/math/special/rint.h
file modified
+32
-0
src/math/special/rintf.h
file modified
+32
-0
src/math/special/rintl.h
file modified
+32
-0
src/math/special/round.h
file modified
+32
-0
src/math/special/roundf.h
file modified
+32
-0
src/math/special/roundl.h
file modified
+32
-0
src/math/special/trunc.h
file modified
+32
-0
src/math/special/truncf.h
file modified
+32
-0
src/math/special/truncl.h
file modified
+32
-0