Home
last modified time | relevance | path

Searched refs:two (Results 1 – 25 of 38) sorted by relevance

12

/sysdeps/ieee754/ldbl-128ibm/
A Ds_tanhl.c47 static const long double one=1.0L, two=2.0L, tiny = 1.0e-300L; variable
76 t = __expm1l(two*fabsl(x)); in __tanhl()
77 z = one - two/(t+two); in __tanhl()
79 t = __expm1l(-two*fabsl(x)); in __tanhl()
80 z= -t/(t+two); in __tanhl()
A De_jnl.c69 two = 2.0e0L, variable
254 v = two / x; in __ieee754_jnl()
265 di -= two; in __ieee754_jnl()
276 di -= two; in __ieee754_jnl()
A Ds_erfl.c152 two = 2.0L, variable
912 return two - tiny; in __erfcl()
957 return two - r / x; in __erfcl()
967 return two - tiny; in __erfcl()
A De_powl.c91 two = 2.0L, variable
411 r = (z * t1) / (t1 - two) - (w + z * w); in __ieee754_powl()
/sysdeps/ieee754/dbl-64/
A Ds_tanh.c47 static const double one = 1.0, two = 2.0, tiny = 1.0e-300; variable
80 t = __expm1 (two * fabs (x)); in __tanh()
81 z = one - two / (t + two); in __tanh()
85 t = __expm1 (-two * fabs (x)); in __tanh()
86 z = -t / (t + two); in __tanh()
A De_jn.c50 two = 2.00000000000000000000e+00, /* 0x40000000, 0x00000000 */ variable
204 v = two / x; in __ieee754_jn()
214 di -= two; in __ieee754_jn()
225 di -= two; in __ieee754_jn()
A Ds_erf.c128 two = 2.00000000000000000000e+00, /* 0x40000000, 0x00000000 */ variable
387 return two - tiny; /* x < -6 */ in libm_alias_double()
410 return two - r / x; in libm_alias_double()
420 return two - tiny; in libm_alias_double()
/sysdeps/ieee754/flt-32/
A Ds_tanhf.c25 static const float one=1.0, two=2.0, tiny = 1.0e-30; variable
51 t = __expm1f(two*fabsf(x)); in __tanhf()
52 z = one - two/(t+two); in __tanhf()
54 t = __expm1f(-two*fabsf(x)); in __tanhf()
55 z= -t/(t+two); in __tanhf()
A De_jnf.c25 two = 2.0000000000e+00, /* 0x40000000 */ variable
135 v = two/x; in __ieee754_jnf()
143 di -= two; in __ieee754_jnf()
151 di -= two; in __ieee754_jnf()
A Ds_erff.c32 two = 2.0000000000e+00, /* 0x40000000 */ variable
207 if(hx<0&&ix>=0x40c00000) return two-tiny;/* x < -6 */ in libm_alias_float()
223 return two-r/x; in libm_alias_float()
229 return two-tiny; in libm_alias_float()
/sysdeps/ieee754/ldbl-96/
A Ds_tanhl.c49 static const long double one=1.0, two=2.0, tiny = 1.0e-4900L; variable
78 t = __expm1l(two*fabsl(x)); in __tanhl()
79 z = one - two/(t+two); in __tanhl()
81 t = __expm1l(-two*fabsl(x)); in __tanhl()
82 z= -t/(t+two); in __tanhl()
A De_jnl.c68 invsqrtpi = 5.64189583547756286948079e-1L, two = 2.0e0L, one = 1.0e0L; variable
247 v = two / x; in __ieee754_jnl()
258 di -= two; in __ieee754_jnl()
269 di -= two; in __ieee754_jnl()
A Ds_erfl.c118 two = 2.0L, variable
417 return two - tiny; /* x < -6.666 */ in libm_alias_ldouble()
439 return two - r / x; in libm_alias_ldouble()
449 return two - tiny; in libm_alias_ldouble()
/sysdeps/ieee754/ldbl-128/
A Ds_tanhl.c45 static const _Float128 one = 1.0, two = 2.0, tiny = L(1.0e-4900); variable
81 t = __expm1l (two * u.value); in __tanhl()
82 z = one - two / (t + two); in __tanhl()
86 t = __expm1l (-two * u.value); in __tanhl()
87 z = -t / (t + two); in __tanhl()
A De_jnl.c69 two = 2, variable
254 v = two / x; in __ieee754_jnl()
265 di -= two; in __ieee754_jnl()
276 di -= two; in __ieee754_jnl()
A Ds_erfl.c146 two = 2, variable
889 return two - tiny; in libm_alias_ldouble()
936 return two - r / x; in libm_alias_ldouble()
946 return two - tiny; in libm_alias_ldouble()
/sysdeps/alpha/alphaev5/
A Dadd_n.S1 # Alpha __mpn_add_n -- Add two limb vectors of the same length > 0 and
62 or $8,$25,$25 # combine cy from the two adds
71 or $8,$25,$25 # combine cy from the two adds
78 or $8,$25,$25 # combine cy from the two adds
88 or $8,$25,$25 # combine cy from the two adds
99 or $8,$25,$25 # combine cy from the two adds
105 or $8,$25,$25 # combine cy from the two adds
111 or $8,$25,$25 # combine cy from the two adds
134 or $8,$25,$25 # combine cy from the two adds
142 or $8,$25,$25 # combine cy from the two adds
A Dsub_n.S1 # Alpha __mpn_sub_n -- Subtract two limb vectors of the same length > 0 and
62 or $8,$25,$25 # combine cy from the two adds
71 or $8,$25,$25 # combine cy from the two adds
78 or $8,$25,$25 # combine cy from the two adds
88 or $8,$25,$25 # combine cy from the two adds
99 or $8,$25,$25 # combine cy from the two adds
105 or $8,$25,$25 # combine cy from the two adds
111 or $8,$25,$25 # combine cy from the two adds
134 or $8,$25,$25 # combine cy from the two adds
143 or $8,$25,$25 # combine cy from the two adds
/sysdeps/alpha/
A Dstrlen.S48 nop # dual issue the next two on ev5
69 nop # dual issue next two on ev4 and ev5
A Dstrncpy.S69 0: stq_u zero, 0(a0) # e0 : zero two words
A Dbzero.S59 0: stq_u zero, 0(a0) # e0 : store two words
/sysdeps/arm/
A Ddl-trampoline.S92 @ 8 - Saved two arguments to _dl_profile_fixup
123 @ Save these two arguments for pltexit.
/sysdeps/hppa/
A Dadd_n.S1 ;! HP-PA __mpn_add_n -- Add two limb vectors of the same length > 0 and store
A Dsub_n.S1 ;! HP-PA __mpn_sub_n -- Subtract two limb vectors of the same length > 0 and
/sysdeps/arm/armv6/
A Dstrlen.S71 orrs r3, r3, r2 @ Combine the two words

Completed in 20 milliseconds

12