Home
last modified time | relevance | path

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

12

/l4re-core-master/uclibc/lib/contrib/uclibc/include/
A Dieee754.h36 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 Dfloating_to_chars.cc535 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 Dgeneric_128.c56 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 Dd2s.c75 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 Df2s.c36 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 Dryu_generic_128.h41 int32_t exponent; member
/l4re-core-master/uclibc/lib/uclibc/ARCH-x86/include/asm/
A Dsigcontext.h4 unsigned short exponent; member
9 unsigned short exponent; member
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/x86_64/bits/
A Dsigcontext.h30 unsigned short exponent; member
36 unsigned short exponent; member
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/x86_64/sys/
A Ducontext.h96 unsigned short int exponent; member
204 unsigned short int exponent; member
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdlib/
A Derand48_r.c35 temp.ieee.exponent = IEEE754_DOUBLE_BIAS; in erand48_r()
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/arm/sys/
A Duser.h32 unsigned int exponent:14; member
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/i386/sys/
A Ducontext.h87 unsigned short int exponent; member
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/std/
A Dbit211 // 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 Dbit235 // 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 Dbit264 // 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 Ddecimal64 // 3.2.5 Initialization from coefficient and exponent.
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/decimal/
A Ddecimal64 // 3.2.5 Initialization from coefficient and exponent.
/l4re-core-master/uclibc/lib/contrib/uclibc/docs/
A DGlibc_vs_uClibc_Differences.txt170 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 Ddecimal64 // 3.2.5 Initialization from coefficient and exponent.
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/decimal/
A Ddecimal64 // 3.2.5 Initialization from coefficient and exponent.
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/decimal/
A Ddecimal64 // 3.2.5 Initialization from coefficient and exponent.
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/decimal/
A Ddecimal64 // 3.2.5 Initialization from coefficient and exponent.
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/decimal/
A Ddecimal64 // 3.2.5 Initialization from coefficient and exponent.
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/decimal/
A Ddecimal64 // 3.2.5 Initialization from coefficient and exponent.
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/std/
A Dlimits169 * 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. */

Completed in 39 milliseconds

12