代码搜索:uint
找到约 10,000 项符合「uint」的源代码
代码结果 10,000
www.eeworm.com/read/124109/6055407
rel _fs2uint.rel
;!FILE _fs2uint.asm
XH
H A areas 16 global symbols
M _fs2uint
S ___fs2ulong Ref0000
A _CODE size 0 flags 0
A DSEG size 0 flags 0
A OSEG size 0 flags 4
A ISEG size 0 flags 0
A BSEG size 0 flags 80
A XS
www.eeworm.com/read/124109/6055489
asm _fs2uint.asm
;--------------------------------------------------------
; File Created by SDCC : FreeWare ANSI-C Compiler
; Version 2.3.0 Thu Sep 20 10:57:34 2001
;-------------------------------------------------
www.eeworm.com/read/124109/6055515
rel _uint2fs.rel
XH
H A areas 2 global symbols
M _uint2fs
S ___ulong2fs Ref0000
A _CODE size 0 flags 0
A DSEG size 0 flags 0
A OSEG size 0 flags 4
A ISEG size 0 flags 0
A BSEG size 0 flags 80
A XSEG size 0 flags 40
A
www.eeworm.com/read/124109/6055604
asm _uint2fs.asm
;--------------------------------------------------------
; File Created by SDCC : FreeWare ANSI-C Compiler
; Version 2.3.0 Thu Sep 20 10:57:40 2001
;-------------------------------------------------
www.eeworm.com/read/124109/6055661
rel _fs2uint.rel
XH
H A areas 2 global symbols
M _fs2uint
S ___fs2ulong Ref0000
A _CODE size 0 flags 0
A DSEG size 0 flags 0
A OSEG size 0 flags 4
A ISEG size 0 flags 0
A BSEG size 0 flags 80
A XSEG size 0 flags 40
A
www.eeworm.com/read/124109/6055663
c _uint2fs.c
/* convert unsigned int to float */
float __uint2fs (unsigned int ui) {
unsigned long ul=ui;
return __ulong2fs(ul);
}
www.eeworm.com/read/124109/6055676
c _fs2uint.c
#include
/* convert float to unsigned int */
unsigned int __fs2uint (float f) {
unsigned long ul=__fs2ulong(f);
if (ul>=UINT_MAX) return UINT_MAX;
return ul;
}
www.eeworm.com/read/124109/6055859
asm _fs2uint.asm
;--------------------------------------------------------
; File Created by SDCC : FreeWare ANSI-C Compiler
; Version 2.3.0 Thu Sep 20 10:57:22 2001
;-------------------------------------------------
www.eeworm.com/read/124109/6055884
rel _uint2fs.rel
;!FILE _uint2fs.asm
XH
H A areas 19 global symbols
M _uint2fs
S ___ulong2fs Ref0000
A _CODE size 0 flags 0
A DSEG size 0 flags 0
A OSEG size 0 flags 4
A ISEG size 0 flags 0
A BSEG size 0 flags 80
A XS
www.eeworm.com/read/124109/6055970
asm _uint2fs.asm
;--------------------------------------------------------
; File Created by SDCC : FreeWare ANSI-C Compiler
; Version 2.3.0 Thu Sep 20 10:57:28 2001
;-------------------------------------------------