代码搜索:float

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

代码结果 10,000
www.eeworm.com/read/148721/5709422

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.4028234
www.eeworm.com/read/148721/5709428

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
www.eeworm.com/read/148721/5709440

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.4028234
www.eeworm.com/read/148721/5709455

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.4028234
www.eeworm.com/read/147766/5722841

h float.h

/* * Linux/PA-RISC Project (http://www.parisc-linux.org/) * * Floating-point emulation code * Copyright (C) 2001 Hewlett-Packard (Paul Bame) * * This program is free softwa
www.eeworm.com/read/147331/5730592

c float.c

#include main() { float a,b,c; a = 0.11; b = 3.12; c = a+b; printf ("Print float, result with 'f' = %f\n", c); printf ("Print float, result with 'e' = %e\n", c); printf ("Pr
www.eeworm.com/read/140727/5781942

h float.h

// file: $isip/class/math/scalar/Float/Float.h // version: $Id: Float.h,v 1.31 2001/10/14 04:25:55 bahety Exp $ // // make sure definitions are only made once // #ifndef ISIP_FLOAT #define ISIP_FLOAT
www.eeworm.com/read/139557/5798304

c float.c

#ifdef MIPS_HAS_FPU /*++ Copyright (c) 1991-2000 Microsoft Corporation. All rights reserved. Module Name: floatem.c Abstract: This module implements a software emulation of the IEEE sin
www.eeworm.com/read/139332/5800752

hpp is_float.hpp

// (C) Copyright Steve Cleary, Beman Dawes, Howard Hinnant & John Maddock 2000. // Use, modification and distribution are subject to the Boost Software License, // Version 1.0. (See accompanying f
www.eeworm.com/read/138474/5816404

java float.java

/* * Copyright