由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
EE版 - 在Fixed-Point的微处理器上编程,怎么实现floating point的加法乘法?
相关主题
求助:如何运行95年编写的C语言程序mathcad 数据显示精度
32位微处理器如何配置16位的RAM和FlashCIC decimation filter
能请教下怎么找图像处理的工作吗?How to determine the CIC filter order for given order sigma-delta ADC?
求问科大出版社翻译的一本书,关于intel微处理器的 (转载)DSP 入门
国内业余大学毕业请教同学硬件设计的稳定性问题一般digital filter 的quantization noise怎么算?
找firmware的合作伙伴请教关于有限域的初级问题
BIN->DECIMAL有没有快速实现的算法?一个有趣的问题谁能帮忙看一下
郁闷Re: 有对排队论熟的么?
相关话题的讨论汇总
话题: point话题: fixed话题: floating话题: 微处理器话题: 实现
进入EE版参与讨论
1 (共1页)
w*******d
发帖数: 761
1
可不可以设计个库函数来实现?
x****o
发帖数: 21566
2
多个register 拼?
c****p
发帖数: 6474
3
把浮点数转成定点数格式,做完运算再转换回去。
个人谨慎怀疑精度。

【在 w*******d 的大作中提到】
: 可不可以设计个库函数来实现?
w*******d
发帖数: 761
4
处理器是32位的,和float长度一样,但格式不一样。似乎不需要拼,但要算小数点移
位。

【在 x****o 的大作中提到】
: 多个register 拼?
a****l
发帖数: 8211
5
说简单也简单,说复杂也复杂.很多处理器上都是用软件来模拟浮点操作的,所以"库函数
"肯定是可行的,不过你能不能设计出这个库函数就是个问题了.

【在 w*******d 的大作中提到】
: 可不可以设计个库函数来实现?
C*********4
发帖数: 59
6
there are many companies doing those for all sorts of financial institutes.
i had impression that IBM z-series support fixed-point instructions

【在 w*******d 的大作中提到】
: 可不可以设计个库函数来实现?
C*********4
发帖数: 59
7
sorry. misunderstood your question.
fixed point support decimal operation, without rounding errors, why do you
want to emulate floating point?

.

【在 C*********4 的大作中提到】
: there are many companies doing those for all sorts of financial institutes.
: i had impression that IBM z-series support fixed-point instructions

C*********4
发帖数: 59
8
sorry. misunderstood your question.
fixed point support decimal operation, without rounding errors, why do you
want to emulate floating point?

.

【在 C*********4 的大作中提到】
: there are many companies doing those for all sorts of financial institutes.
: i had impression that IBM z-series support fixed-point instructions

b*****e
发帖数: 1193
9
应该叫integer处理器
l***g
发帖数: 1035
10
Refer to iq math from ti

可不可以设计个库函数来实现?

【在 w*******d 的大作中提到】
: 可不可以设计个库函数来实现?
1 (共1页)
进入EE版参与讨论
相关主题
Re: 有对排队论熟的么?国内业余大学毕业请教同学硬件设计的稳定性问题
Re: 请教:How to generate Gaussian Noise in C?找firmware的合作伙伴
Re: C#中,如何将字符串转化为double/float.BIN->DECIMAL有没有快速实现的算法?
找电子版DSP书郁闷
求助:如何运行95年编写的C语言程序mathcad 数据显示精度
32位微处理器如何配置16位的RAM和FlashCIC decimation filter
能请教下怎么找图像处理的工作吗?How to determine the CIC filter order for given order sigma-delta ADC?
求问科大出版社翻译的一本书,关于intel微处理器的 (转载)DSP 入门
相关话题的讨论汇总
话题: point话题: fixed话题: floating话题: 微处理器话题: 实现