Home
last modified time | relevance | path

Searched refs:big (Results 1 – 20 of 20) sorted by relevance

/sysdeps/ieee754/dbl-64/
A Durem.h30 static const mynumber big = {{0x43380000, 0}}, /* 6755399441055744 */ variable
37 static const mynumber big = {{0, 0x43380000}}, /* 6755399441055744 */ variable
A Dbranred.h36 /**/ big = {{0x43380000, 0x00000000}}, /* 6755399441055744 */ variable
50 /**/ big = {{0x00000000, 0x43380000}}, /* 6755399441055744 */ variable
A Dbranred.c74 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 De_remainder.c65 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 De_sqrt.c62 static const double big = 134217728.0; in __ieee754_sqrt()
83 hy = (y + big) - big; in __ieee754_sqrt()
A Dusncs.h36 static const double big = 0x1.8000000000000p45; /* 52776558133248 */ variable
A Duasncs.h62 static const double big = 103079215104.0, t24 = 16777216.0, t27 = 134217728.0; variable
A Ds_sin.c107 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 De_sqrtl.c53 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 Ds_expm1l.c86 minarg = -7.9018778583833765273564461846232128760607E1L, big = 1e290L; variable
119 return (4.0/big - 1.0L); in __expm1l()
/sysdeps/nios2/
A Dconfigure.ac4 # Nios II big endian is not yet supported.
5 AC_CACHE_CHECK([for big endian],
A Dconfigure4 # 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 Dconfigure.ac13 # For big endian ABI, generate a symbol for selecting right dynamic linker
14 AC_CACHE_CHECK([for big endian],
A Dconfigure17 # 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 Ds_expm1l.c90 minarg = L(-7.9018778583833765273564461846232128760607E1), big = L(1e4932); variable
126 return (4.0/big - 1); in __expm1l()
/sysdeps/powerpc/powerpc32/
A Dlshift.S34 bge cr0,L(big) # branch if size >= 16
61 L(big): mflr r9
/sysdeps/aarch64/
A Dconfigure.ac12 # selecting the big endian ABI and if they are then
18 AC_CACHE_CHECK([for big endian],
A Dconfigure14 # 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 Dconfigure.ac96 # Check for little-endian or big-endian encoding of 4 in the in-place addend.
A Dconfigure258 # Check for little-endian or big-endian encoding of 4 in the in-place addend.

Completed in 12 milliseconds