xref
: /
haiku
/
src
/
system
/
libroot
/
posix
/
musl
/
math
/
x86
/
atanl.s
(revision c237c4ce593ee823d9867fd997e51e4c447f5623)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
.
global
atanl
2
.
type
atanl
,@
function
3
atanl
:
4
fldt
4
(%
esp
)
5
fld1
6
fpatan
7
ret
8