File:  [DVB] / dietlibc / i386 / ldexp.S
Revision 1.2: download - view: text, annotated - select for diffs
Sun Dec 15 19:49:56 2002 UTC (21 years, 5 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
ldexp was defined more than once

.text
.global ldexpf,ldexp,ldexpl
	.type ldexpf,@function
	.type ldexp,@function
	.type ldexpl,@function

ldexpf:
	fildl 8(%esp)
	flds 4(%esp)
	fscale
	ret

ldexp:
	fildl 12(%esp)
	fldl 4(%esp)
	fscale
	ret

ldexpl:
	fildl 16(%esp)
	fldt 4(%esp)
	fscale
	ret

.ende:
.size    ldexpl,.ende-ldexpl
.size    ldexp,ldexpl-ldexp
.size    ldexpf,ldexp-ldexpf

LinuxTV legacy CVS <linuxtv.org/cvs>