代码搜索:float
找到约 10,000 项符合「float」的源代码
代码结果 10,000
www.eeworm.com/read/475888/1380130
h float_arch.h
/*
* @(#)float_arch.h 1.9 06/10/10
*
* Copyright 1990-2008 Sun Microsystems, Inc. All Rights Reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER
*
* This program is
www.eeworm.com/read/475888/1380140
h float_arch.h
/*
* @(#)float_arch.h 1.11 06/10/10
*
* Copyright 1990-2008 Sun Microsystems, Inc. All Rights Reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER
*
* This program is
www.eeworm.com/read/475888/1380143
c float_arch.c
/*
* @(#)float_arch.c 1.11 06/10/10
*
* Copyright 1990-2008 Sun Microsystems, Inc. All Rights Reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER
*
* This program is
www.eeworm.com/read/470720/1449271
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/470720/1449640
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/470720/1449842
c align-float.c
#include
static float f;
int main(void)
{
printf ("+++Float alignment:\n");
printf ("%d\n", __alignof__ (f));
return 0;
}