Log In
atests
/
atests.libc
Clone
Source Code
GIT
Source
Issues
0
Pull Requests
0
Stats
Overview
Files
Commits
Branches
Forks
Releases
dfe1da
math: fix lrint, lround, nexttoward tests for ldbl==dbl and no fenv
Authored and Committed by Szabolcs Nagy
11 years ago
raw
patch
tree
parent
15 files changed.
37 lines added
.
5 lines removed
.
src/math/gen/util.c
file modified
+1
-1
src/math/special/llrint.h
file modified
+2
-0
src/math/special/llrintf.h
file modified
+2
-0
src/math/special/llrintl.h
file modified
+2
-0
src/math/special/llround.h
file modified
+2
-0
src/math/special/llroundf.h
file modified
+2
-0
src/math/special/llroundl.h
file modified
+2
-0
src/math/special/lrint.h
file modified
+2
-0
src/math/special/lrintf.h
file modified
+2
-0
src/math/special/lrintl.h
file modified
+2
-0
src/math/special/lround.h
file modified
+2
-0
src/math/special/lroundf.h
file modified
+2
-0
src/math/special/lroundl.h
file modified
+2
-0
src/math/special/nexttoward.h
file modified
+4
-2
src/math/special/nexttowardf.h
file modified
+8
-2
math: fix lrint, lround, nexttoward tests for ldbl==dbl and no fenv
src/math/gen/util.c
file modified
+1
-1
src/math/special/llrint.h
file modified
+2
-0
src/math/special/llrintf.h
file modified
+2
-0
src/math/special/llrintl.h
file modified
+2
-0
src/math/special/llround.h
file modified
+2
-0
src/math/special/llroundf.h
file modified
+2
-0
src/math/special/llroundl.h
file modified
+2
-0
src/math/special/lrint.h
file modified
+2
-0
src/math/special/lrintf.h
file modified
+2
-0
src/math/special/lrintl.h
file modified
+2
-0
src/math/special/lround.h
file modified
+2
-0
src/math/special/lroundf.h
file modified
+2
-0
src/math/special/lroundl.h
file modified
+2
-0
src/math/special/nexttoward.h
file modified
+4
-2
src/math/special/nexttowardf.h
file modified
+8
-2