/sysdeps/ieee754/ldbl-128ibm/ |
A D | s_tanhl.c | 47 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 D | e_jnl.c | 69 two = 2.0e0L, variable 254 v = two / x; in __ieee754_jnl() 265 di -= two; in __ieee754_jnl() 276 di -= two; in __ieee754_jnl()
|
A D | s_erfl.c | 152 two = 2.0L, variable 912 return two - tiny; in __erfcl() 957 return two - r / x; in __erfcl() 967 return two - tiny; in __erfcl()
|
A D | e_powl.c | 91 two = 2.0L, variable 411 r = (z * t1) / (t1 - two) - (w + z * w); in __ieee754_powl()
|
/sysdeps/ieee754/dbl-64/ |
A D | s_tanh.c | 47 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 D | e_jn.c | 50 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 D | s_erf.c | 128 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 D | s_tanhf.c | 25 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 D | e_jnf.c | 25 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 D | s_erff.c | 32 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 D | s_tanhl.c | 49 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 D | e_jnl.c | 68 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 D | s_erfl.c | 118 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 D | s_tanhl.c | 45 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 D | e_jnl.c | 69 two = 2, variable 254 v = two / x; in __ieee754_jnl() 265 di -= two; in __ieee754_jnl() 276 di -= two; in __ieee754_jnl()
|
A D | s_erfl.c | 146 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 D | add_n.S | 1 # 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 D | sub_n.S | 1 # 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 D | strlen.S | 48 nop # dual issue the next two on ev5 69 nop # dual issue next two on ev4 and ev5
|
A D | strncpy.S | 69 0: stq_u zero, 0(a0) # e0 : zero two words
|
A D | bzero.S | 59 0: stq_u zero, 0(a0) # e0 : store two words
|
/sysdeps/arm/ |
A D | dl-trampoline.S | 92 @ 8 - Saved two arguments to _dl_profile_fixup 123 @ Save these two arguments for pltexit.
|
/sysdeps/hppa/ |
A D | add_n.S | 1 ;! HP-PA __mpn_add_n -- Add two limb vectors of the same length > 0 and store
|
A D | sub_n.S | 1 ;! HP-PA __mpn_sub_n -- Subtract two limb vectors of the same length > 0 and
|
/sysdeps/arm/armv6/ |
A D | strlen.S | 71 orrs r3, r3, r2 @ Combine the two words
|