mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 07:32:57 +00:00
[CRT][UCRTBASE] Add round/roundf
This commit is contained in:
parent
d736b55644
commit
5c6912f561
2 changed files with 4 additions and 2 deletions
|
@ -2547,8 +2547,8 @@
|
||||||
@ cdecl -stub rint(double)
|
@ cdecl -stub rint(double)
|
||||||
@ cdecl -stub rintf(float)
|
@ cdecl -stub rintf(float)
|
||||||
@ cdecl rintl(double) rint
|
@ cdecl rintl(double) rint
|
||||||
@ cdecl -stub round(double)
|
@ cdecl round(double)
|
||||||
@ cdecl -stub roundf(float)
|
@ cdecl roundf(float)
|
||||||
@ cdecl roundl(double) round
|
@ cdecl roundl(double) round
|
||||||
@ cdecl scalbln(double long) scalbn # double scalbln(double x, long exp);
|
@ cdecl scalbln(double long) scalbn # double scalbln(double x, long exp);
|
||||||
@ cdecl scalblnf(float long) scalbnf # float scalblnf(float x, long exp);
|
@ cdecl scalblnf(float long) scalbnf # float scalblnf(float x, long exp);
|
||||||
|
|
|
@ -8,6 +8,8 @@ list(APPEND LIBCNTPR_MATH_SOURCE
|
||||||
math/div.c
|
math/div.c
|
||||||
math/exp2f.c
|
math/exp2f.c
|
||||||
math/labs.c
|
math/labs.c
|
||||||
|
math/round.c
|
||||||
|
math/roundf.c
|
||||||
math/sincos.c
|
math/sincos.c
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue