Home
last modified time | relevance | path

Searched refs:mantissa (Results 1 – 25 of 25) sorted by relevance

/glibc-2.36/math/
Dtest-misc.c168 if (v1.ieee.mantissa != v2.ieee.mantissa) in do_test()
171 v1.ieee.mantissa, v2.ieee.mantissa); in do_test()
207 if (v1.ieee.mantissa != v2.ieee.mantissa) in do_test()
210 v1.ieee.mantissa, v2.ieee.mantissa); in do_test()
256 if (v1.ieee.mantissa != v2.ieee.mantissa) in do_test()
259 v1.ieee.mantissa, v2.ieee.mantissa); in do_test()
279 if (v1.ieee.mantissa != v2.ieee.mantissa) in do_test()
282 v1.ieee.mantissa, v2.ieee.mantissa); in do_test()
302 if (v1.ieee.mantissa != v2.ieee.mantissa) in do_test()
305 v1.ieee.mantissa, v2.ieee.mantissa); in do_test()
[all …]
Dlibm-test-significand.inc24 /* significand returns the mantissa of the exponential
/glibc-2.36/sysdeps/sparc/sparc32/
Dieee754.h37 unsigned int mantissa:23; member
40 unsigned int mantissa:23; member
53 unsigned int mantissa:22; member
56 unsigned int mantissa:22; member
/glibc-2.36/sysdeps/ieee754/ldbl-128/
Dieee754.h37 unsigned int mantissa:23; member
40 unsigned int mantissa:23; member
53 unsigned int mantissa:22; member
56 unsigned int mantissa:22; member
/glibc-2.36/sysdeps/ieee754/ldbl-128ibm/
Dieee754.h38 unsigned int mantissa:23; member
41 unsigned int mantissa:23; member
54 unsigned int mantissa:22; member
57 unsigned int mantissa:22; member
/glibc-2.36/sysdeps/ieee754/
Dieee754.h37 unsigned int mantissa:23; member
40 unsigned int mantissa:23; member
53 unsigned int mantissa:22; member
56 unsigned int mantissa:22; member
/glibc-2.36/sunrpc/
Dxdr_float.c56 unsigned int mantissa: 23; member
108 is.mantissa = (vs.mantissa1 << 16) | vs.mantissa2; in xdr_float()
131 (is.mantissa == lim->ieee.mantissa)) { in xdr_float()
137 vsp->mantissa2 = is.mantissa; in xdr_float()
138 vsp->mantissa1 = (is.mantissa >> 16); in xdr_float()
/glibc-2.36/sysdeps/ia64/
Dieee754.h37 unsigned int mantissa:23; member
40 unsigned int mantissa:23; member
53 unsigned int mantissa:22; member
56 unsigned int mantissa:22; member
/glibc-2.36/sysdeps/m68k/m680x0/fpu/
Ds_frexp_template.c24 FLOAT mantissa, exponent; in M_DECL_FUNC() local
41 : "=f" (mantissa) in M_DECL_FUNC()
43 return mantissa; in M_DECL_FUNC()
Ds_frexpl.c23 long double mantissa, exponent; in __frexpl() local
53 : "=f" (mantissa) in __frexpl()
55 return mantissa; in __frexpl()
/glibc-2.36/sysdeps/mips/ieee754/
Dieee754.h42 unsigned int mantissa:23; member
45 unsigned int mantissa:23; member
58 unsigned int mantissa:22; member
61 unsigned int mantissa:22; member
/glibc-2.36/sysdeps/ieee754/ldbl-96/
Dtest-canonical-ldbl-96.c31 uint64_t mantissa; member
98 (tests[i].mantissa >> 32) | (tests[i].high << 31), in do_test()
99 tests[i].mantissa & 0xffffffffULL); in do_test()
/glibc-2.36/resolv/
Dres_debug.c661 int mantissa, exponent; in precsize_ntoa() local
663 mantissa = (int)((prec >> 4) & 0x0f) % 10; in precsize_ntoa()
666 val = mantissa * poweroften[exponent]; in precsize_ntoa()
680 int mantissa; in precsize_aton() local
702 mantissa = cmval / poweroften[exponent]; in precsize_aton()
703 if (mantissa > 9) in precsize_aton()
704 mantissa = 9; in precsize_aton()
706 retval = (mantissa << 4) | exponent; in precsize_aton()
/glibc-2.36/sysdeps/generic/
Dmath-nan-payload-float.h24 u.ieee_nan.mantissa = (mant); \
25 if (u.ieee.mantissa != 0) \
/glibc-2.36/sysdeps/ieee754/flt-32/
Dmpn2flt.c35 u.ieee.mantissa = frac_ptr[0] & (((mp_limb_t) 1 << FLT_MANT_DIG) - 1); in __mpn_construct_float()
/glibc-2.36/manual/
Dlang.texi864 mantissa @code{1.23456} is multiplied by the base @code{10} raised to
897 @cindex mantissa (of floating point number)
899 The @dfn{mantissa} or @dfn{significand} is an unsigned integer which is a
904 The @dfn{precision} of the mantissa. If the base of the representation
906 the mantissa. This is a constant for a particular representation.
908 @cindex hidden bit (of floating point number mantissa)
910 the mantissa. This is a bit which is present virtually in the mantissa,
918 The mantissa of a floating point number represents an implicit fraction
920 the largest representable mantissa is one less than this denominator, the
928 other words, the mantissa would be too large to fit if it were
[all …]
Dmath.texi1294 where @math{p} is the number of bits in the mantissa of the
1332 interpreted in terms of a fixed-precision 106-bit mantissa, but not
1334 mantissa bits.
1689 mantissa this means 4 bits are not initialized by the random number
Darith.texi278 @dfn{mantissa}, the @dfn{exponent}, and the @dfn{sign bit}. The real
287 the mantissa. @xref{Floating Point Concepts}, for details. (It is
295 shorter than the width of the mantissa. Even simple fractions such as
996 the mantissa are stolen to indicate the decimal point.
1391 @code{significand} returns the mantissa of @var{x} scaled to the range
1777 mantissa is added or subtracted, depending on the direction.
/glibc-2.36/ChangeLog.old/
DChangeLog.710104 mantissa overflows into exponent. Fix priority of >> vs +.
10390 * sysdeps/libm-ieee754/s_ceill.c: Corrected. The mantissa has only
10782 is set in mantissa.
11127 determines the bits in the mantissa part of the NaN.
11682 * sysdeps/libm-i387/e_pow.S: Correct recognition of mantissa
12534 Simplify conversion of mantissa to string.
DChangeLog.1821008 exponent when incrementing negative subnormal with low mantissa
24638 insert sign bit in shifted mantissa. Always pass -1023 as biased
30071 mantissa to long int before shifting left.
30355 mantissa.
30741 not 0x0040000 for high bit of mantissa. Mask with 0xfffff000 when
37742 high mantissa bit when testing whether P is a NaN.
38351 exponents less than 48 as cases where high part of mantissa needs
52736 for explicit high bit of mantissa when testing for argument equal
62580 without decrementing exponent if mantissa >= that for the
62582 (_FP_DIV_MEAT_2_gmp): Test numerator mantissa >= that for the
[all …]
DChangeLog.102864 generate mantissa output in using malloc if it is larger than
10456 the precision if the mantissa is zero.
12537 point if the precision is zero, even if the mantissa is non-zero.
DChangeLog.155337 mantissa for AIX long double format.
DChangeLog.177185 mantissa.
DChangeLog.161661 integers with one more bits than (mantissa + guard) bits for the
DChangeLog.1411394 * sysdeps/i386/fpu/s_nextafterl.c: Decrement high word of mantissa