Scispace (Formerly Typeset)
  1. Home
  2. Topics
  3. Arbitrary-precision arithmetic
  4. 1972
  1. Home
  2. Topics
  3. Arbitrary-precision arithmetic
  4. 1972
Showing papers on "Arbitrary-precision arithmetic published in 1972"
Patent•
Pipelined high speed arithmetic unit

[...]

Stephenson C1, Watson W1•
Texas Instruments1
28 Apr 1972
TL;DR: In this paper, a digital computer central processing unit is disclosed having an arithmetic unit which forms an element of an instruction processing pipeline, and the arithmetic unit has within it a plurality of arithmetic subunits each with its own storage and partitioned on a functional basis for the simultaneous execution of a pluralityof arithmetic steps within the arithmetic units while a plurality-of- instructions are simultaneously processed in their flow to the assembly.
Abstract: A digital computer central processing unit is disclosed having an arithmetic unit which forms an element of an instruction processing pipeline. The arithmetic unit has within it a plurality of arithmetic subunits each with its own storage and partitioned on a functional basis for the simultaneous execution of a plurality of arithmetic steps within the arithmetic unit while a plurality of instructions are simultaneously processed in their flow to the arithmetic unit. The sections of the arithmetic unit are accessible to operand input channels, the arithmetic unit further being partitioned for simultaneous single length operand execution or for double length operand execution.

74 citations

Book Chapter•10.1007/BFB0059548•
On models of arithmetic

[...]

Jeff B. Paris
1 Jan 1972

59 citations

Journal Article•10.1145/355606.361870•
Algorithms to reveal properties of floating-point arithmetic

[...]

Michael A. Malcolm1•
Stanford University1
01 Nov 1972-Communications of The ACM
TL;DR: Two algorithms are presented in the form of Fortran subroutines that computes the radix and number of digits of the floating-point numbers and whether rounding or chopping is done by the machine on which it is run.
Abstract: Two algorithms are presented in the form of Fortran subroutines. Each subroutine computes the radix and number of digits of the floating-point numbers and whether rounding or chopping is done by the machine on which it is run. The methods are shown to work on any “reasonable” floating-point computer.

52 citations

Book Chapter•10.1007/978-1-4615-9053-8_5•
Error-correcting codes in computer arithmetic.

[...]

James L. Massey1, Oscar N. Garcia2•
University of Notre Dame1, University of South Florida2
1 Jan 1972
TL;DR: This chapter is intended to summarize the most important results which have been obtained in the theory of coding for the correction and detection of errors in computer arithmetic.
Abstract: This chapter is intended to summarize the most important results which have been obtained in the theory of coding for the correction and detection of errors in computer arithmetic. The rapid growth in the size and speed of digital computers has placed stringent reliability demands on the arithmetic unit. Attempts to satisfy these demands have generally followed one of three directions: (1) Attempts to improve the reliability of the components used in the construction of the arithmetic unit, (2) attempts to improve reliability by incorporating hardware redundancy so that the result of a computation is unaffected by the failure of one or more of the replicated units which form the arithmetic unit, or so that the failure of one or more of the replicated units can be detected and the faulty units replaced, and (3) attempts to incorporate redundancy into the numbers themselves which are being processed so that erroneous results can be corrected or detected. This third approach, which is the subject of this chapter, tacitly assumes that it is possible to build the “decoder” which corrects or detects erroneous results much more reliably than the arithmetic unit which it monitors, so that the decoder can be considered error-free for practical purposes.

50 citations

Proceedings Article•10.1109/ARITH.1972.6153916•
Roundings in floating point arithmetic

[...]

J. M. Yohe
15 May 1972
TL;DR: In this paper, algorithms for the four binary arithmetic operations and for rounding are presented, together with proofs of their correctness; appropriate formulas for a priori error analysis of these algorithms are presented.
Abstract: In this paper we discuss directed roundings and indicate how hardware might be designed to produce proper upward-directed, downward-directed, and certain commonly used symmetric roundings. Algorithms for the four binary arithmetic operations and for rounding are presented, together with proofs of their correctness; appropriate formulas for a priori error analysis of these algorithms are presented. Some of the basic applications of directed roundings are surveyed.

22 citations

