/glibc-2.36/math/ |
D | test-misc.c | 168 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 …]
|
D | libm-test-significand.inc | 24 /* significand returns the mantissa of the exponential
|
/glibc-2.36/sysdeps/sparc/sparc32/ |
D | ieee754.h | 37 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/ |
D | ieee754.h | 37 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/ |
D | ieee754.h | 38 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/ |
D | ieee754.h | 37 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/ |
D | xdr_float.c | 56 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/ |
D | ieee754.h | 37 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/ |
D | s_frexp_template.c | 24 FLOAT mantissa, exponent; in M_DECL_FUNC() local 41 : "=f" (mantissa) in M_DECL_FUNC() 43 return mantissa; in M_DECL_FUNC()
|
D | s_frexpl.c | 23 long double mantissa, exponent; in __frexpl() local 53 : "=f" (mantissa) in __frexpl() 55 return mantissa; in __frexpl()
|
/glibc-2.36/sysdeps/mips/ieee754/ |
D | ieee754.h | 42 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/ |
D | test-canonical-ldbl-96.c | 31 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/ |
D | res_debug.c | 661 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/ |
D | math-nan-payload-float.h | 24 u.ieee_nan.mantissa = (mant); \ 25 if (u.ieee.mantissa != 0) \
|
/glibc-2.36/sysdeps/ieee754/flt-32/ |
D | mpn2flt.c | 35 u.ieee.mantissa = frac_ptr[0] & (((mp_limb_t) 1 << FLT_MANT_DIG) - 1); in __mpn_construct_float()
|
/glibc-2.36/manual/ |
D | lang.texi | 864 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 …]
|
D | math.texi | 1294 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
|
D | arith.texi | 278 @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/ |
D | ChangeLog.7 | 10104 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.
|
D | ChangeLog.18 | 21008 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 …]
|
D | ChangeLog.10 | 2864 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.
|
D | ChangeLog.15 | 5337 mantissa for AIX long double format.
|
D | ChangeLog.17 | 7185 mantissa.
|
D | ChangeLog.16 | 1661 integers with one more bits than (mantissa + guard) bits for the
|
D | ChangeLog.14 | 11394 * sysdeps/i386/fpu/s_nextafterl.c: Decrement high word of mantissa
|