代码搜索:float
找到约 10,000 项符合「float」的源代码
代码结果 10,000
www.eeworm.com/read/340665/3278091
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/340665/3278293
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/340665/3278300
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/340665/3278443
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/340665/3281573
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/338072/3323176
c float32.c
/*
** Copyright (C) 1999-2001 Erik de Castro Lopo
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU Lesser General Public
www.eeworm.com/read/337546/3331732
h cnv_float.h
/*
* Linux/PA-RISC Project (http://www.parisc-linux.org/)
*
* Floating-point emulation code
* Copyright (C) 2001 Hewlett-Packard (Paul Bame)
*
* This program is free softwa
www.eeworm.com/read/337546/3331748
h sgl_float.h
/*
* Linux/PA-RISC Project (http://www.parisc-linux.org/)
*
* Floating-point emulation code
* Copyright (C) 2001 Hewlett-Packard (Paul Bame)
*
* This program is free softwa
www.eeworm.com/read/337546/3331754
h dbl_float.h
/*
* Linux/PA-RISC Project (http://www.parisc-linux.org/)
*
* Floating-point emulation code
* Copyright (C) 2001 Hewlett-Packard (Paul Bame)
*
* This program is free softwa