代码搜索:DOUBLE
找到约 10,000 项符合「DOUBLE」的源代码
代码结果 10,000
www.eeworm.com/read/190666/5177582
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/340665/3277231
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/340665/3277378
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/340665/3277445
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/340665/3277532
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/340665/3278210
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/340665/3278265
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/311226/3686818
rq tp-double-double.rq
# Positive test: product of type promotion within the xsd:decimal type tree.
# $Id: tP-double-double.rq,v 1.9 2007/09/17 17:40:56 andy_seaborne Exp $
PREFIX t:
www.eeworm.com/read/440906/1778863
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/440906/1779010
out++ s-double-double.out++
+++Struct double-double:
size=16,align=8,offset-double=0,offset-double=8,
align-double=8,align-double=8