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