Searched refs:t6 (Results 1 - 12 of 12) sorted by relevance

/illumos-gate/usr/src/lib/libm/common/C/
H A D__tan.c44 * w = x + (y+(x*z)*(t1+z*(t2+z*(t3+z*(t4+z*(t5+z*t6))))))
95 * PF(x) = x + (t1*x*z)(t2 + z(t3 + z))(t4 + z)(t5 + z(t6 + z))
102 /* t6 = */ -2.49403756995593761658369658107403665781021118164e+0000,
117 #define t6 q[11] macro
138 ((t4 + z) * (t5 + z * (t6 + z)));
/illumos-gate/usr/src/cmd/tbl/
H A DMakefile30 SRCS = t0.c t1.c t2.c t3.c t4.c t5.c t6.c t7.c \
/illumos-gate/usr/src/cmd/fs.d/nfs/svc/
H A Dnfs-server167 tport6=`$SERVINFO -p -t6 -s $nfs_name 2>/dev/null`
185 tports6=`$SERVINFO -R -p -t6 -s "mountd" 2>/dev/null`
224 tports6=`$SERVINFO -R -p -t6 -s $iana_name 2>/dev/null`
276 tports6=`$SERVINFO -R -p -t6 -s $iana_name 2>/dev/null`
281 tports6=`$SERVINFO -p -t6 -s $iana_name 2>/dev/null`
/illumos-gate/usr/src/lib/libm/common/LD/
H A D__tanl.c44 * w = x + (y+(x*z)*(t1+z*(t2+z*(t3+z*(t4+z*(t5+z*t6))))))
94 * |tan(x) - (x+t1*x^3+...+t6*x^13)|
103 t6 = 3.592128036572480064652191427543994878790e-0003L, variable
135 z * (t5 + z * (t6 + z * (t7 + z *
/illumos-gate/usr/src/lib/libm/common/Q/
H A D__tanl.c43 * w = x + (y+(x*z)*(t1+z*(t2+z*(t3+z*(t4+z*(t5+z*t6))))))
92 * |tan(x) - (x+t1*x^3+...+t6*x^13)|
101 t6 = +3.592128036572480064652191427543994878790e-0003L, variable
132 z * (t5 + z * (t6 + z * (t7 + z * (t8 +
/illumos-gate/usr/src/cmd/troff/troff.d/
H A DMakefile36 TROFFOBJS = t10.o t6.o
/illumos-gate/usr/src/common/crypto/edonr/
H A Dedonr.c176 t6 = rotl32(y27 + y1, 25); \
193 t6 = rotl64(y27 + y1, 48); \
201 t67 = t6 ^ t7; \
208 r5 = (s3 ^ s56) + (t34 ^ t6); \
221 t67 = t6 ^ t7; \
228 r5 = (s3 ^ s56) + (t34 ^ t6); \
244 t5, t6, t7; local
352 t5, t6, t7; local
/illumos-gate/usr/src/cmd/ypcmd/
H A Dyp.sh60 tports_6=`$SERVINFO -R -p -t6 -s $iana_name 2>/dev/null`
/illumos-gate/usr/src/cmd/troff/
H A Dn7.c313 goto t6;
335 t6:
/illumos-gate/usr/src/cmd/svc/shell/
H A Dipf_include.sh633 tports6=`$SERVINFO -R -p -t6 -s $iana_name 2>/dev/null`
677 tport6=`$SERVINFO -p -t6 -s $iana_name 2>&1`
/illumos-gate/usr/src/common/bignum/
H A Dbignumimpl.c3018 BIGNUM t1, t2, t3, t4, t5, t6, t7, t8, tmp; local
3057 if ((err = big_init1(&t6, len,
3082 vei = &t6;
3140 if (t6.malloced) big_finish(&t6);
/illumos-gate/usr/src/cmd/krb5/kadmin/dbutil/
H A Ddump.c2112 krb5_int32 t1, t2, t3, t4, t5, t6, t7, t8, t9; local
2182 &t2, &t3, &t4, &t5, &t6, &t7, &t8, &t9);
2188 dbentry.pw_expiration = (krb5_timestamp) t6;

Completed in 126 milliseconds