代码搜索:float

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

代码结果 10,000
www.eeworm.com/read/233448/4677878

out++ a-of-s-float.out++

++++Array of struct with float: size=40,align=4,displ-a[5]=20,align-a[5]=4
www.eeworm.com/read/233448/4678080

c align-float.c

#include static float f; int main(void) { printf ("+++Float alignment:\n"); printf ("%d\n", __alignof__ (f)); return 0; }
www.eeworm.com/read/233448/4678087

c a-of-s-float.c

#include static struct sss{ float f; } a[10]; int main (void) { printf ("++++Array of struct with float:\n"); printf ("size=%d,align=%d,displ-a[5]=%d,align-a[5]=%d\n", size
www.eeworm.com/read/233448/4678230

c size-float.c

#include static float f; int main(void) { printf ("+++Float size:\n"); printf ("%d\n", sizeof (f)); return 0; }
www.eeworm.com/read/233448/4682457

c float-floor.c

/* APPLE LOCAL file 4221664 mainline candidate */ double d = 1024.0 - 1.0 / 32768.0; extern double floor(double); extern float floorf(float); extern void abort(); int main() { double df = floor(
www.eeworm.com/read/233448/4687457

java float_1.java

/* Date: 25 Aug 1998 16:04:00 -0000 From: Andrew Haley To: java-project@cygnus.com Subject: Help: vtable problem? My little program: ------------------------------------
www.eeworm.com/read/233448/4687534

out float_1.out

40000000
www.eeworm.com/read/229812/4737090

c float04.c

#include "fail.h" double d1[] = { /* fractional-constant: digit-seq . digit-seq . digit-seq . digit-seq */ 12., 12.12, .12, 12e12,
www.eeworm.com/read/229812/4737192

c float01.c

#include "fail.h" #include #include double d = DBL_MAX; double e = -DBL_MAX; double f = DBL_MAX*DBL_EPSILON; int almost( double v1, double v2 ) { return !( fabs( v1
www.eeworm.com/read/229812/4737198

c float03.c

#include "fail.h" /* * NB: It should be possible to use two more digits on non-x86, * since DEC/MS compiler on Alpha can do it. */ double c[] = { 1.2 - .2, .9 + .1, .3 * 10