Home
last modified time | relevance | path

Searched refs:mfact (Results 1 – 25 of 59) sorted by relevance

123

/dports/math/fxt/fxt/src/bpol/
H A Dbitpol-order.cc11 bitpol_el_order(ulong c, ulong h, const factorization &mfact, ulong a) in bitpol_el_order() argument
21 ulong e = mfact.product(); in bitpol_el_order()
22 for (ulong i=0; i<mfact.nprimes(); ++i) in bitpol_el_order()
24 ulong p = mfact.prime(i); in bitpol_el_order()
25 ulong f = mfact.primepow(i); in bitpol_el_order()
42 bitpol_order(ulong c, ulong h, const factorization &mfact) in bitpol_order() argument
53 ulong e = mfact.product(); in bitpol_order()
54 for (ulong i=0; i<mfact.nprimes(); ++i) in bitpol_order()
56 ulong p = mfact.prime(i); in bitpol_order()
57 ulong f = mfact.primepow(i); in bitpol_order()
H A Dgf2n-order.cc12 gf2n_order(ulong g, ulong c, ulong h, const factorization &mfact) in gf2n_order() argument
25 ulong m = mfact.product(); in gf2n_order()
27 for (ulong i=0; i<mfact.nprimes(); ++i) in gf2n_order()
29 ulong p = mfact.prime(i); in gf2n_order()
30 ulong f = mfact.primepow(i); in gf2n_order()
/dports/audio/ccaudio2/ccaudio2-2.2.0/src/
H A Dresample.cpp53 mfact = (unsigned)mul; in AudioResample()
56 max = mfact; in AudioResample()
57 if(dfact > mfact) in AudioResample()
74 count *= mfact; in estimate()
75 count += (mfact - 1); in estimate()
88 diff = (current - last) / mfact; in process()
89 pos = mfact; in process()
/dports/security/john/john-1.9.0-jumbo-1/src/
H A Dracf_kdfaes_fmt_plug.c129 uint16_t mfact; member
243 if (cs.mfact > 255) { in get_salt()
244 cs.salt[MAX_SALT_SIZE+2] = (cs.mfact >> 8); in get_salt()
245 cs.salt[MAX_SALT_SIZE+3] = (cs.mfact & 0xff); in get_salt()
247 cs.salt[MAX_SALT_SIZE+3] = cs.mfact; in get_salt()
267 u.u32 += cs->mfact + cs->rfact; in salt_hash()
328 unsigned char *t1f = malloc(HASH_OUTPUT_SIZE * cur_salt->mfact); in crypt_all()
343 for (n = 0; n < cur_salt->mfact; n++) { in crypt_all()
364 for (n = 0; n < cur_salt->mfact; n++) { in crypt_all()
368 (key_p[31] & 0xff)) & (cur_salt->mfact-1); in crypt_all()
[all …]
/dports/science/qmcpack/qmcpack-3.11.0/src/Numerics/
H A DYlm.h52 T mfact = 1.0; in LegendrePlm() local
54 mfact *= static_cast<T>(i); in LegendrePlm()
58 return posval * sign * mfact / pfact; in LegendrePlm()
90 T mfact = 1.0; in Ylm() local
93 mfact *= static_cast<T>(i); in Ylm()
96 T prefactor = std::sqrt(static_cast<T>(2 * l + 1) * mfact / (4.0 * M_PI * pfact)); in Ylm()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gfortran.dg/goacc/
H A Droutine-2.f905 recursive function mfact (x) result (res) function
14 res = x * mfact (x - 1)
16 end function mfact
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gfortran.dg/goacc/
H A Droutine-2.f905 recursive function mfact (x) result (res) function
14 res = x * mfact (x - 1)
16 end function mfact
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gfortran.dg/goacc/
H A Droutine-2.f905 recursive function mfact (x) result (res) function
14 res = x * mfact (x - 1)
16 end function mfact
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/goacc/
H A Droutine-2.f905 recursive function mfact (x) result (res) function
14 res = x * mfact (x - 1)
16 end function mfact
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gfortran.dg/goacc/
H A Droutine-2.f905 recursive function mfact (x) result (res) function
14 res = x * mfact (x - 1)
16 end function mfact
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/goacc/
H A Droutine-2.f905 recursive function mfact (x) result (res) function
14 res = x * mfact (x - 1)
16 end function mfact
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gfortran.dg/goacc/
H A Droutine-2.f905 recursive function mfact (x) result (res) function
14 res = x * mfact (x - 1)
16 end function mfact
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/goacc/
H A Droutine-2.f905 recursive function mfact (x) result (res) function
14 res = x * mfact (x - 1)
16 end function mfact
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/goacc/
H A Droutine-2.f905 recursive function mfact (x) result (res) function
14 res = x * mfact (x - 1)
16 end function mfact
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gfortran.dg/goacc/
H A Droutine-2.f905 recursive function mfact (x) result (res) function
14 res = x * mfact (x - 1)
16 end function mfact
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gfortran.dg/goacc/
H A Droutine-2.f905 recursive function mfact (x) result (res) function
14 res = x * mfact (x - 1)
16 end function mfact
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/gfortran.dg/goacc/
H A Droutine-2.f905 recursive function mfact (x) result (res) function
14 res = x * mfact (x - 1)
16 end function mfact
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gfortran.dg/goacc/
H A Droutine-2.f905 recursive function mfact (x) result (res) function
14 res = x * mfact (x - 1)
16 end function mfact
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/gfortran.dg/goacc/
H A Droutine-2.f905 recursive function mfact (x) result (res) function
14 res = x * mfact (x - 1)
16 end function mfact
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gfortran.dg/goacc/
H A Droutine-2.f905 recursive function mfact (x) result (res) function
14 res = x * mfact (x - 1)
16 end function mfact
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gfortran.dg/goacc/
H A Droutine-2.f905 recursive function mfact (x) result (res) function
14 res = x * mfact (x - 1)
16 end function mfact
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gfortran.dg/goacc/
H A Droutine-2.f905 recursive function mfact (x) result (res)
14 res = x * mfact (x - 1)
16 end function mfact
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gfortran.dg/goacc/
H A Droutine-2.f905 recursive function mfact (x) result (res) function
14 res = x * mfact (x - 1)
16 end function mfact
/dports/cad/opencascade/opencascade-7.6.0/src/FEmTool/
H A DFEmTool_LinearJerk.cxx99 mfact, Jline; in Value() local
107 mfact = Pow(coeff,k1); in Value()
109 NewCoeff(dim, i) = myCoeff->Value(j0 + i, dim) * mfact; in Value()
151 Standard_Real coeff = (myLast - myFirst)/2., cteh3 = 2./Pow(coeff,5), mfact; in Hessian() local
159 mfact = Pow(coeff,k1)*cteh3; in Hessian()
164 H(i1, j1) = mfact*Pow(coeff, k2)*RefMatrix(i, j); in Hessian()
171 H(i1, j1) = mfact*RefMatrix(i, j); in Hessian()
H A DFEmTool_LinearTension.cxx95 mfact, Jline; in Value() local
104 mfact = Pow(coeff,k1); in Value()
106 NewCoeff(dim, i) = myCoeff->Value(j0 + i, dim) * mfact; in Value()
149 Standard_Real coeff = (myLast - myFirst)/2., cteh3 = 2./coeff, mfact; in Hessian() local
157 mfact = Pow(coeff,k1)*cteh3; in Hessian()
162 H(i1, j1) = mfact*Pow(coeff, k2)*RefMatrix(i, j); in Hessian()
169 H(i1, j1) = mfact*RefMatrix(i, j); in Hessian()

123