xref
: /
haiku
/
src
/
system
/
libroot
/
posix
/
musl
/
math
/
x86
/
logf.s
(revision 13581b3d2a71545960b98fefebc5225b5bf29072)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
.
global
logf
2
.
type
logf
,@
function
3
logf
:
4
fldln2
5
flds
4
(%
esp
)
6
fyl2x
7
ret
8