Journal Article•10.1145/361573.361581•
Automatic error analysis for determining precision

[...]

P. L. Richman1•
Bell Labs1
01 Sep 1972-Communications of The ACM
TL;DR: An automatic error analysis technique is given for determining, directly from the results of a trial low-precision interval arithmetic calculation, just how much precision and data accuracy are required to achieve a desired final accuracy.
Abstract: The problem considered is that of evaluating a rational expression to within any desired tolerance on a computer which performs variable-precision floating-point arithmetic operations. For example, the expression might be p/(p + 1/2 - e) √2), which is rational in the data p, e, √2. An automatic error analysis technique is given for determining, directly from the results of a trial low-precision interval arithmetic calculation, just how much precision and data accuracy are required to achieve a desired final accuracy. The techniques given generalize easily to the evaluation of many nonrational expressions.

22 citations

Book•10.1007/BFB0058781•
The Theory of Arithmetic Functions

[...]

Anthony A. Gioia, Donald L. Goldsmith
1 Jan 1972

20 citations

Journal Article•10.1002/CPA.3160250306•
On the convolution ring of arithmetic functions

[...]

Harold N. Shapiro
01 May 1972-Communications on Pure and Applied Mathematics

20 citations

The SAC-1 Modular Arithmetic System

[...]

Ellis Horowitz, David R. Musser, M.T. McClellan, George E. Collins, L.E. Heindel 
1 Jan 1972

20 citations

Patent•
Error detection for arithmetic and logical unit modules

[...]

J Cowan1•
Honeywell1
7 Apr 1972
TL;DR: A modular error detector for an adder of the type which provides both arithmetic and logical functions and incorporates carry-look-ahead addition is described in this article, which includes parity prediction of logical and arithmetic terms together with partial duplication.
Abstract: A modular error detector for an adder of the type which provides both arithmetic and logical functions and incorporates carrylook-ahead addition is described The error detector includes parity prediction of logical and arithmetic terms together with partial duplication Error checking of four bit arithmetic/logic modules is integrated with error checking of the carry-look-ahead unit Also, check parity generation and testing of the operands is integrated with the parity prediction

9 citations

Patent•
Binary/bcd arithmetic logic unit

[...]

Kohoutek J1, Near C1•
Hewlett-Packard1
15 Jun 1972
TL;DR: In this paper, two integrated circuit read-only-memory packages are interconnected with flip-flops and gates to form an arithmetic logic unit for performing arithmetic and logic operations in either a one-bit serial binary mode or a four-bit parallel binary-coded-decimal mode.
Abstract: Two integrated circuit read-only-memory packages are interconnected with flip-flops and gates to form an arithmetic logic unit for performing arithmetic and logic operations in either a one-bit serial binary mode or a four-bit parallel binary-coded-decimal mode.
Journal Article•10.2307/2978153•
The Structure of Arithmetic.

[...]

Howard E. Campbell
01 Jan 1972-American Mathematical Monthly
Proceedings Article•10.1145/800152.804903•
Algorithms for rational function arithmetic operations

[...]

Ellis Horowitz
1 May 1972
TL;DR: It is shown that the computing time for adding and taking the derivative of rational functions is 2 orders of magnitude faster using the modular algorithms.
Abstract: Despite recent advances in speeding up many arithmetic and algebraic algorithms plus a general increase in algorithm analyses, no computing time study has ever been done for algorithms which perform the rational function arithmetic operations. Mathematical symbol manipulation systems which provide for operations on rational functions use algorithms which were initially given by P. Henrici in 1956. In this paper, these algorithms are precisely specified and their computing times analyzed. Then, new algorithms based on the use of modular arithmetic are developed and analyzed. It is shown that the computing time for adding and taking the derivative of rational functions is 2 orders of magnitude faster using the modular algorithms. Also, the computing time for rational function multiplication will be one order of magnitude faster using the modular algorithm.
Book Chapter•10.1016/B978-0-12-775950-0.50023-6•
Number Theoretic Foundations of Finite Precision Arithmetic

[...]

