HomeSort by: relevance | last modified time | path
    Searched refs:tau (Results 1 - 23 of 23) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/ppc/
gcc_qmul.c 21 double ab, tmp, tau; local
47 tau = ab + tmp;
49 dst.s.lo = (ab - tau) + tmp;
50 dst.s.hi = tau;
  /src/external/gpl2/groff/dist/font/devps/generate/
lgreekmap 25 tau *t
symbolchars 32 Tau *T
60 tau *t
  /src/external/gpl3/gcc/dist/libgcc/config/rs6000/
ibm-ldouble.c 179 double xh, xl, t, tau, u, v, w; local
191 asm ("fmsub %0,%1,%2,%3" : "=f"(tau) : "f"(a), "f"(c), "f"(t));
193 tau = fmsub (a, c, t);
197 tau += v + w; /* Add in other second-order terms. */
198 u = t + tau;
204 xl = (t - u) + tau;
211 double xh, xl, s, sigma, t, tau, u, v, w; local
242 tau = ((v-sigma)+w)/c; /* Correction to t. */
243 u = t + tau;
249 xl = (t - u) + tau;
    [all...]
  /src/external/gpl3/gcc.old/dist/libgcc/config/rs6000/
ibm-ldouble.c 179 double xh, xl, t, tau, u, v, w; local
191 asm ("fmsub %0,%1,%2,%3" : "=f"(tau) : "f"(a), "f"(c), "f"(t));
193 tau = fmsub (a, c, t);
197 tau += v + w; /* Add in other second-order terms. */
198 u = t + tau;
204 xl = (t - u) + tau;
211 double xh, xl, s, sigma, t, tau, u, v, w; local
242 tau = ((v-sigma)+w)/c; /* Correction to t. */
243 u = t + tau;
249 xl = (t - u) + tau;
    [all...]
  /src/crypto/external/apache2/openssl/dist/crypto/ml_dsa/
ml_dsa_poly.h 75 EVP_MD_CTX *h_ctx, const EVP_MD *md, uint32_t tau)
77 if (!ossl_ml_dsa_poly_sample_in_ball(out, seed, seed_len, h_ctx, md, tau))
ml_dsa_sample.c 294 * The number of non zero values (hamming weight) is given by tau
303 * @param tau is the number of +1 or -1's in the polynomial 'out_c' (39, 49 or 60)
308 uint32_t tau)
323 * grab the first 64 bits - since tau < 64
330 /* Loop tau times */
331 for (end = 256 - tau; end < 256; end++) {
ml_dsa_local.h 74 uint32_t tau);
ml_dsa_sign.c 159 md_ctx, priv->shake256_md, params->tau))
268 md_ctx, pub->shake256_md, params->tau))
  /src/sys/external/bsd/drm2/dist/drm/radeon/
si_dpm.h 75 u32 tau[SMC_SISLANDS_DTE_MAX_FILTER_STAGES]; member in struct:si_dte_data
sislands_smc.h 373 uint32_t tau[SMC_SISLANDS_DTE_MAX_FILTER_STAGES]; member in struct:Smc_SIslands_DTE_Configuration
radeon_si_dpm.c 2519 dte_tables->tau[i] = cpu_to_be32(dte_data->tau[i]);
  /src/crypto/external/apache2/openssl/dist/include/crypto/
ml_dsa.h 58 int tau; /* Number of +/-1's in polynomial c */ member in struct:ml_dsa_params_st
64 int beta; /* tau * eta */
  /src/crypto/external/bsd/openssh/dist/
chacha.c 54 static const char tau[16] = "expand 16-byte k"; variable
69 constants = tau;
  /src/external/bsd/unbound/dist/compat/
chacha_private.h 52 static const char tau[16] = "expand 16-byte k"; variable
67 constants = tau;
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
sislands_smc.h 373 uint32_t tau[SMC_SISLANDS_DTE_MAX_FILTER_STAGES]; member in struct:Smc_SIslands_DTE_Configuration
si_dpm.h 891 u32 tau[SMC_SISLANDS_DTE_MAX_FILTER_STAGES]; member in struct:si_dte_data
amdgpu_si_dpm.c 2616 dte_tables->tau[i] = cpu_to_be32(dte_data->tau[i]);
  /src/external/gpl3/binutils/dist/gprofng/doc/
texinfo.tex 10877 \DeclareUnicodeCharacter{03C4}{\ensuremath\tau}%
  /src/external/gpl3/binutils.old/dist/gprofng/doc/
texinfo.tex 10877 \DeclareUnicodeCharacter{03C4}{\ensuremath\tau}%
  /src/external/gpl3/gcc/dist/gcc/doc/include/
texinfo.tex 10814 \DeclareUnicodeCharacter{03C4}{\ensuremath\tau}%
  /src/external/lgpl3/mpc/dist/build-aux/
texinfo.tex 10757 \DeclareUnicodeCharacter{03C4}{\ensuremath\tau}%
  /src/external/lgpl3/mpfr/dist/doc/
texinfo.tex 10847 \DeclareUnicodeCharacter{03C4}{\ensuremath\tau}%

Completed in 104 milliseconds