Lines Matching +full:x +full:- +full:whatever
8 * at Lawrence Berkeley Laboratory under DARPA contract BG 91-66 and
44 * ieee.h defines the machine-dependent layout of the machine's IEEE
53 * Note that 1.0 x 2 == 0.1 x 2 and that denorms are represented
55 * (-exp_bias+1)
56 * as fractions that look like 0.fffff x 2 . This means that
58 * -126
59 * the number 0.10000 x 2 , for instance, is the same as the normalized
61 * -127 -128
62 * float 1.0 x 2 . Thus, to represent 2 , we need one leading zero
64 * -129
67 * (-exp_bias-fracbits+1)
72 * -126 -149
73 * instance, we get .00000000000000000000001 x 2 , or 1.0 x 2 , and
75 * -149 == -127 - 23 + 1.
99 * Floats whose exponent is in [1..INFNAN) (of whatever type) are