代码搜索:float

找到约 10,000 项符合「float」的源代码

代码结果 10,000
www.eeworm.com/read/106468/15635962

asm float.asm

;******************************************************************* ; Binary Floating Point Addition, Subtraction, Multiplication ; and Divide routines. ; ;***********
www.eeworm.com/read/105103/15677728

h float.h

/*-------------------------------------------------------------------------- FLOAT.H Limits for floating point types. Copyright (c) 1988-2001 Keil Elektronik GmbH and Keil Software, Inc. All rig
www.eeworm.com/read/104917/15681564

h float.h

www.eeworm.com/read/103654/15727165

h float.h

www.eeworm.com/read/103037/15748915

h float.h

www.eeworm.com/read/102718/15762225

h float.h

www.eeworm.com/read/102596/15768517

html float.html

www.eeworm.com/read/102596/15768606

html float.html

www.eeworm.com/read/101595/15824272

h float.h

#ifndef _FLOAT_H_ #define _FLOAT_H_ #define FLT_RADIX 2 /* IEEE float */ #define FLT_MANT_DIG 24 #define FLT_DIG 6 #define FLT_ROUNDS 1 #define FLT_EPSILON 1.19209290e-07F #define FLT_MIN_EXP (-125)
www.eeworm.com/read/101459/15831494

asm float.asm

;******************************************************************* ; FLOATING POINT ; ADDITION AND SUBTRACTION ; ROUTINE ;****