/illumos-gate/usr/src/lib/libm/amd64/src/ |
H A D | powl.s | 70 two: label 196 flds PIC_L(two) / 2, y , x
|
/illumos-gate/usr/src/lib/libm/i386/src/ |
H A D | pow.s | 73 two: label 218 fcoms PIC_L(two) / y , x
|
H A D | powf.s | 74 two: label 204 fcoms PIC_L(two) / y , x
|
H A D | powl.s | 70 two: label 200 fcoms PIC_L(two) / y , x
|
/illumos-gate/usr/src/lib/libm/common/C/ |
H A D | tanh.c | 64 two = 2.0, variable 82 z = one - two / (expm1(t + t) + two); 85 z = -y / (y + two);
|
H A D | jn.c | 67 two = 2.0, variable 201 v = two/x;
|
/illumos-gate/usr/src/lib/libm/common/LD/ |
H A D | tanhl.c | 63 static const long double small = 1.0e-20L, one = 1.0, two = 2.0, variable 84 z = one - two / (expm1l(t + t) + two); 87 z = -y / (y + two);
|
H A D | jnl.c | 66 two = 2.0L, variable 190 v = two/x;
|
/illumos-gate/usr/src/lib/libm/common/Q/ |
H A D | tanhl.c | 63 static const long double small = 1.0e-20L, one = 1.0, two = 2.0, variable 84 z = one - two / (expm1l(t + t) + two); 87 z = -y / (y + two);
|
H A D | expl.c | 78 two = 2.0L, variable 122 r = (x - t * (t1 + t * (t2 + t * (t3 + t * (t4 + t * t5))))) - two;
|
H A D | jnl.c | 66 two = 2.0L, variable 193 v = two/x;
|
H A D | expm1l.c | 107 two = +2.0L, variable 152 return (x + (x * r) / (two - r)); 162 r = (s + s) / (two - r); 180 r = (x - t * (T1 + t * (T2 + t * (T3 + t * (T4 + t * T5))))) - two;
|
H A D | logl.c | 85 two = 2.0L, variable 131 s = f / (two + f); /* |s|<2**-8 */
|
/illumos-gate/usr/src/cmd/sendmail/libsm/ |
H A D | t-strl.c | 32 int one, two, k; local 98 two = sm_snprintf(dst2, sizeof dst2, "%s/%s", src1[0], src1[1]); 99 SM_TEST(one == two); 102 two = sm_snprintf(dst2, 10, "%s/%s", src1[0], src1[1]); 103 SM_TEST(one == two); 106 two = sm_snprintf(dst2, 5, "%s/%s", src1[0], src1[1]); 107 SM_TEST(one == two); 110 two = sm_snprintf(dst2, 0, "%s/%s", src1[0], src1[1]); 111 SM_TEST(one == two); 114 two [all...] |
/illumos-gate/usr/src/lib/libmvec/common/vis/ |
H A D | __vlog.S | 113 #define two 0x200 define 163 ! f2 v0,(two-v0)-u0,z0 168 ! f12 v1,(two-v1)-u1,z1 173 ! f22 v2,(two-v2)-u2,q2 184 ! f40 two 207 ldd [%g1+two],%f40 280 fsubd %f40,%f2,%f2 ! two - v.d 301 fsubd %f2,%f0,%f2 ! (two - v.d) - u.d 359 fsubd %f40,%f12,%f12 ! two - v.d 380 fsubd %f12,%f10,%f12 ! (two [all...] |
/illumos-gate/usr/src/lib/libm/common/complex/ |
H A D | ctanhf.c | 36 static const float four = 4.0F, two = 2.0F, one = 1.0F, zero = 0.0F; variable 107 F_RE(ans) = (u + two * t) * v;
|
H A D | ctanhl.c | 37 static const long double four = 4.0L, two = 2.0L, one = 1.0L, zero = 0.0L; variable 110 LD_RE(ans) = (u + two * t) * v;
|
H A D | catan.c | 86 two = 2.0, variable 149 D_IM(ans) = half * log1p(two / (-t)); 175 D_RE(ans) = half * atan2(two, (one - ax) * (one + 217 D_RE(ans) = half * atan2(two, -ax); 221 t = two / ax; 257 D_IM(ans) = half * log1p(two / (ay - one));
|
H A D | catanf.c | 42 two = 2.0F, variable 99 F_IM(ans) = half * log1pf(two / (-t));
|
H A D | catanl.c | 112 two = 2.0L, variable 180 LD_IM(ans) = half * log1pl(two / (-t)); 217 LD_IM(ans) = t * (one - two * t); 222 LD_RE(ans) = half * atan2l(two, (one - ax) * (one + 254 LD_RE(ans) = half * atan2l(two, -ax); 258 t = two / ax; 294 LD_IM(ans) = half * log1pl(two / (ay - one));
|
H A D | csqrt.c | 114 two = 2.0, variable 186 t = half * sqrt(two * (ay + ax));
|
H A D | csqrtl.c | 44 two = 2.0L; variable 121 t = half * (sqrtl(two * (ax + ay)));
|
H A D | ctanh.c | 95 static const double four = 4.0, two = 2.0, one = 1.0, zero = 0.0; variable 168 D_RE(ans) = (u + two * t) * v;
|
H A D | k_cexpl.c | 227 two = 2.0L, variable 272 r = (x - t * (t1 + t * (t2 + t * (t3 + t * (t4 + t * t5))))) - two;
|
/illumos-gate/usr/src/lib/libast/common/comp/ |
H A D | tsearch.c | 75 static int treecompare(Dt_t* dt, char* one, char* two, Dtdisc_t* disc) argument 77 static int treecompare(dt, one, two, disc) 80 char* two; 84 return (*((Treedisc_t*)disc)->comparf)((Void_t*)one,(Void_t*)two);
|