Location:
Search - fadd
Search list
Description: 6级流水,verilog实现浮点数的加法,其中浮点数格式符合IEEE754标准
Platform: |
Size: 1942 |
Author: 兰兰 |
Hits:
Description: 6级流水,verilog实现浮点数的加法,其中浮点数格式符合IEEE754标准-6 water, verilog realize the floating point adder, in which floating-point format in line with the IEEE754 standard
Platform: |
Size: 2048 |
Author: 兰兰 |
Hits:
Description: 插件程序,The DynObj interface represents an object that can be created and destroyed. It represents an object owned from a single point. Usually the functions doDestroy and doDtor would be implemented like: -The DynObj interface represents an object that can be created and destroyed. It represents an object owned from a single point. Usually the functions doDestroy and doDtor would be implemented like:
Platform: |
Size: 133120 |
Author: 肖潇 |
Hits:
Description: it is verilog code for floating point adder
Platform: |
Size: 1024 |
Author: vijay |
Hits:
Description: c语言模拟计算机浮点数计算
1、float stof(char *) //十进制字符串 --> float (如:"-1.0" --> 0xFF800000)
2、float fadd(float, float)
3、float fsub(float, float)
4、float fmul(float, float)
5、float fdiv(float, float)
6、void ftos(char *, float) //float --> 十进制字符串(如:0x40000000 --> "2.0")-c language simulation of computer floating-point calculation
1, float stof (char*) // decimal string-> float (such as: "-1.0"-> 0xFF800000)
2, a float fadd (float, float)
3, float, the fsub, takes (float, float)
4, a float fmul (float, float)
5, a float fdiv (float, float)
6, void ftos (char*, float) // float-> decimal string (eg: 0x40000000-> "2.0")
Platform: |
Size: 1024 |
Author: liujianyu |
Hits:
Description: Defines, types, and structures for resource descriptors.
Platform: |
Size: 4096 |
Author: vujuqui |
Hits:
Description: Test fadd extends DxTestCase Source Code for Linux v2.13.6.
Platform: |
Size: 1024 |
Author: donenhong |
Hits:
Description: Default rate for the root input clock, reset this with clk_set_rate() the platform code.
-Default rate for the root input clock, reset this with clk_set_rate() the platform code.
Platform: |
Size: 2048 |
Author: lzbingye |
Hits:
Description: 浮点数的表示与算术运算算法分析,要求理论推导与程序模拟。
算术运算包括字符串到浮点数、浮点数到字符串的转换,加、减、乘、除四则运算等。要有说明文档,包括算法证明、程序框图、使用方法、特殊处理(溢出、数位扩展)、实例分析等等。字符串转换可能稍难。
typedef unsigned int dwrd; #32-bit
char* ftoa(dwrd);
dwrd atof(char*);
dwrd fadd(dwrd, dwrd);
dwrd fsub(dwrd, dwrd);
dwrd fmul(dwrd, dwrd);
dwrd fdiv(dwrd, dwrd);(The representation of floating-point number and the analysis of arithmetic operation algorithm require theoretical derivation and program simulation.
Arithmetic operations include string to floating point, floating point to string conversion, addition, subtraction, multiplication, division and so on. Documentation should be provided, including algorithm proof, program block diagram, usage, special handling (overflow, digital expansion), case analysis, etc. String conversion can be slightly difficult.
typedef unsigned int dwrd; #32-bit
char* ftoa(dwrd);
dwrd atof(char*);
dwrd fadd(dwrd, dwrd);
dwrd fsub(dwrd, dwrd);
dwrd fmul(dwrd, dwrd);
dwrd fdiv(dwrd, dwrd);)
Platform: |
Size: 547840 |
Author: 游哉 |
Hits: