xref
: /
haiku
/
src
/
system
/
libroot
/
posix
/
musl
/
math
/
x86
/
rint.s
(revision 04171cfc5c10c98b9ba3c7233a271f6165cdd36f)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
.
global
rint
2
.
type
rint
,@
function
3
rint
:
4
fldl
4
(%
esp
)
5
frndint
6
ret
7