David W. Matula
1 Jan 1972
TL;DR: The chapter describes a self-contained finite precision rational arithmetic system where results, which overflow, are not simply aborted out to a floating-point representation or to an overflow message indicator.
Abstract: Publisher Summary This chapter discusses number theoretic foundations of finite precision arithmetic. The process of radix conversion from one finite precision number system to another can be denoted by a restricted mapping. The chapter describes a few properties of such restricted mappings and highlights the practical numeric problems encountered in software implementations of programming languages, which allow mixed arithmetic between differently based floating-point data. It describes a self-contained finite precision rational arithmetic system where results, which overflow, are not simply aborted out to a floating-point representation or to an overflow message indicator. The chapter highlights a few recent number theoretic results in the area of finite precision number systems.
Journal Article•10.1049/PIEE.1972.0141•
Cellular-array arithmetic unit with multiplication and division

[...]

Alex.B. Gardiner, John Hont1•
Siemens1
1 Jun 1972
TL;DR: A new multiplier is developed which has an array structure compatible with one of the dividers, and it is shown how this multiplier/divider can be implemented using Hoffmann cells, requiring considerably fewer cells than two separate units.
Abstract: A number of papers have been written recently describing cellular-array multipliers and dividers. The usefulness of these schemes is in their speed of operation and the simplicity of the array structures. However, the structures are such that multiplication and division require separate arrays and possibly different types of cells. Since the number of cells in an array is proportional to the square of the word length used, it would be a tremendous saving if the multiplier and divider could share a large percentage of the hardware. In this paper, some of the existing multiplier and divider arrays are briefly described, and a new multiplier is developed which has an array structure compatible with one of the dividers. It is then shown how this multiplier/divider can be implemented using Hoffmann cells, requiring considerably fewer cells than two separate units. With the addition of a few more control lines, the array can be operated as a complete arithmetic unit allowing a range of single-precision arithmetic and logical operations and double-precision arithmetic operations.
Book Chapter•10.1007/BFB0058784•
The arithmetic functions of the Jacobi-Perron Algorithm

[...]

Leon Bernstein1•
Illinois Institute of Technology1
1 Jan 1972
A Survey of Simultaneous Binary Multiplication

[...]

Joseph Larry Voyer
1 Jan 1972
Journal Article•10.1016/S0019-9958(72)90576-1•
Modular arithmetic weight and cyclic shifting

[...]

William F. Hartman1•
University of Notre Dame1
01 Nov 1972-Information & Computation
TL;DR: It is shown that the modular arithmetic weight of an integer is invariant to the cyclic shifts of its radix-2 form, which leads to a reduced search for the minimum weight codeword in a cyclic AN-code as well as to a better understanding of previous work.
Abstract: This note shows that the modular arithmetic weight of an integer is invariant to the cyclic shifts of its radix-2 form. This result leads to a reduced search for the minimum weight codeword in a cyclic AN-code as well as to a better understanding of previous work.
Journal Article•10.1080/00029890.1972.11993199•
Problems on the Density of Arithmetic Sequences

[...]

A. A. Mullin
01 Dec 1972-American Mathematical Monthly
TL;DR: In this Department the Monthly presents easily stated research problems dealing with notions ordinarily encountered in undergraduate mathematics.
Abstract: In this Department the Monthly presents easily stated research problems dealing with notions ordinarily encountered in undergraduate mathematics. Each problem should be accompanied by relevant references (if any are known to the author) and by a brief description of known partial results. Manuscripts should be sent to Richard Guy, Department of Mathematics, Statistics, and Computing Science, The University of Calgary, Calgary 44, Alberta, Canada.

Tools

SciSpace AgentBiomedical AgentSciSpace RecruitSciSpace for EnterpriseAgent GalleryChat with PDFLiterature ReviewAI WriterFind TopicsParaphraserCitation GeneratorExtract DataAI DetectorCitation Booster

Learn

ResourcesLive Workshops

SciSpace

CareersSupportBrowse PapersPricingSciSpace Affiliate ProgramCancellation & Refund PolicyTermsPrivacyData Sources

Directories

PapersTopicsJournalsAuthorsConferencesInstitutionsCitation StylesWriting templates

Extension & Apps

SciSpace Chrome ExtensionSciSpace Mobile App

Contact

support@scispace.com
SciSpace

© 2026 | PubGenius Inc. | Suite # 217 691 S Milpitas Blvd Milpitas CA 95035, USA

soc2
Secured by Delve