File:  [DVB] / dietlibc / i386 / atan.S
Revision 1.2: download - view: text, annotated - select for diffs
Fri Oct 4 20:39:42 2002 UTC (21 years, 8 months ago) by fefe
Branches: MAIN
CVS tags: finnland_test_200301, branch_rc14_fieldtest_finnland, branch_rc13_fieldtest_finnland, branch_rc12_fieldtest_finnland, branch_rc10_fieldtest_finnland, RELEASE_finnland_200301_1, RC12_FIELDTEST_FINNLAND, RC10_FIELDTEST_FINNLAND, HEAD
fix i386 libm


.text

.global atanf,atan,atanl
	.type	 atanf,@function
	.type	 atan,@function
	.type	 atanl,@function
atanf:
	flds 4(%esp)
	fld1
	fpatan
	ret
atan:
	fldl 4(%esp)
	fld1
	fpatan
	ret
atanl:
	fldt 4(%esp)
	fld1
	fpatan
	ret

.ende:
.size    atan,.ende-atan
.size    atanf,.ende-atanf
.size    atanl,.ende-atanl

LinuxTV legacy CVS <linuxtv.org/cvs>