代码搜索:float

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

代码结果 10,000
www.eeworm.com/read/190666/5181367

java float.java

/* java.lang.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 can redistribute it and/or mod
www.eeworm.com/read/190666/5181914

h float.h

// -*- C++ -*- compatibility header. // Copyright (C) 2002 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute i
www.eeworm.com/read/190666/5182057

h float.h

// -*- C++ -*- header wrapper. // Copyright (C) 1997-1999, 2000 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistrib
www.eeworm.com/read/190469/5183625

h float.h

#ifndef __FLOAT #define __FLOAT #define FLT_ROUNDS 1 #define FLT_RADIX 2 #define FLT_DIG 6 #define FLT_EPSILON 1.19209289550781250000e-07 #define FLT_MANT_DIG 24 #define FLT_MAX 3.4028234663852886
www.eeworm.com/read/190469/5183640

h float.h

#ifndef __FLOAT #define __FLOAT #define FLT_ROUNDS 1 #define FLT_RADIX 2 #define FLT_DIG 6 #define FLT_EPSILON 1.19209289550781250000e-07 #define FLT_MANT_DIG 24 #define FLT_MAX 3.4028234663852886
www.eeworm.com/read/190469/5183647

h float.h

#ifndef __FLOAT #define __FLOAT #define FLT_ROUNDS (__flt_rounds()) #define FLT_RADIX 2 #define FLT_DIG 6 #define FLT_EPSILON 1.19209289550781250000e-07 #define FLT_MANT_DIG 24 #define FLT_MAX 3.4
www.eeworm.com/read/190469/5183660

h float.h

#ifndef __FLOAT #define __FLOAT #define FLT_ROUNDS 1 #define FLT_RADIX 2 #define FLT_DIG 6 #define FLT_EPSILON 1.19209289550781250000e-07 #define FLT_MANT_DIG 24 #define FLT_MAX 3.4028234663852886
www.eeworm.com/read/190469/5183675

h float.h

#ifndef __FLOAT #define __FLOAT #define FLT_ROUNDS 1 #define FLT_RADIX 2 #define FLT_DIG 6 #define FLT_EPSILON 1.19209289550781250000e-07 #define FLT_MANT_DIG 24 #define FLT_MAX 3.4028234663852886
www.eeworm.com/read/183001/5259068

h float.h

/*------------------------------------------------------------------------- * * float.h * definitions for ANSI floating point * * * Portions Copyright (c) 1996-2005, PostgreSQL Global Developm
www.eeworm.com/read/183001/5259419

c float.c

/*------------------------------------------------------------------------- * * float.c * Functions for the built-in floating-point types. * * Portions Copyright (c) 1996-2005, PostgreSQL Globa