File:  [MW Coherent from dump] / coherent / b / lib / libc / crt / i386 / ufcvt.s
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Wed May 29 04:56:35 2019 UTC (7 years ago) by root
Branches: MarkWilliams, MAIN
CVS tags: relic, HEAD
coherent

//////////
/ libc/crt/i386/ufcvt.s
/ i386 C runtime library.
/ IEEE software floating point support.
//////////

//////////
/ unsigned int	_ufcvt()
/
/ Convert float in %eax to unsigned int, return in %eax.
//////////

	.globl	_udcvt
	.globl	_ufcvt
	.globl	_dfcvt

_ufcvt:
	push	%edx
	call	_dfcvt			/ (double)f to EDX:EAX
	call	_udcvt			/ (double)f to unsigned in EAX
	pop	%edx
	ret

/ end of libc/crt/i386/ufcvt.s

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.