| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 553 人关注过本帖
标题:float.h
只看楼主 加入收藏
twtfufitx
Rank: 1
等 级:新手上路
帖 子:19
专家分:0
注 册:2010-4-15
结帖率:100%
收藏
 问题点数:0 回复次数:1 
float.h
float.h中的它们都代表什么意思啊,特别是大写字母的解释
#define _MCW_EM  0x0008001F /* Error masks */
#define _MCW_IC  0x00040000 /* Infinity */
#define _MCW_RC  0x00000300 /* Rounding */
#define _MCW_PC  0x00030000 /* Precision */

#define _EM_INVALID 0x00000010
#define _EM_DENORMAL 0x00080000
#define _EM_ZERODIVIDE 0x00000008
#define _EM_OVERFLOW 0x00000004
#define _EM_UNDERFLOW 0x00000002
#define _EM_INEXACT 0x00000001
#define _IC_AFFINE 0x00040000
#define _IC_PROJECTIVE 0x00000000
#define _RC_CHOP 0x00000300
#define _RC_UP  0x00000200
#define _RC_DOWN 0x00000100
#define _RC_NEAR 0x00000000
#define _PC_24  0x00020000
#define _PC_53  0x00010000
#define _PC_64  0x00000000

#define _FPCLASS_SNAN 0x0001 /* Signaling "Not a Number" */
#define _FPCLASS_QNAN 0x0002 /* Quiet "Not a Number" */
#define _FPCLASS_NINF 0x0004 /* Negative Infinity */
#define _FPCLASS_NN 0x0008 /* Negative Normal */
#define _FPCLASS_ND 0x0010 /* Negative Denormal */
#define _FPCLASS_NZ 0x0020 /* Negative Zero */
#define _FPCLASS_PZ 0x0040 /* Positive Zero */
#define _FPCLASS_PD 0x0080 /* Positive Denormal */
#define _FPCLASS_PN 0x0100 /* Positive Normal */
#define _FPCLASS_PINF 0x0200 /* Positive Infinity */

#define _SW_UNEMULATED  0x0040  /* unemulated instruction */
#define _SW_SQRTNEG  0x0080  /* square root of a neg number */
#define _SW_STACKOVERFLOW 0x0200  /* FP stack overflow */
#define _SW_STACKUNDERFLOW 0x0400  /* FP stack underflow */
#define _FPE_INVALID  0x81
#define _FPE_DENORMAL  0x82
#define _FPE_ZERODIVIDE  0x83
#define _FPE_OVERFLOW  0x84
#define _FPE_UNDERFLOW  0x85
#define _FPE_INEXACT  0x86
#define _FPE_UNEMULATED  0x87
#define _FPE_SQRTNEG  0x88
#define _FPE_STACKOVERFLOW 0x8a
#define _FPE_STACKUNDERFLOW 0x8b
#define _FPE_EXPLICITGEN 0x8c    /* raise( SIGFPE ); */
搜索更多相关主题的帖子: float 
2010-04-19 13:27
d7d7
Rank: 4
等 级:业余侠客
帖 子:91
专家分:210
注 册:2008-9-29
收藏
得分:0 
有些缩写缩得厉害了,还真不知道了。
2010-04-19 16:41
快速回复:float.h
数据加载中...
 
   



关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.014068 second(s), 7 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved