Home
last modified time | relevance | path

Searched refs:tau (Results 1 – 25 of 36) sorted by relevance

12

/freebsd-11-stable/contrib/gcc/config/rs6000/
HDdarwin-ldouble.c156 double t, tau, u, v, w; in __gcc_qmul() local
168 asm ("fmsub %0,%1,%2,%3" : "=f"(tau) : "f"(a), "f"(c), "f"(t)); in __gcc_qmul()
170 tau = fmsub (a, c, t); in __gcc_qmul()
174 tau += v + w; /* Add in other second-order terms. */ in __gcc_qmul()
175 u = t + tau; in __gcc_qmul()
181 z.dval[1] = (t - u) + tau; in __gcc_qmul()
189 double s, sigma, t, tau, u, v, w; in __gcc_qdiv() local
211 tau = ((v-sigma)+w)/c; /* Correction to t. */ in __gcc_qdiv()
212 u = t + tau; in __gcc_qdiv()
218 z.dval[1] = (t - u) + tau; in __gcc_qdiv()
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/ppc/
HDgcc_qmul.c18 double ab, tmp, tau; in __gcc_qmul() local
44 tau = ab + tmp; in __gcc_qmul()
46 dst.s.lo = (ab - tau) + tmp; in __gcc_qmul()
47 dst.s.hi = tau; in __gcc_qmul()
/freebsd-11-stable/sys/rpc/
HDauth_unix.c134 struct audata *au, *tau; in authunix_create() local
142 tau = TAILQ_FIRST(&auth_unix_all); in authunix_create()
143 th = HASHSTEP(HASHINIT, tau->au_xcred.cr_uid) in authunix_create()
145 TAILQ_REMOVE(&auth_unix_cache[th], tau, au_link); in authunix_create()
146 TAILQ_REMOVE(&auth_unix_all, tau, au_alllink); in authunix_create()
149 AUTH_DESTROY(tau->au_auth); in authunix_create()
217 TAILQ_FOREACH(tau, &auth_unix_cache[h], au_link) { in authunix_create()
218 if (!memcmp(&xcr, &tau->au_xcred, sizeof(xcr))) { in authunix_create()
/freebsd-11-stable/contrib/groff/font/devps/generate/
HDlgreekmap25 tau *t
HDsymbolchars60 tau *t
/freebsd-11-stable/contrib/unbound/compat/
HDchacha_private.h52 static const char tau[16] = "expand 16-byte k"; variable
67 constants = tau; in chacha_keysetup()
/freebsd-11-stable/crypto/openssh/openbsd-compat/
HDchacha_private.h52 static const char tau[16] = "expand 16-byte k"; variable
67 constants = tau; in chacha_keysetup()
/freebsd-11-stable/crypto/openssh/
HDchacha.c53 static const char tau[16] = "expand 16-byte k"; variable
68 constants = tau; in chacha_keysetup()
/freebsd-11-stable/contrib/groff/font/devps/
HDSS91 *t 391,445,16,170,-45,99 3 116 tau
HDS99 *t 439,500,19 3 116 tau
HDsymbolmap437 tau *t
/freebsd-11-stable/contrib/groff/font/devlbp/
HDEB200 *t 1900 0 0xe7 -- 8,41 # tau
HDCI200 *t 2200 0 0xe7 -- 8,41 # tau
HDCB200 *t 2200 0 0xe7 -- 8,41 # tau
HDEI200 *t 1900 0 0xe7 -- 8,41 # tau
HDER200 *t 1900 0 0xe7 -- 8,41 # tau
HDCR200 *t 2200 0 0xe7 -- 8,41 # tau
HDTB336 *t 1473 0 0xe7 8,41 # tau
HDHR334 *t 1463 0 0xe7 8,41 # tau
HDTR335 *t 1413 0 0xe7 8,41 # tau
HDTBI336 *t 1473 0 0xe7 8,41 # tau
HDHNR334 *t 375 0 0xe7 8,41 # tau
/freebsd-11-stable/contrib/groff/font/devlj4/generate/
HDtext.map345 # 287 lowercase greek tau -- unused
558 # 540 lowercase greek tau *
HDsymbol.map93 -1 F074 *t # lower case tau (u03C4)
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
HDCommentHTMLNamedCharacterReferences.td137 def : NCR<"tau", 0x003C4>;

12