Searched refs:tau (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/ppc/
H A Dgcc_qmul.c18 double ab, tmp, tau; local
44 tau = ab + tmp;
46 dst.s.lo = (ab - tau) + tmp;
47 dst.s.hi = tau;
/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Ddarwin-ldouble.c156 double t, tau, u, v, w; local
168 asm ("fmsub %0,%1,%2,%3" : "=f"(tau) : "f"(a), "f"(c), "f"(t));
170 tau = fmsub (a, c, t);
174 tau += v + w; /* Add in other second-order terms. */
175 u = t + tau;
181 z.dval[1] = (t - u) + tau;
189 double s, sigma, t, tau, u, v, w; local
211 tau = ((v-sigma)+w)/c; /* Correction to t. */
212 u = t + tau;
218 z.dval[1] = (t - u) + tau;
[all...]
/freebsd-11-stable/sys/rpc/
H A Dauth_unix.c134 struct audata *au, *tau; local
142 tau = TAILQ_FIRST(&auth_unix_all);
143 th = HASHSTEP(HASHINIT, tau->au_xcred.cr_uid)
145 TAILQ_REMOVE(&auth_unix_cache[th], tau, au_link);
146 TAILQ_REMOVE(&auth_unix_all, tau, au_alllink);
149 AUTH_DESTROY(tau->au_auth);
217 TAILQ_FOREACH(tau, &auth_unix_cache[h], au_link) {
218 if (!memcmp(&xcr, &tau->au_xcred, sizeof(xcr))) {
/freebsd-11-stable/contrib/unbound/compat/
H A Dchacha_private.h52 static const char tau[16] = "expand 16-byte k"; variable
67 constants = tau;
/freebsd-11-stable/crypto/openssh/
H A Dchacha.c53 static const char tau[16] = "expand 16-byte k"; variable
68 constants = tau;
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dchacha_private.h52 static const char tau[16] = "expand 16-byte k"; variable
67 constants = tau;
/freebsd-11-stable/sys/dev/ctau/
H A Dctau.c399 static unsigned char tau [] = { 155,153,113,48,64,236, local
433 } else if (ct_download (port, tau, tlen, tvec)) {

Completed in 89 milliseconds