Searched refs:eta (Results 1 - 13 of 13) sorted by relevance

/netbsd-current/external/lgpl3/mpc/dist/src/
H A Deta.c0 /* eta -- Functions for computing the Dedekind eta function
26 eta_series (mpcb_ptr eta, mpcb_srcptr q, mpfr_exp_t expq, int N) argument
27 /* Evaluate 2N+1 terms of the Dedekind eta function without the q^(1/24)
47 mpcb_set_ui_ui (eta, 1, 0, p);
54 mpcb_add (eta, eta, q3nm1);
55 mpcb_add (eta, eta, q3np1);
63 mpcb_add (eta, et
87 mpcb_eta_q24(mpcb_ptr eta, mpcb_srcptr q24) argument
226 mpcb_eta_err(mpcb_ptr eta, mpc_srcptr z, unsigned long int err_re, unsigned long int err_im) argument
258 mpcb_t eta; local
[all...]
H A DMakefile.am26 dot.c eta.c exp.c fma.c fr_div.c fr_sub.c get_prec2.c get_prec.c \
H A Dmpc-impl.h179 __MPC_DECLSPEC void mpcb_eta_err (mpcb_ptr eta, mpc_srcptr z,
H A DMakefile.in140 div_ui.lo dot.lo eta.lo exp.lo fma.lo fr_div.lo fr_sub.lo \
185 ./$(DEPDIR)/dot.Plo ./$(DEPDIR)/eta.Plo ./$(DEPDIR)/exp.Plo \
394 dot.c eta.c exp.c fma.c fr_div.c fr_sub.c get_prec2.c get_prec.c \
512 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eta.Plo@am__quote@ # am--include-marker
760 -rm -f ./$(DEPDIR)/eta.Plo
892 -rm -f ./$(DEPDIR)/eta.Plo
/netbsd-current/external/lgpl3/mpc/dist/tests/
H A Dteta.c1 /* teta -- test file for the Dedekind eta function.
32 mpcb_t eta, eta2, sixteen; local
35 mpcb_init (eta);
39 /* Compute f1 (z) = eta (z/2) / eta (z). */
40 mpcb_eta_err (eta, z, err_re, err_im);
43 mpcb_div (eta, eta2, eta);
47 mpcb_pow_ui (eta, eta,
66 mpc_t z, eta; local
[all...]
/netbsd-current/crypto/external/cpl/trousers/dist/src/include/daa/
H A Danonymity_revocation.h21 bi_ptr eta; member in struct:tdCS_PUBLIC_KEY
/netbsd-current/external/apache2/llvm/dist/llvm/utils/lit/lit/
H A DProgressBar.py256 eta = total - elapsed
257 h = eta//3600.
258 m = (eta//60) % 60
259 s = eta % 60
/netbsd-current/usr.sbin/mmcformat/
H A Dmmcformat.c70 uint64_t tbusy, ttot_est, eta; local
78 eta = (ttot_est - tbusy) / 1000000;
80 hours = (int) (eta/3600);
81 minutes = (int) (eta/60) % 60;
82 seconds = (int) eta % 60;
/netbsd-current/external/lgpl3/mpc/lib/libmpc/
H A DMakefile46 eta.c \
/netbsd-current/crypto/external/bsd/openssh/dist/
H A Dmoduli.c536 unsigned long num_to_process, processed, remaining, percent, eta; local
562 eta = time_per_line * remaining;
563 eta_str = xstrdup(fmt_time(eta));
/netbsd-current/crypto/external/cpl/trousers/dist/src/tspi/daa/daa_anonymityrevocation/
H A Dcsencryption_result.c127 bi_mod_exp( c2, key->eta, randomness, modulus);
/netbsd-current/crypto/external/cpl/trousers/dist/src/include/tss/
H A Dtss_structs.h239 BYTE* eta; member in struct:tdTSS_DAA_AR_PK
/netbsd-current/crypto/external/cpl/trousers/dist/src/tspi/daa/daa_verifier/
H A Dverifier_transaction.c329 bi_2_byte_array( buffer, length_gamma_modulus, anonymity_revocator_pk->eta);

Completed in 220 milliseconds