/glibc-2.36/stdio-common/ |
D | _itowa.c | 63 } big; member 188 int big_normalization_steps = brec->big.normalization_steps; in _itowa() 190 = brec->big.base << big_normalization_steps; in _itowa() 192 if ((mp_limb_t) (value >> 32) >= brec->big.base) in _itowa() 209 brec->big.base_ninv); in _itowa() 213 brec->big.base_ninv); in _itowa() 223 brec->big.base_ninv); in _itowa() 249 brec->big.base); in _itowa() 250 udiv_qrnnd (x1lo, t[2], r, (mp_limb_t) value, brec->big.base); in _itowa() 251 udiv_qrnnd (t[0], t[1], x1hi, x1lo, brec->big.base); in _itowa() [all …]
|
D | _itoa.c | 63 } big; member 293 int big_normalization_steps = brec->big.normalization_steps; in _itoa() 295 = brec->big.base << big_normalization_steps; in _itoa() 297 if ((mp_limb_t) (value >> 32) >= brec->big.base) in _itoa() 314 brec->big.base_ninv); in _itoa() 318 brec->big.base_ninv); in _itoa() 328 brec->big.base_ninv); in _itoa() 354 brec->big.base); in _itoa() 355 udiv_qrnnd (x1lo, t[2], r, (mp_limb_t) value, brec->big.base); in _itoa() 356 udiv_qrnnd (t[0], t[1], x1hi, x1lo, brec->big.base); in _itoa() [all …]
|
D | tst-printf.sh | 65 e-style big: "1.000000000000000000000000000000000000000000000000000000000000e+20" 75 g-style big: "100000000000000000000" 84 Lg-style big: "100000000000000000000" 179 e-style big: "1.000000000000000000000000000000000000000000000000000000000000e+20" 189 g-style big: "100000000000000000000" 198 Lg-style big: "100000000000000000000"
|
/glibc-2.36/stdlib/ |
D | tst-qsort.c | 5 struct big { char c[4 * 1024]; }; struct 7 struct big *array; 8 struct big *array_end; 15 struct big const *a = a1; in compare() 16 struct big const *b = b1; in compare() 34 array = (struct big *) malloc (array_members * sizeof *array); in main()
|
/glibc-2.36/sysdeps/ieee754/dbl-64/ |
D | branred.c | 74 s=(r[i]+big.x)-big.x; in __branred() 82 s=(t+big.x)-big.x; in __branred() 104 s=(r[i]+big.x)-big.x; in __branred() 112 s=(t+big.x)-big.x; in __branred()
|
D | e_remainder.c | 65 d = (z + big.x) - big.x; in __ieee754_remainder() 93 d = (z + big.x) - big.x; in __ieee754_remainder() 101 d = (z + big.x) - big.x; in __ieee754_remainder() 110 z = u.x / t.x; d = (z + big.x) - big.x; in __ieee754_remainder()
|
D | e_sqrt.c | 62 static const double big = 134217728.0; in __ieee754_sqrt() 83 hy = (y + big) - big; in __ieee754_sqrt()
|
D | urem.h | 30 static const mynumber big = {{0x43380000, 0}}, /* 6755399441055744 */ variable 37 static const mynumber big = {{0, 0x43380000}}, /* 6755399441055744 */ variable
|
D | branred.h | 36 /**/ big = {{0x43380000, 0x00000000}}, /* 6755399441055744 */ variable 50 /**/ big = {{0x00000000, 0x43380000}}, /* 6755399441055744 */ variable
|
D | s_sin.c | 107 u.x = big + fabs (x); in do_cos() 108 x = fabs (x) - (u.x - big) + dx; in do_cos() 135 u.x = big + fabs (x); in do_sin() 136 x = fabs (x) - (u.x - big); in do_sin()
|
D | usncs.h | 36 static const double big = 0x1.8000000000000p45; /* 52776558133248 */ variable
|
D | uasncs.h | 62 static const double big = 103079215104.0, t24 = 16777216.0, t27 = 134217728.0; variable
|
/glibc-2.36/sysdeps/ieee754/ldbl-128ibm/ |
D | e_sqrtl.c | 53 static const long double big = 134217728.0, big1 = 134217729.0; in __ieee754_sqrtl() local 64 if (x < 0) return (big1-big1)/(big-big); in __ieee754_sqrtl() 99 if (x < 0) return (big1-big1)/(big-big); in __ieee754_sqrtl()
|
D | s_expm1l.c | 86 minarg = -7.9018778583833765273564461846232128760607E1L, big = 1e290L; variable 119 return (4.0/big - 1.0L); in __expm1l()
|
/glibc-2.36/sysdeps/nios2/ |
D | configure.ac | 4 # Nios II big endian is not yet supported. 5 AC_CACHE_CHECK([for big endian],
|
D | configure | 4 # Nios II big endian is not yet supported. 137 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for big endian" >&5 138 $as_echo_n "checking for big endian... " >&6; }
|
/glibc-2.36/sysdeps/arc/ |
D | configure.ac | 12 # For big endian ABI, generate a symbol for selecting right dynamic linker 13 AC_CACHE_CHECK([for big endian],
|
D | configure | 15 # For big endian ABI, generate a symbol for selecting right dynamic linker 148 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for big endian" >&5 149 $as_echo_n "checking for big endian... " >&6; }
|
/glibc-2.36/sysdeps/ieee754/ldbl-128/ |
D | s_expm1l.c | 90 minarg = L(-7.9018778583833765273564461846232128760607E1), big = L(1e4932); variable 126 return (4.0/big - 1); in __expm1l()
|
/glibc-2.36/sysdeps/powerpc/powerpc32/ |
D | lshift.S | 34 bge cr0,L(big) # branch if size >= 16 61 L(big): mflr r9
|
/glibc-2.36/elf/ |
D | tst-big-note-lib.S | 25 .pushsection .note.big,"a"
|
/glibc-2.36/sysdeps/aarch64/ |
D | configure.ac | 8 # selecting the big endian ABI and if they are then 14 AC_CACHE_CHECK([for big endian],
|
D | configure | 9 # selecting the big endian ABI and if they are then 147 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for big endian" >&5 148 $as_echo_n "checking for big endian... " >&6; }
|
/glibc-2.36/ |
D | config.h.in | 106 /* AArch64 big endian ABI */ 120 /* ARC big endian ABI */
|
/glibc-2.36/sysdeps/arm/ |
D | configure.ac | 91 # Check for little-endian or big-endian encoding of 4 in the in-place addend.
|