/l4re-core-master/uclibc/lib/contrib/uclibc/include/ |
A 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
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/inet/rpc/ |
A D | xdr_float.c | 61 unsigned int mantissa: 23; member 113 is.mantissa = (vs.mantissa1 << 16) | vs.mantissa2; in xdr_float() 136 (is.mantissa == lim->ieee.mantissa)) { in xdr_float() 142 vsp->mantissa2 = is.mantissa; in xdr_float() 143 vsp->mantissa1 = (is.mantissa >> 16); in xdr_float()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/src/c++17/ryu/ |
A D | generic_128.c | 55 fd.mantissa = 0; in generic_binary_to_decimal() 62 …fd.mantissa = explicitLeadingBit ? ieeeMantissa & ((ONE << (mantissaBits - 1)) - 1) : ieeeMantissa; in generic_binary_to_decimal() 233 fd.mantissa = output; in generic_binary_to_decimal() 240 if (fd.mantissa) { in copy_special_str() 262 uint128_t output = v.mantissa; in generic_to_chars() 266 printf("DIGITS=%s\n", s(v.mantissa)); in generic_to_chars()
|
A D | d2s.c | 72 uint64_t mantissa; member 298 fd.mantissa = output; in d2d() 310 uint64_t output = v.mantissa; in to_chars() 314 printf("DIGITS=%" PRIu64 "\n", v.mantissa); in to_chars() 437 v->mantissa = m2 >> -e2; in d2d_small_int() 472 const uint64_t q = div10(v.mantissa); in floating_to_fd64() 473 const uint32_t r = ((uint32_t) v.mantissa) - 10 * ((uint32_t) q); in floating_to_fd64() 477 v.mantissa = q; in floating_to_fd64()
|
A D | f2s.c | 33 uint32_t mantissa; member 216 fd.mantissa = output; in f2d() 228 uint32_t output = v.mantissa; in to_chars() 232 printf("DIGITS=%u\n", v.mantissa); in to_chars()
|
A D | ryu_generic_128.h | 40 uint128_t mantissa; member
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/src/c++17/ |
A D | floating_to_chars.cc | 386 typename floating_type_traits<T>::mantissa_t mantissa; member 414 ieee_repr.mantissa in get_ieee_repr() 482 ieee_repr.mantissa = ((uint128_t{mantissa_hi} << 64) in get_ieee_repr() 510 const auto [mantissa, exponent, sign] = get_ieee_repr(value); in floating_to_shortest_scientific() 511 return ryu::generic_binary_to_decimal(mantissa, exponent, sign, in floating_to_shortest_scientific() 535 if (fd.exponent < 0 || fd.mantissa != 1) [[likely]] in is_rounded_up_pow10_p() 547 { return ryu::decimalLength9(fd.mantissa); } in get_mantissa_length() 551 { return ryu::decimalLength17(fd.mantissa); } in get_mantissa_length() 555 { return ryu::generic128::decimalLength(fd.mantissa); } in get_mantissa_length() 1014 const int log2_mantissa = __bit_width(fd.mantissa) - 1; in __floating_to_chars_shortest() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/std/ |
A D | limits | 198 integer types, the number of non-sign bits in the mantissa; for 199 floating types, the number of @c radix digits in the mantissa. */
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/std/ |
A D | limits | 209 integer types, the number of non-sign bits in the mantissa; for 210 floating types, the number of @c radix digits in the mantissa. */
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/std/ |
A D | limits | 209 integer types, the number of non-sign bits in the mantissa; for 210 floating types, the number of @c radix digits in the mantissa. */
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/std/ |
A D | limits | 209 integer types, the number of non-sign bits in the mantissa; for 210 floating types, the number of @c radix digits in the mantissa. */
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/std/ |
A D | limits | 209 integer types, the number of non-sign bits in the mantissa; for 210 floating types, the number of @c radix digits in the mantissa. */
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/std/ |
A D | limits | 209 integer types, the number of non-sign bits in the mantissa; for 210 floating types, the number of @c radix digits in the mantissa. */
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/std/ |
A D | limits | 209 integer types, the number of non-sign bits in the mantissa; for 210 floating types, the number of @c radix digits in the mantissa. */
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/std/ |
A D | limits | 209 integer types, the number of non-sign bits in the mantissa; for 210 floating types, the number of @c radix digits in the mantissa. */
|
/l4re-core-master/uclibc/lib/contrib/uclibc/test/math/ |
A D | libm-test.inc | 4803 /* significand returns the mantissa of the exponential representation. */
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/ |
A D | ChangeLog | 3144 and uint32_t explicit. Simplify the extraction of mantissa,
|