代码搜索:DOUBLE
找到约 10,000 项符合「DOUBLE」的源代码
代码结果 10,000
www.eeworm.com/read/440906/1779077
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/440906/1779164
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/440906/1779842
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/440906/1779897
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/440773/1792135
rq tp-double-double.rq
# Positive test: product of type promotion within the xsd:decimal type tree.
# $Id: tP-double-double.rq,v 1.5 2007/01/15 16:15:03 andy_seaborne Exp $
PREFIX t:
www.eeworm.com/read/358237/2992590
as double.as
/*
* Copyright (c) 2001-2007 Caucho Technology, Inc. All rights reserved.
*
* The Apache Software License, Version 1.1
*
* Redistribution and use in source and binary forms, with or without
* m
www.eeworm.com/read/470720/1449023
out++ s-double-s-double.out++
+++Struct double inside struct starting with double:
size=16,align=8
offset-double=0,offset-sss-double=8,
align-double=8,align-sss-double=8
www.eeworm.com/read/470720/1449164
out s-double-s-double.out
+++Struct double inside struct starting with double:
size=16,align=8
offset-double=0,offset-sss-double=8,
align-double=8,align-sss-double=8
www.eeworm.com/read/470720/1449671
c s-double-s-double.c
#include
static struct sss{
double f;
struct {double m;} snd;
} sss;
#define _offsetof(st,f) ((char *)&((st *) 16)->f - (char *) 16)
int main (void) {
printf ("+++Struct double insi
www.eeworm.com/read/470693/1460969
out++ s-double-s-double.out++
+++Struct double inside struct starting with double:
size=16,align=8
offset-double=0,offset-sss-double=8,
align-double=8,align-sss-double=8