代码搜索:float

找到约 10,000 项符合「float」的源代码

代码结果 10,000
www.eeworm.com/read/440906/1779723

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/440906/1779925

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/440906/1779932

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/440906/1780075

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/440906/1783254

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/440906/1783318

out float_1.out

40000000
www.eeworm.com/read/437033/1836593

h ieee_float.h

/* libc/ieee_float/ieee_float.h Created: Oct 14, 1993 by Philip Homburg Define structures and macros for manipulating IEEE floats */ #ifndef IEEE_FLOAT_H #define IEEE_FLOAT_H #de
www.eeworm.com/read/432474/1892768

c xdr_float.c

/* xdr_float.c - generic XDR routines implementation */ /* Copyright 1984-1997 Wind River Systems, Inc. */ #include "copyright_wrs.h" /* * Copyright (c) 1987 Wind River Systems, Inc. * Copyright (
www.eeworm.com/read/430520/1921208

h os_float.h

// -*- C++ -*- //============================================================================= /** * @file os_float.h * * floating types * * $Id: os_float.h 59806 2004-08-25 16:05:42Z shus
www.eeworm.com/read/428078/1962452

c wav_float.c

/* ** Copyright (C) 1999 Erik de Castro Lopo ** ** This program is free software; you can redistribute it and/or modify ** it under the terms of the GNU General Public License as