Home
last modified time | relevance | path

Searched refs:lgL (Results 1 – 25 of 79) sorted by relevance

1234

/dports/math/zn_poly/zn_poly-0.9.2/profile/
H A Dnegamul-profile-main.c37 do_line (unsigned b, unsigned lgL, int sqr) in do_line() argument
41 info->lgL = lgL; in do_line()
47 size_t n = 1UL << lgL; in do_line()
115 unsigned lgL; in prof_main() local
124 for (lgL = 4; lgL <= 16; lgL++) in prof_main()
125 do_line (chosen_bits, lgL, sqr); in prof_main()
139 for (lgL = 4; lgL <= 16; lgL++) in prof_main()
140 do_line (bitsizes[i], lgL, sqr); in prof_main()
H A Dnegamul-profile.c42 size_t n = 1UL << info->lgL; in profile_negamul()
87 pmfvec_init_nuss (vec1, info->lgL, mod); in profile_negamul()
88 pmfvec_init_nuss (vec2, info->lgL, mod); in profile_negamul()
/dports/math/zn_poly/zn_poly-0.9.2/test/
H A Dnuss-test.c33 testcase_nuss_mul (unsigned lgL, int sqr, const zn_mod_t mod) in testcase_nuss_mul() argument
35 ulong n = 1UL << lgL; in testcase_nuss_mul()
52 pmfvec_init_nuss (vec1, lgL, mod); in testcase_nuss_mul()
53 pmfvec_init_nuss (vec2, lgL, mod); in testcase_nuss_mul()
58 ulong x = nuss_mul_fudge (lgL, sqr, mod); in testcase_nuss_mul()
83 unsigned lgL; in test_nuss_mul() local
87 for (lgL = 2; lgL <= (quick ? 11 : 13) && success; lgL++) in test_nuss_mul()
91 success = success && testcase_nuss_mul (lgL, 0, mod); in test_nuss_mul()
92 success = success && testcase_nuss_mul (lgL, 1, mod); in test_nuss_mul()
/dports/math/zn_poly/zn_poly-0.9.2/tune/
H A Dnuss-tune.c66 info[0]->lgL = info[1]->lgL = thresh; in tune_nuss()
/dports/math/zn_poly/zn_poly-0.9.2/src/
H A Dnuss.c388 nuss_params (unsigned* lgK, unsigned* lgM, unsigned lgL) in nuss_params() argument
390 *lgK = (lgL / 2) + 1; in nuss_params()
391 *lgM = lgL - *lgK + 1; in nuss_params()
396 nuss_mul_fudge (unsigned lgL, int sqr, const zn_mod_t mod) in nuss_mul_fudge() argument
399 nuss_params (&lgK, &lgM, lgL); in nuss_mul_fudge()
/dports/biology/gcta/gcta_1.26.0_src/
H A Dest_hsq.cpp666 LRT = 2.0 * (lgL - lgL_rdu_mdl); in reml()
674 LRT = 2.0 * (lgL - lgL_fixed_rg); in reml()
777 o_reml << "logL\t" << setprecision(3) << lgL << endl; in reml()
879 double lgL = reml_iteration(Vi_X, Xt_Vi_X_i, Hi, Py, varcmp, false, no_constrain); in lgL_reduce_mdl() local
881 return lgL; in lgL_reduce_mdl()
933 lgL = -0.5 * (logdet_Xt_Vi_X + logdet + (_y.transpose() * Py)(0, 0)); in reml_iteration()
960 cout << "logL: " << lgL << endl; in reml_iteration()
971 if((_reml_force_converge || _reml_no_converge) && prev_lgL > lgL){ in reml_iteration()
979 dlogL = lgL - prev_lgL; in reml_iteration()
990 prev_lgL = lgL; in reml_iteration()
[all …]
/dports/math/zn_poly/zn_poly-0.9.2/include/
H A Dzn_poly_internal.h736 pmfvec_init_nuss (pmfvec_t res, unsigned lgL, const zn_mod_t mod);
1154 nuss_mul_fudge (unsigned lgL, int sqr, const zn_mod_t mod);
1164 nuss_params (unsigned* lgK, unsigned* lgM, unsigned lgL);
H A Dsupport.h248 unsigned lgL; member
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/include/llvm/Support/
H A DScaledNumber.h262 int32_t lgL = getLgFloor(LDigits, LScale), lgR = getLgFloor(RDigits, RScale); in compare() local
263 if (lgL != lgR) in compare()
264 return lgL < lgR ? -1 : 1; in compare()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/include/llvm/Support/
H A DScaledNumber.h262 int32_t lgL = getLgFloor(LDigits, LScale), lgR = getLgFloor(RDigits, RScale); in compare() local
263 if (lgL != lgR) in compare()
264 return lgL < lgR ? -1 : 1; in compare()
/dports/devel/llvm10/llvm-10.0.1.src/include/llvm/Support/
H A DScaledNumber.h262 int32_t lgL = getLgFloor(LDigits, LScale), lgR = getLgFloor(RDigits, RScale); in compare() local
263 if (lgL != lgR) in compare()
264 return lgL < lgR ? -1 : 1; in compare()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/include/llvm/Support/
H A DScaledNumber.h262 int32_t lgL = getLgFloor(LDigits, LScale), lgR = getLgFloor(RDigits, RScale);
263 if (lgL != lgR)
264 return lgL < lgR ? -1 : 1;
/dports/graphics/llvm-mesa/llvm-13.0.1.src/include/llvm/Support/
H A DScaledNumber.h262 int32_t lgL = getLgFloor(LDigits, LScale), lgR = getLgFloor(RDigits, RScale); in compare() local
263 if (lgL != lgR) in compare()
264 return lgL < lgR ? -1 : 1; in compare()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/include/llvm/Support/
H A DScaledNumber.h262 int32_t lgL = getLgFloor(LDigits, LScale), lgR = getLgFloor(RDigits, RScale); in compare() local
263 if (lgL != lgR) in compare()
264 return lgL < lgR ? -1 : 1; in compare()
/dports/devel/llvm11/llvm-11.0.1.src/include/llvm/Support/
H A DScaledNumber.h262 int32_t lgL = getLgFloor(LDigits, LScale), lgR = getLgFloor(RDigits, RScale); in compare() local
263 if (lgL != lgR) in compare()
264 return lgL < lgR ? -1 : 1; in compare()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DScaledNumber.h262 int32_t lgL = getLgFloor(LDigits, LScale), lgR = getLgFloor(RDigits, RScale); in compare() local
263 if (lgL != lgR) in compare()
264 return lgL < lgR ? -1 : 1; in compare()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/include/llvm/Support/
H A DScaledNumber.h262 int32_t lgL = getLgFloor(LDigits, LScale), lgR = getLgFloor(RDigits, RScale); in compare() local
263 if (lgL != lgR) in compare()
264 return lgL < lgR ? -1 : 1; in compare()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/include/llvm/Support/
H A DScaledNumber.h262 int32_t lgL = getLgFloor(LDigits, LScale), lgR = getLgFloor(RDigits, RScale); in compare() local
263 if (lgL != lgR) in compare()
264 return lgL < lgR ? -1 : 1; in compare()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/include/llvm/Support/
H A DScaledNumber.h262 int32_t lgL = getLgFloor(LDigits, LScale), lgR = getLgFloor(RDigits, RScale); in compare() local
263 if (lgL != lgR) in compare()
264 return lgL < lgR ? -1 : 1; in compare()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/include/llvm/Support/
H A DScaledNumber.h262 int32_t lgL = getLgFloor(LDigits, LScale), lgR = getLgFloor(RDigits, RScale); in compare() local
263 if (lgL != lgR) in compare()
264 return lgL < lgR ? -1 : 1; in compare()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/include/llvm/Support/
H A DScaledNumber.h262 int32_t lgL = getLgFloor(LDigits, LScale), lgR = getLgFloor(RDigits, RScale); in compare() local
263 if (lgL != lgR) in compare()
264 return lgL < lgR ? -1 : 1; in compare()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/include/llvm/Support/
H A DScaledNumber.h262 int32_t lgL = getLgFloor(LDigits, LScale), lgR = getLgFloor(RDigits, RScale); in compare() local
263 if (lgL != lgR) in compare()
264 return lgL < lgR ? -1 : 1; in compare()
/dports/devel/llvm90/llvm-9.0.1.src/include/llvm/Support/
H A DScaledNumber.h262 int32_t lgL = getLgFloor(LDigits, LScale), lgR = getLgFloor(RDigits, RScale); in compare() local
263 if (lgL != lgR) in compare()
264 return lgL < lgR ? -1 : 1; in compare()
/dports/devel/llvm80/llvm-8.0.1.src/include/llvm/Support/
H A DScaledNumber.h263 int32_t lgL = getLgFloor(LDigits, LScale), lgR = getLgFloor(RDigits, RScale); in compare() local
264 if (lgL != lgR) in compare()
265 return lgL < lgR ? -1 : 1; in compare()
/dports/devel/llvm70/llvm-7.0.1.src/include/llvm/Support/
H A DScaledNumber.h263 int32_t lgL = getLgFloor(LDigits, LScale), lgR = getLgFloor(RDigits, RScale); in compare() local
264 if (lgL != lgR) in compare()
265 return lgL < lgR ? -1 : 1; in compare()

1234