Skip to content
  CAIRN  

Computer Arithmetic

Document Actions


Computer arithmetic deals with the study, design, optimization and validation of theoretical and practical means of computing operations such as addition, subtraction, multiplication, division, square-root, cubic-root, norms, sine, cosine, exponential, logarithm, hyperbolic functions, functions approximations, dedicated operators for signal or image processing, dedicated operators for cryptography, modular operations, etc. Various representations of numbers (or number systems) can be used depending on the application and implementation constraints: integer, fixed point, floating point, residue number system (RNS), logarithmic number system (LNS), finite field (F2m, Fp), intervals, multiple precision, high radix, redundant number systems, etc.

The design of efficient (accurate, fast, small silicon area or memory/code size, low power consumption, security) arithmetic operators depends on a complex trade-off between:

  • the number system(s) used to represent the data (width, digits coding at bit level...);
  • the algorithms used to compute the mathematical operations (evaluation methods, speed/area trade-offs, fused operations...);
  • the characteristics of data (accuracy, signal activity, space/time correlations...);
  • and some implementation constraints (specific cells in the standard library, logic style, available instructions...).

Validation of algorithms and operators is also in important topic in computer arithmetic. The validation can be done at design time (using formal proof methods and tools for instance) or during the execution. The accuracy of the computations and their specific behvior (e.g. overflow) have to be validated.

Arithmetic Operators Developped in CAIRN

  • Standard and low power arithmetic operators
  • Multiplication by constants
  • Division
  • Functions approximations (polynomial, tables and addition...)
  • Operators for cryptography (F2m, Fp operations for ECC and RSA)

  • Estimated arithmetic operators for multimedia and signal-processing applications

Links on Computer Arithmetic


Contact: Arnaud Tisserand

Created by tisseran
Last modified 07.10.2011 08:02 AM
« February 2012 »
Su Mo Tu We Th Fr Sa
      1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29      
14.02.2012
11:00-12:00 Logic Functions Decomposition in Reed-Muller Spectral Domain