/l4re-core-master/uclibc/lib/contrib/uclibc/include/ |
A D | ieee754.h | 36 unsigned int exponent:8; member 41 unsigned int exponent:8; member 51 unsigned int exponent:8; member 58 unsigned int exponent:8; member 76 unsigned int exponent:11; member 84 unsigned int exponent:11; member 91 unsigned int exponent:11; member 102 unsigned int exponent:11; member 111 unsigned int exponent:11; 119 unsigned int exponent:11; [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/src/c++17/ |
A D | floating_to_chars.cc | 535 if (fd.exponent < 0 || fd.mantissa != 1) [[likely]] in is_rounded_up_pow10_p() 541 return (pow10_adjustment_tab[fd.exponent/64] in is_rounded_up_pow10_p() 542 & (1ull << (63 - fd.exponent%64))); in is_rounded_up_pow10_p() 953 if (fd.exponent >= lower_bound && fd.exponent <= upper_bound) in __floating_to_chars_shortest() 1016 = (log2_mantissa + (fd.exponent*10 + 2) / 3 in __floating_to_chars_shortest() 1026 memset(result.ptr, '0', fd.exponent); in __floating_to_chars_shortest() 1027 result.ptr += fd.exponent; in __floating_to_chars_shortest() 1068 if (mantissa_length <= -fd.exponent) in __floating_to_chars_shortest() 1095 memmove(&result.ptr[fd.exponent+1], &result.ptr[fd.exponent], in __floating_to_chars_shortest() 1096 -fd.exponent); in __floating_to_chars_shortest() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/src/c++17/ryu/ |
A D | generic_128.c | 56 fd.exponent = 0; in generic_binary_to_decimal() 63 fd.exponent = FD128_EXCEPTIONAL_EXPONENT; in generic_binary_to_decimal() 234 fd.exponent = exp; in generic_binary_to_decimal() 252 if (v.exponent == FD128_EXCEPTIONAL_EXPONENT) { in generic_to_chars() 268 printf("EXP=%u\n", v.exponent + olength); in generic_to_chars() 288 int32_t exp = v.exponent + olength - 1; in generic_to_chars()
|
A D | d2s.c | 75 int32_t exponent; member 297 fd.exponent = exp; in d2d() 316 printf("EXP=%u\n", v.exponent + olength); in to_chars() 390 int32_t exp = v.exponent + (int32_t) olength - 1; in to_chars() 438 v->exponent = 0; in d2d_small_int() 478 ++v.exponent; in floating_to_fd64()
|
A D | f2s.c | 36 int32_t exponent; member 215 fd.exponent = exp; in f2d() 234 printf("EXP=%u\n", v.exponent + olength); in to_chars() 283 int32_t exp = v.exponent + (int32_t) olength - 1; in to_chars()
|
A D | ryu_generic_128.h | 41 int32_t exponent; member
|
/l4re-core-master/uclibc/lib/uclibc/ARCH-x86/include/asm/ |
A D | sigcontext.h | 4 unsigned short exponent; member 9 unsigned short exponent; member
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/x86_64/bits/ |
A D | sigcontext.h | 30 unsigned short exponent; member 36 unsigned short exponent; member
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/x86_64/sys/ |
A D | ucontext.h | 96 unsigned short int exponent; member 204 unsigned short int exponent; member
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdlib/ |
A D | erand48_r.c | 35 temp.ieee.exponent = IEEE754_DOUBLE_BIAS; in erand48_r()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/arm/sys/ |
A D | user.h | 32 unsigned int exponent:14; member
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/i386/sys/ |
A D | ucontext.h | 87 unsigned short int exponent; member
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/std/ |
A D | bit | 211 // If the shift exponent equals _Nd then the correct result is not 225 // need to "promote" the shift exponent to be too large for the
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/std/ |
A D | bit | 235 // If the shift exponent equals _Nd then the correct result is not 251 // need to "promote" the shift exponent to be too large for the
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/std/ |
A D | bit | 264 // If the shift exponent equals _Nd then the correct result is not 280 // need to "promote" the shift exponent to be too large for the
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/decimal/ |
A D | decimal | 64 // 3.2.5 Initialization from coefficient and exponent.
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/decimal/ |
A D | decimal | 64 // 3.2.5 Initialization from coefficient and exponent.
|
/l4re-core-master/uclibc/lib/contrib/uclibc/docs/ |
A D | Glibc_vs_uClibc_Differences.txt | 170 4) glibc's scanf seems to require a 'p' exponent for hexadecimal float strings.
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/decimal/ |
A D | decimal | 64 // 3.2.5 Initialization from coefficient and exponent.
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/decimal/ |
A D | decimal | 64 // 3.2.5 Initialization from coefficient and exponent.
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/decimal/ |
A D | decimal | 64 // 3.2.5 Initialization from coefficient and exponent.
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/decimal/ |
A D | decimal | 64 // 3.2.5 Initialization from coefficient and exponent.
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/decimal/ |
A D | decimal | 64 // 3.2.5 Initialization from coefficient and exponent.
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/decimal/ |
A D | decimal | 64 // 3.2.5 Initialization from coefficient and exponent.
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/std/ |
A D | limits | 169 * of exponent bits. This type is used in the std::numeric_limits class. 219 fixed-exponent representations are exact but not integer. */ 223 floating types, specifies the base of the exponent representation. */
|