代码搜索:float
找到约 10,000 项符合「float」的源代码
代码结果 10,000
www.eeworm.com/read/381722/2641575
h float.h
/* The header defines some implementation limits for (IEEE) floating
* point. Application programs can use it to find out how big and small
* floating-point numbers can be, what epsilon t
www.eeworm.com/read/376006/2717136
h float.h
/*-------------------------------------------------------------------------
*
* float.h
* definitions for ANSI floating point
*
*
* Portions Copyright (c) 1996-2008, PostgreSQL Global Developm
www.eeworm.com/read/376006/2717395
c float.c
/*-------------------------------------------------------------------------
*
* float.c
* Functions for the built-in floating-point types.
*
* Portions Copyright (c) 1996-2008, PostgreSQL Globa
www.eeworm.com/read/375736/2720350
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/375736/2721672
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/374003/2755906
h float.h
#ifndef __FLOAT_H
#define __FLOAT_H
#define FLT_MIN 1.175494e-38
#define FLT_MAX 3.402823e+38
#endif
www.eeworm.com/read/369339/2801481
s float.s
/
/
/ float fortran function
.globl float.
.globl rval4p
.globl lval
.globl gas4
.globl i4r4
.globl retrn
.globl temp
float.: temp
lval; temp
rval4p; 2
i4r4
gas4
retrn
www.eeworm.com/read/366702/2879384
c float.c
double
foo (a, b, c)
double a, b, c;
{
return a * b + c * a;
}
www.eeworm.com/read/366696/2884698
h float.h
/* Copyright (C) 2002 Free Software Foundation, Inc.
This file is part of GCC.
GCC is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as pub