中文
相关论文

相关论文: Computing Integer Powers in Floating-Point Arithme…

200 篇论文

Recently we introduced a class of number representations denoted RN-representations, allowing an un-biased rounding-to-nearest to take place by a simple truncation. In this paper we briefly review the binary fixed-point representation in an…

数值分析 · 计算机科学 2012-01-20 Peter Kornerup , Jean-Michel Muller , Adrien Panhaleux

Given the importance of floating-point~(FP) performance in numerous domains, several new variants of FP and its alternatives have been proposed (e.g., Bfloat16, TensorFloat32, and Posits). These representations do not have correctly rounded…

数学软件 · 计算机科学 2020-11-23 Jay P. Lim , Mridul Aanjaneya , John Gustafson , Santosh Nagarakatte

Simplification of fractional powers of positive rational numbers and of sums, products and powers of such numbers is taught in beginning algebra. Such numbers can often be expressed in many ways, as this article discusses in some detail.…

符号计算 · 计算机科学 2013-02-12 Albert D. Rich , David R. Stoutemyer

We introduce data structures and algorithms to count numerical inaccuracies arising from usage of floating numbers described in IEEE 754. Here we describe how to estimate precision for some collection of functions most commonly used for…

数值分析 · 数学 2024-03-26 Igor V. Netay

Presented here are algorithms for converting between (decimal) scientific-notation and (binary) IEEE-754 double-precision floating-point numbers. By employing a rounding integer quotient operation these algorithms are much simpler than…

数值分析 · 计算机科学 2018-08-08 Aubrey Jaffer

Finite-precision floating point arithmetic unavoidably introduces rounding errors which are traditionally bounded using a worst-case analysis. However, worst-case analysis might be overly conservative because worst-case errors can be…

数值分析 · 数学 2019-12-11 Fredrik Dahlqvist , Rocco Salvia , George A Constantinides

Floating point operations are fast, but require continuous effort on the part of the user in order to ensure that the results are correct. This burden can be shifted away from the user by providing a library of exact analysis in which the…

计算机科学中的逻辑 · 计算机科学 2011-12-20 Robbert Krebbers , Bas Spitters

We provide tools to help automate the error analysis of algorithms that evaluate simple functions over the floating-point numbers. The aim is to obtain tight relative error bounds for these algorithms, expressed as a function of the unit…

数值分析 · 数学 2024-05-07 Jean-Michel Muller , Bruno Salvy

We present improved algorithms for fast calculation of the inverse square root for single-precision floating-point numbers. The algorithms are much more accurate than the famous fast inverse square root algorithm and have the same or…

数值分析 · 计算机科学 2018-02-22 Cezary J. Walczyk , Leonid V. Moroz , Jan L. Cieśliński

Using exact computer arithmetic, it is possible to determine the (exact) solution of a numerical model without rounding error. For such purposes, a corresponding system of equations should be exactly defined, either directly or by…

数值分析 · 数学 2019-06-17 J. Dvornik , A. Jaguljnjak Lazarevic , D. Lazarevic , M. Uros

Weighted model counting computes the sum of the rational-valued weights associated with the satisfying assignments for a Boolean formula, where the weight of an assignment is given by the product of the weights assigned to the positive and…

数值分析 · 数学 2025-08-11 Randal E. Bryant

Motivated by the importance of floating-point computations, we study the problem of securely and accurately summing many floating-point numbers. Prior work has focused on security absent accuracy or accuracy absent security, whereas our…

密码学与安全 · 计算机科学 2023-12-19 Marina Blanton , Michael T. Goodrich , Chen Yuan

Efficient number representation is essential for federated learning, natural language processing, and network measurement solutions. Due to timing, area, and power constraints, such applications use narrow bit-width (e.g., 8-bit) number…

网络与互联网体系结构 · 计算机科学 2024-10-08 Itamar Cohen , Gil Einziger

An improvement on precision of recursive function simulation in IEEE floating point standard is presented. It is shown that the average of rounding towards negative infinite and rounding towards positive infinite yields a better result than…

信号处理 · 电气工程与系统科学 2017-12-05 Melanie R. Silva , Erivelton G. Nepomuceno , Samir A. M. Martins

The error function of real argument can be uniformly approximated to a given accuracy by a single closed-form expression for the whole variable range either in terms of addition, multiplication, division, and square root operations only, or…

化学物理 · 物理学 2025-10-06 Dimitri N. Laikov

We present a mathematical analysis of transformations used in fast calculation of inverse square root for single-precision floating-point numbers. Optimal values of the so called magic constants are derived in a systematic way, minimizing…

数学软件 · 计算机科学 2016-03-16 Leonid V. Moroz , Cezary J. Walczyk , Andriy Hrynchyshyn , Vijay Holimath , Jan L. Cieśliński

Quantum algorithms to solve practical problems in quantum chemistry, materials science, and matrix inversion often involve a significant amount of arithmetic operations which act on a superposition of inputs. These have to be compiled to a…

量子物理 · 物理学 2018-07-06 Thomas Häner , Mathias Soeken , Martin Roetteler , Krysta M. Svore

High confidence in floating-point programs requires proving numerical properties of final and intermediate values. One may need to guarantee that a value stays within some range, or that the error relative to some ideal value is well…

数值分析 · 计算机科学 2008-01-04 Florent De Dinechin , Christoph Quirin Lauter , Guillaume Melquiond

On modern architectures, the performance of 32-bit operations is often at least twice as fast as the performance of 64-bit operations. By using a combination of 32-bit and 64-bit floating point arithmetic, the performance of many dense and…

For scientific computations on a digital computer the set of real number is usually approximated by a finite set F of "floating-point" numbers. We compare the numerical accuracy possible with difference choices of F having approximately the…

数值分析 · 计算机科学 2010-04-21 Richard P. Brent