代码搜索:float
找到约 10,000 项符合「float」的源代码
代码结果 10,000
www.eeworm.com/read/137654/5822390
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/136072/5874147
h float.h
/* float.h for target with IEEE 32 bit and 64 bit floating point formats */
#ifndef _FLOAT_H_
#define _FLOAT_H_
/* Produced by enquire version 4.3, CWI, Amsterdam */
/* Radix of exponent represent
www.eeworm.com/read/136072/5874232
h float.h
/* float.h for target with IEEE 32 bit and 64 bit floating point formats */
#ifndef _FLOAT_H_
#define _FLOAT_H_
/* Produced by enquire version 4.3, CWI, Amsterdam */
/* Radix of exponent represent
www.eeworm.com/read/133772/5900099
h float.h
/* Do not define CYGONCE_ISO_FLOAT_H. It is not appropriate for this file */
/*========================================================================
//
// float.h
//
// ISO standard
www.eeworm.com/read/132069/5923889
h float.h
/* ***** BEGIN LICENSE BLOCK *****
* Version: RCSL 1.0/RPSL 1.0
*
* Portions Copyright (c) 1995-2002 RealNetworks, Inc. All Rights Reserved.
*
* The contents of this file, and the files incl
www.eeworm.com/read/131315/5931762
out float.out
reading symbolic information ...
[1] stop in main
[1] stopped in main at line 16
16 y = 3.0;
stopped in main at line 16
16 y = 3.0;
stopped in main at line 17
17 x = f(y);
3
www.eeworm.com/read/131315/5931781
out float.out
reading symbolic information ...
[1] stop in main
[1] stopped in main at line 16
16 y = 3.0;
stopped in main at line 16
16 y = 3.0;
stopped in main at line 17
17 x = f(y);
3
www.eeworm.com/read/131315/5931816
c float.c
/*
* Test of floats and doubles.
*/
double f(x)
double x;
{
return 3.14*x;
}
main()
{
double x;
float y;
y = 3.0;
x = f(y);
return 0;
}
www.eeworm.com/read/131315/5932551
h float.h
/*
* Copyright (c) 1989 Regents of the University of California.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provid
www.eeworm.com/read/131315/5933327
h float.h
/*
* Copyright (c) 1989, 1993
* The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permi