代码搜索:DOUBLE
找到约 10,000 项符合「DOUBLE」的源代码
代码结果 10,000
www.eeworm.com/read/233448/4677165
out++ s-double-double.out++
+++Struct double-double:
size=16,align=8,offset-double=0,offset-double=8,
align-double=8,align-double=8
www.eeworm.com/read/233448/4677232
out s-double-a-double.out
++++Array of double in struct starting with double:
size=88,align=8
offset-double=0,offset-arrayof-double=8,
align-double=8,align-arrayof-double=8
offset-double-a[5]=48,align-double-a[5]=8
www.eeworm.com/read/233448/4677319
out++ s-double-a-double.out++
++++Array of double in struct starting with double:
size=88,align=8
offset-double=0,offset-arrayof-double=8,
align-double=8,align-arrayof-double=8
offset-double-a[5]=48,align-double-a[5]=8
www.eeworm.com/read/233448/4677997
c s-double-a-double.c
#include
static struct sss{
double f;
double a[10];
} sss;
#define _offsetof(st,f) ((char *)&((st *) 16)->f - (char *) 16)
int main (void) {
printf ("++++Array of double in struct s
www.eeworm.com/read/233448/4678052
c s-double-double.c
#include
static struct sss{
double f;
double snd;
} sss;
#define _offsetof(st,f) ((char *)&((st *) 16)->f - (char *) 16)
int main (void) {
printf ("+++Struct double-double:\n");
p
www.eeworm.com/read/190666/5176548
out s-double-double.out
+++Struct double-double:
size=16,align=8,offset-double=0,offset-double=8,
align-double=8,align-double=8
www.eeworm.com/read/190666/5176695
out++ s-double-double.out++
+++Struct double-double:
size=16,align=8,offset-double=0,offset-double=8,
align-double=8,align-double=8
www.eeworm.com/read/190666/5176762
out s-double-a-double.out
++++Array of double in struct starting with double:
size=88,align=8
offset-double=0,offset-arrayof-double=8,
align-double=8,align-arrayof-double=8
offset-double-a[5]=48,align-double-a[5]=8
www.eeworm.com/read/190666/5176849
out++ s-double-a-double.out++
++++Array of double in struct starting with double:
size=88,align=8
offset-double=0,offset-arrayof-double=8,
align-double=8,align-arrayof-double=8
offset-double-a[5]=48,align-double-a[5]=8
www.eeworm.com/read/190666/5177527
c s-double-a-double.c
#include
static struct sss{
double f;
double a[10];
} sss;
#define _offsetof(st,f) ((char *)&((st *) 16)->f - (char *) 16)
int main (void) {
printf ("++++Array of double in struct s