Solving the Generalized Mask Constraint for Test Generation of Binary Floating Point Add Operation (Report title: Test Generation for the Binary Floating Point Add Operation with Mask-Mask-Mask Constraints)

The mathematical problem discussed is important for generating test cases in order to debug floating point adders designs.

Floating point numbers are assumed to be written as strings of {0,1} bits, in a format compatible with IEEE standard 754. A mask is a string of characters, composed of {'0' , '1' , 'x'}. A number and a mask are compatible if they have the same length and each numerical character of the mask ('0' or '1') is equal, numerically, to the bit of the number, in the same position. The problem discussed is: Given masks Ma, Mb, Mc, of identical lengths, generate three floating point numbers a, b, c, which are compatible with the masks and satisfy c = round(a + b). If there are many solutions, choose one at random

By: Abraham Ziv, Laurent Fournier

Published in: Theoretical Computer Science, volume 291, (no 2), pages 183-201 in 2003

Please obtain a copy of this paper from your local library. IBM cannot distribute this paper externally.

Questions about this service can be mailed to reports@us.ibm.com .