代码搜索:float
找到约 10,000 项符合「float」的源代码
代码结果 10,000
www.eeworm.com/read/138927/13202344
fc float.fc
void main(string argv[])
{
float f;
// f = 1.2;
printf("f = %f\n", 1.2);
}
www.eeworm.com/read/324430/13263196
h float.h
www.eeworm.com/read/138044/13270179
asm float.asm
;*******************************************************************
; Binary Floating Point Addition, Subtraction, Multiplication
; and Divide routines.
;
;***********
www.eeworm.com/read/138026/13272261
h float.h
/* float.h
Defines implementation specific macros for dealing with
floating point.
Copyright (c) Borland International 1987,1988,1990
All Rights Reserved.
*/
#ifndef __FLOAT_H
www.eeworm.com/read/137955/13276480
h float.h
#ifndef __FLOAT
#define __FLOAT
#define FLT_ROUNDS 1
#define FLT_RADIX 2
#define FLT_DIG 6
#define FLT_EPSILON 1.19209289550781250000e-07
#define FLT_MANT_DIG 24
#define FLT_MAX 3.4028234663852886
www.eeworm.com/read/137955/13276512
h float.h
#ifndef __FLOAT
#define __FLOAT
#define FLT_ROUNDS 1
#define FLT_RADIX 2
#define FLT_DIG 6
#define FLT_EPSILON 1.19209289550781250000e-07
#define FLT_MANT_DIG 24
#define FLT_MAX 3.4028234663852886
www.eeworm.com/read/137955/13276524
h float.h
#ifndef __FLOAT
#define __FLOAT
#define FLT_ROUNDS (__flt_rounds())
#define FLT_RADIX 2
#define FLT_DIG 6
#define FLT_EPSILON 1.19209289550781250000e-07
#define FLT_MANT_DIG 24
#define FLT_MAX 3.4
www.eeworm.com/read/137955/13276549
h float.h
#ifndef __FLOAT
#define __FLOAT
#define FLT_ROUNDS 1
#define FLT_RADIX 2
#define FLT_DIG 6
#define FLT_EPSILON 1.19209289550781250000e-07
#define FLT_MANT_DIG 24
#define FLT_MAX 3.4028234663852886
www.eeworm.com/read/137955/13276574
h float.h
#ifndef __FLOAT
#define __FLOAT
#define FLT_ROUNDS 1
#define FLT_RADIX 2
#define FLT_DIG 6
#define FLT_EPSILON 1.19209289550781250000e-07
#define FLT_MANT_DIG 24
#define FLT_MAX 3.4028234663852886
www.eeworm.com/read/323679/13326669