Searched refs:big (Results 1 – 20 of 20) sorted by relevance
/sysdeps/ieee754/dbl-64/ |
A D | urem.h | 30 static const mynumber big = {{0x43380000, 0}}, /* 6755399441055744 */ variable 37 static const mynumber big = {{0, 0x43380000}}, /* 6755399441055744 */ variable
|
A D | branred.h | 36 /**/ big = {{0x43380000, 0x00000000}}, /* 6755399441055744 */ variable 50 /**/ big = {{0x00000000, 0x43380000}}, /* 6755399441055744 */ variable
|
A 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()
|
A 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()
|
A D | e_sqrt.c | 62 static const double big = 134217728.0; in __ieee754_sqrt() 83 hy = (y + big) - big; in __ieee754_sqrt()
|
A D | usncs.h | 36 static const double big = 0x1.8000000000000p45; /* 52776558133248 */ variable
|
A D | uasncs.h | 62 static const double big = 103079215104.0, t24 = 16777216.0, t27 = 134217728.0; variable
|
A 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()
|
/sysdeps/ieee754/ldbl-128ibm/ |
A 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()
|
A D | s_expm1l.c | 86 minarg = -7.9018778583833765273564461846232128760607E1L, big = 1e290L; variable 119 return (4.0/big - 1.0L); in __expm1l()
|
/sysdeps/nios2/ |
A D | configure.ac | 4 # Nios II big endian is not yet supported. 5 AC_CACHE_CHECK([for big endian],
|
A 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; }
|
/sysdeps/arc/ |
A D | configure.ac | 13 # For big endian ABI, generate a symbol for selecting right dynamic linker 14 AC_CACHE_CHECK([for big endian],
|
A D | configure | 17 # For big endian ABI, generate a symbol for selecting right dynamic linker 150 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for big endian" >&5 151 $as_echo_n "checking for big endian... " >&6; }
|
/sysdeps/ieee754/ldbl-128/ |
A D | s_expm1l.c | 90 minarg = L(-7.9018778583833765273564461846232128760607E1), big = L(1e4932); variable 126 return (4.0/big - 1); in __expm1l()
|
/sysdeps/powerpc/powerpc32/ |
A D | lshift.S | 34 bge cr0,L(big) # branch if size >= 16 61 L(big): mflr r9
|
/sysdeps/aarch64/ |
A D | configure.ac | 12 # selecting the big endian ABI and if they are then 18 AC_CACHE_CHECK([for big endian],
|
A D | configure | 14 # selecting the big endian ABI and if they are then 152 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for big endian" >&5 153 $as_echo_n "checking for big endian... " >&6; }
|
/sysdeps/arm/ |
A D | configure.ac | 96 # Check for little-endian or big-endian encoding of 4 in the in-place addend.
|
A D | configure | 258 # Check for little-endian or big-endian encoding of 4 in the in-place addend.
|
Completed in 12 milliseconds