代码搜索:uint
找到约 10,000 项符合「uint」的源代码
代码结果 10,000
www.eeworm.com/read/167728/5454524
h gsl_sort_uint.h
/* sort/gsl_sort_uint.h
*
* Copyright (C) 1996, 1997, 1998, 1999, 2000 Thomas Walter, Brian Gough
*
* This program is free software; you can redistribute it and/or modify
* it under the te
www.eeworm.com/read/167728/5454549
h gsl_matrix_uint.h
/* matrix/gsl_matrix_uint.h
*
* Copyright (C) 1996, 1997, 1998, 1999, 2000 Gerard Jungman, Brian Gough
*
* This program is free software; you can redistribute it and/or modify
* it under t
www.eeworm.com/read/167728/5454599
h gsl_matrix_uint.h
/* matrix/gsl_matrix_uint.h
*
* Copyright (C) 1996, 1997, 1998, 1999, 2000 Gerard Jungman, Brian Gough
*
* This program is free software; you can redistribute it and/or modify
* it under the te
www.eeworm.com/read/165393/5482625
asm _fs2uint.asm
;--------------------------------------------------------
; File Created by SDCC : FreeWare ANSI-C Compiler
; Version 2.3.1-pj3 Sun Jan 20 13:09:55 2002
;-----------------------------------------
www.eeworm.com/read/165393/5482653
rel _uint2fs.rel
XH
H C 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 fl
www.eeworm.com/read/165393/5482772
asm _uint2fs.asm
;--------------------------------------------------------
; File Created by SDCC : FreeWare ANSI-C Compiler
; Version 2.3.1-pj3 Sun Jan 20 13:10:01 2002
;-----------------------------------------
www.eeworm.com/read/165393/5482838
rel _fs2uint.rel
XH
H C 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 fl
www.eeworm.com/read/165393/5482843
c _uint2fs.c
#include
/* convert unsigned int to float */
float __uint2fs (unsigned int ui) {
return __ulong2fs(ui);
}
www.eeworm.com/read/165393/5482859
c _fs2uint.c
#include
unsigned long __fs2ulong (float a1);
/* convert float to unsigned int */
unsigned int __fs2uint (float f) {
unsigned long ul=__fs2ulong(f);
if (ul>=UINT_MAX) return UIN
www.eeworm.com/read/165393/5482950
asm _fs2uint.asm
;--------------------------------------------------------
; File Created by SDCC : FreeWare ANSI-C Compiler
; Version 2.3.1-pj3 Sun Jan 20 13:10:13 2002
;-----------------------------------------