代码搜索:float
找到约 10,000 项符合「float」的源代码
代码结果 10,000
www.eeworm.com/read/240162/4583656
c a-float.c
#include
static float a [10];
static float e [0]; /* GCC only */
int main (void) {
printf ("+++Array float:\n");
printf ("size=%d,align=%d,5th-elem-offset=%d,5th-elem-align=%d\n",
www.eeworm.com/read/240162/4584028
out++ a-float.out++
+++Array float:
size=40,align=4,5th-elem-offset=20,5th-elem-align=4
size=0,align=4,5th-elem-offset=60,5th-elem-align=4
www.eeworm.com/read/240162/4584408
out a-float.out
+++Array float:
size=40,align=4,5th-elem-offset=20,5th-elem-align=4
size=0,align=4,5th-elem-offset=60,5th-elem-align=4
www.eeworm.com/read/240162/4588995
c float.c
double
foo (a, b, c)
double a, b, c;
{
return a * b + c * a;
}
www.eeworm.com/read/237680/4622174
java float.java
/*
* Float.java
*
* Created on April 11, 2005, 11:35 PM
*/
package henson.midp;
import java.lang.*;
/**
* Title: Class for float-point calculations in J2ME applications (MIDP 1.0/C
www.eeworm.com/read/237048/4633920
java float.java
/* Float.java -- object wrapper for float
Copyright (C) 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free software; you ca
www.eeworm.com/read/234134/4660689
h float.h
/***
*float.h - constants for floating point values
*
* Copyright (c) 1985-1988, Microsoft Corporation. All rights reserved.
*
*Purpose:
* This file contains defines for a number of impleme
www.eeworm.com/read/234134/4662011
h float.h
/***
*float.h - constants for floating point values
*
* Copyright (c) 1985-1990, Microsoft Corporation. All rights reserved.
*
*Purpose:
* This file contains defines for a number of implementat
www.eeworm.com/read/233448/4669573
c float.c
/* Area: ffi_call
Purpose: Check return value float.
Limitations: none.
PR: none.
Originator: From the original ffitest.c */
/* { dg-do run } */
#include "ffitest.h"
static int floati
www.eeworm.com/read/233448/4676741
c a-float.c
#include
static float a [10];
static float e [0]; /* GCC only */
int main (void) {
printf ("+++Array float:\n");
printf ("size=%d,align=%d,5th-elem-offset=%d,5th-elem-align=%d\n",