Log In
atests
/
atests.libc
Clone
Source Code
GIT
Source
Issues
0
Pull Requests
0
Stats
Overview
Files
Commits
Branches
Forks
Releases
b5bbc6
math: add lrint, lround
Authored and Committed by nsz
12 years ago
raw
patch
tree
parent
27 files changed.
723 lines added
.
169 lines removed
.
src/math/gen/functions.h
file modified
+12
-0
src/math/gen/mp.c
file modified
+23
-0
src/math/gen/mplibm.c
file modified
+56
-169
src/math/llrint.c
file added
+41
src/math/llrintf.c
file added
+41
src/math/llrintl.c
file added
+46
src/math/llround.c
file added
+41
src/math/llroundf.c
file added
+41
src/math/llroundl.c
file added
+46
src/math/lrint.c
file added
+41
src/math/lrintf.c
file added
+41
src/math/lrintl.c
file added
+46
src/math/lround.c
file added
+41
src/math/lroundf.c
file added
+41
src/math/lroundl.c
file added
+46
src/math/sanity/llrint.h
file added
+10
src/math/sanity/llrintf.h
file added
+10
src/math/sanity/llrintl.h
file added
+10
src/math/sanity/llround.h
file added
+10
src/math/sanity/llroundf.h
file added
+10
src/math/sanity/llroundl.h
file added
+10
src/math/sanity/lrint.h
file added
+10
src/math/sanity/lrintf.h
file added
+10
src/math/sanity/lrintl.h
file added
+10
src/math/sanity/lround.h
file added
+10
src/math/sanity/lroundf.h
file added
+10
src/math/sanity/lroundl.h
file added
+10
math: add lrint, lround
src/math/gen/functions.h
file modified
+12
-0
src/math/gen/mp.c
file modified
+23
-0
src/math/gen/mplibm.c
file modified
+56
-169
src/math/llrint.c
file added
+41
src/math/llrintf.c
file added
+41
src/math/llrintl.c
file added
+46
src/math/llround.c
file added
+41
src/math/llroundf.c
file added
+41
src/math/llroundl.c
file added
+46
src/math/lrint.c
file added
+41
src/math/lrintf.c
file added
+41
src/math/lrintl.c
file added
+46
src/math/lround.c
file added
+41
src/math/lroundf.c
file added
+41
src/math/lroundl.c
file added
+46
src/math/sanity/llrint.h
file added
+10
src/math/sanity/llrintf.h
file added
+10
src/math/sanity/llrintl.h
file added
+10
src/math/sanity/llround.h
file added
+10
src/math/sanity/llroundf.h
file added
+10
src/math/sanity/llroundl.h
file added
+10
src/math/sanity/lrint.h
file added
+10
src/math/sanity/lrintf.h
file added
+10
src/math/sanity/lrintl.h
file added
+10
src/math/sanity/lround.h
file added
+10
src/math/sanity/lroundf.h
file added
+10
src/math/sanity/lroundl.h
file added
+10