由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
CS版 - 怎样比较X==1.0而不用FPU?
相关主题
计算复数和实数的cpu时间问题IEEE Transcation on Multimedia
看来佛罗里达这个州不愧是骗子+坑爹州[转载] SCI paper search
[转载] EE的兄弟们,知足吧[转载] 有谁是IEEE Computer Society member?
[转载] Re: 哪个PAPER水平高,一流会议WORKSHOP还是普通CONFERENCE别佩服别国的天才了Re: 美国的小朋友真牛啊
Journal paper VS. conference paper???[转载] CfP (Multimedia over Wireless)
IEEE proceedings 的latex模板[转载] ICME conf
IEEE COMPSAChow about fuzzi-IEEE conference?
请前辈推荐一些关于sensor network的比较新的survey?Re: can I be a faculty?
相关话题的讨论汇总
话题: fpt话题: achieives话题: fpu话题: integer话题: format
进入CS版参与讨论
1 (共1页)
s*******r
发帖数: 5
1
how to achieives (x==1.0) without using FPT unit?
thanks
a******t
发帖数: 100
2
If x is in IEEE standard format.
and if x is a *small* integer (which is true for 1.0),
x has the same format for integer and FP.

【在 s*******r 的大作中提到】
: how to achieives (x==1.0) without using FPT unit?
: thanks

s*****e
发帖数: 21415
3
faint... 别误人子弟。
double 是64位,ing/long 一般是32位,能一样吗?

【在 a******t 的大作中提到】
: If x is in IEEE standard format.
: and if x is a *small* integer (which is true for 1.0),
: x has the same format for integer and FP.

s*******r
发帖数: 5
4
this depends on processor. But I think amethyst's solution works in principle.

【在 s*****e 的大作中提到】
: faint... 别误人子弟。
: double 是64位,ing/long 一般是32位,能一样吗?

s*****e
发帖数: 21415
5
还是老实点研究一下浮点的格式吧。

【在 s*******r 的大作中提到】
: this depends on processor. But I think amethyst's solution works in principle.
z*****n
发帖数: 7639
6
doesn't ((int)x==1.0) work?
or you have to inspect bitwisely of the float?

【在 s*******r 的大作中提到】
: how to achieives (x==1.0) without using FPT unit?
: thanks

1 (共1页)
进入CS版参与讨论
相关主题
Re: can I be a faculty?Journal paper VS. conference paper???
HelpIEEE proceedings 的latex模板
PACT怎么样?IEEE COMPSAC
possible plagiarism请前辈推荐一些关于sensor network的比较新的survey?
计算复数和实数的cpu时间问题IEEE Transcation on Multimedia
看来佛罗里达这个州不愧是骗子+坑爹州[转载] SCI paper search
[转载] EE的兄弟们,知足吧[转载] 有谁是IEEE Computer Society member?
[转载] Re: 哪个PAPER水平高,一流会议WORKSHOP还是普通CONFERENCE别佩服别国的天才了Re: 美国的小朋友真牛啊
相关话题的讨论汇总
话题: fpt话题: achieives话题: fpu话题: integer话题: format