Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > C Programming > Fixed/Block Floating Point Arithmetic Support...

Reply
Thread Tools

Fixed/Block Floating Point Arithmetic Support...

 
 
Satpreet
Guest
Posts: n/a
 
      02-27-2006
I'm looking to simulate the behavior of a digital hardware arithmetic
block in a C/C++ program.

I was just wondering if there are any libraries (with datatypes and
overloaded operators etc.) available for arithmetic operations on
Fixed/Block-Floating Point variables ??

Alternatively could anyone throw me a pointer to sample code if
available on the net...

Regards,
Satpreet

 
Reply With Quote
 
 
 
 
Michael Mair
Guest
Posts: n/a
 
      02-27-2006
Satpreet schrieb:
> I'm looking to simulate the behavior of a digital hardware arithmetic
> block in a C/C++ program.


There is no such language.

> I was just wondering if there are any libraries (with datatypes and
> overloaded operators etc.) available for arithmetic operations on


That sounds unlike C -- there you do not have operator overloading.
This newsgroup deals with standard C, not C++ or other languages
with operator overloading.


> Fixed/Block-Floating Point variables ??
>
> Alternatively could anyone throw me a pointer to sample code if
> available on the net...


I assume you already have used some sort of search engine.
So: Try asking in a newsgroup where either "digital hardware
arithmetic block"s or "arithmetic operations on
Fixed/Block-Floating Point" are topical.


Cheers
Michael
--
E-Mail: Mine is an /at/ gmx /dot/ de address.
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
floating point arithmetic fred8865 Python 6 08-27-2008 04:49 AM
Status of floating point arithmetic in Java? Robert Dodier Java 1 07-31-2007 05:50 PM
Beginner question: Precision of floating point arithmetic... Shawn C Programming 11 07-21-2004 01:50 AM
Floating point arithmetic. Amit Bhatia C Programming 5 07-17-2004 11:32 PM
Floating point arithmetic. Amit Bhatia C++ 14 07-14-2004 07:55 PM



Advertisments