代码搜索:float
找到约 10,000 项符合「float」的源代码
代码结果 10,000
www.eeworm.com/read/221571/14737286
c float.c
/* float.c: Illustrates floating-pt. limits */
#include
#include
int main()
{
printf("radix: %d\n", FLT_RADIX);
printf("float: %d radix digits\n",FLT_MANT_DIG);
www.eeworm.com/read/221293/14747750
class float.class
www.eeworm.com/read/119273/14834876
h float.h
/* float.h
Defines implementation specific macros for dealing with
floating point.
Copyright (c) 1987, 1991 by Borland International
All Rights Reserved.
*/
#ifndef __FLOA
www.eeworm.com/read/119064/14841718
asm float.asm
;*******************************************************************
; Binary Floating Point Addition, Subtraction, Multiplication
; and Divide routines.
;
;***********
www.eeworm.com/read/118993/14845292
h float.h
/* float.h header file for the floating-point constant module of
* the Netwide Assembler
*
* The Netwide Assembler is copyright (C) 1996 Simon Tatham and
* Julian Hall. All rights rese
www.eeworm.com/read/118993/14845489
c float.c
/* float.c floating-point constant support for the Netwide Assembler
*
* The Netwide Assembler is copyright (C) 1996 Simon Tatham and
* Julian Hall. All rights reserved. The software is
*
www.eeworm.com/read/219311/14888716
asm float.asm
;*******************************************************************
; Binary Floating Point Addition, Subtraction, Multiplication
; and Divide routines.
;
;***********
www.eeworm.com/read/218663/14910874
h float.h
#ifndef __FLOAT_H
#define __FLOAT_H
#define HUGE_VAL DBL_MAX
#define DBL_DIG 7
#define DBL_EPSILON 1.192092896e-7f
#define DBL_MANT_DIG 24
#define DBL_MAX 3.402823466e+38f
#define DBL_
www.eeworm.com/read/117212/14934406
h float.h
#ifndef _FLOAT_H_
#define _FLOAT_H_
#define FLT_RADIX 2
/* IEEE float */
#define FLT_MANT_DIG 24
#define FLT_DIG 6
#define FLT_ROUNDS 1
#define FLT_EPSILON 1.19209290e-07F
#define FLT_MIN_EXP (-125)
www.eeworm.com/read/215923/15033903
h float.h
/*
* float.h
* This file has no copyright assigned and is placed in the Public Domain.
* This file is a part of the mingw-runtime package.
* No warranty is given; refer to the file DISCLAIMER wit