Home
last modified time | relevance | path

Searched refs:chunkL (Results 1 – 15 of 15) sorted by relevance

/dports/biology/infernal/infernal-1.1.3/rmark/
H A Drmark-create.c1029 …int chunkL; /* length of a sequence chunk to extract from the db while constructing n… in synthesize_negatives_and_embed_positives() local
1129 chunkL = (negsq->n + cfg->negchunkL <= cfg->negL) ? cfg->negchunkL : cfg->negL - negsq->n; in synthesize_negatives_and_embed_positives()
1132 …cfg->negsummfp, "%-10s %10" PRId64 " %10" PRId64 " ", bmksq->name, negsq->n+1, negsq->n + chunkL); in synthesize_negatives_and_embed_positives()
1134 set_random_segment(go, cfg, cfg->negsummfp, negsq->dsq + negsq->n + 1, chunkL); in synthesize_negatives_and_embed_positives()
1135 negsq->n += chunkL; in synthesize_negatives_and_embed_positives()
1138 esl_hmm_Emit(cfg->r, cfg->hmm, &tmpdsq, NULL, &chunkL); in synthesize_negatives_and_embed_positives()
1139 if((negsq->n + chunkL) > cfg->negL) chunkL = cfg->negL - negsq->n; in synthesize_negatives_and_embed_positives()
1140 memcpy(negsq->dsq + negsq->n + 1, tmpdsq+1, sizeof(ESL_DSQ) * chunkL); in synthesize_negatives_and_embed_positives()
1143 negsq->n += chunkL; in synthesize_negatives_and_embed_positives()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/openmp/runtime/src/
H A Dkmp_sched.cpp584 UT chunkL = trip_count / nth; in __kmp_dist_for_static_init() local
586 *plower += incr * (tid * chunkL + (tid < extras ? tid : extras)); in __kmp_dist_for_static_init()
587 *pupper = *plower + chunkL * incr - (tid < extras ? 0 : incr); in __kmp_dist_for_static_init()
/dports/devel/llvm10/llvm-10.0.1.src/projects/openmp/runtime/src/
H A Dkmp_sched.cpp584 UT chunkL = trip_count / nth; in __kmp_dist_for_static_init() local
586 *plower += incr * (tid * chunkL + (tid < extras ? tid : extras)); in __kmp_dist_for_static_init()
587 *pupper = *plower + chunkL * incr - (tid < extras ? 0 : incr); in __kmp_dist_for_static_init()
/dports/devel/llvm12/llvm-project-12.0.1.src/openmp/runtime/src/
H A Dkmp_sched.cpp593 UT chunkL = trip_count / nth; in __kmp_dist_for_static_init() local
595 *plower += incr * (tid * chunkL + (tid < extras ? tid : extras)); in __kmp_dist_for_static_init()
596 *pupper = *plower + chunkL * incr - (tid < extras ? 0 : incr); in __kmp_dist_for_static_init()
/dports/devel/llvm11/llvm-11.0.1.src/projects/openmp/runtime/src/
H A Dkmp_sched.cpp584 UT chunkL = trip_count / nth; in __kmp_dist_for_static_init() local
586 *plower += incr * (tid * chunkL + (tid < extras ? tid : extras)); in __kmp_dist_for_static_init()
587 *pupper = *plower + chunkL * incr - (tid < extras ? 0 : incr); in __kmp_dist_for_static_init()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/openmp/runtime/src/
H A Dkmp_sched.cpp593 UT chunkL = trip_count / nth; in __kmp_dist_for_static_init() local
595 *plower += incr * (tid * chunkL + (tid < extras ? tid : extras)); in __kmp_dist_for_static_init()
596 *pupper = *plower + chunkL * incr - (tid < extras ? 0 : incr); in __kmp_dist_for_static_init()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/openmp/runtime/src/
H A Dkmp_sched.cpp593 UT chunkL = trip_count / nth; in __kmp_dist_for_static_init() local
595 *plower += incr * (tid * chunkL + (tid < extras ? tid : extras)); in __kmp_dist_for_static_init()
596 *pupper = *plower + chunkL * incr - (tid < extras ? 0 : incr); in __kmp_dist_for_static_init()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/openmp/runtime/src/
H A Dkmp_sched.cpp584 UT chunkL = trip_count / nth; in __kmp_dist_for_static_init() local
586 *plower += incr * (tid * chunkL + (tid < extras ? tid : extras)); in __kmp_dist_for_static_init()
587 *pupper = *plower + chunkL * incr - (tid < extras ? 0 : incr); in __kmp_dist_for_static_init()
/dports/devel/llvm90/llvm-9.0.1.src/projects/openmp/runtime/src/
H A Dkmp_sched.cpp584 UT chunkL = trip_count / nth; in __kmp_dist_for_static_init() local
586 *plower += incr * (tid * chunkL + (tid < extras ? tid : extras)); in __kmp_dist_for_static_init()
587 *pupper = *plower + chunkL * incr - (tid < extras ? 0 : incr); in __kmp_dist_for_static_init()
/dports/devel/llvm80/llvm-8.0.1.src/projects/openmp/runtime/src/
H A Dkmp_sched.cpp580 UT chunkL = trip_count / nth; in __kmp_dist_for_static_init() local
582 *plower += incr * (tid * chunkL + (tid < extras ? tid : extras)); in __kmp_dist_for_static_init()
583 *pupper = *plower + chunkL * incr - (tid < extras ? 0 : incr); in __kmp_dist_for_static_init()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/openmp/runtime/src/
H A Dkmp_sched.cpp608 UT chunkL = trip_count / nth; in __kmp_dist_for_static_init() local
610 *plower += incr * (tid * chunkL + (tid < extras ? tid : extras)); in __kmp_dist_for_static_init()
611 *pupper = *plower + chunkL * incr - (tid < extras ? 0 : incr); in __kmp_dist_for_static_init()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/openmp/runtime/src/
H A Dkmp_sched.cpp608 UT chunkL = trip_count / nth; in __kmp_dist_for_static_init() local
610 *plower += incr * (tid * chunkL + (tid < extras ? tid : extras)); in __kmp_dist_for_static_init()
611 *pupper = *plower + chunkL * incr - (tid < extras ? 0 : incr); in __kmp_dist_for_static_init()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/openmp/runtime/src/
H A Dkmp_sched.cpp608 UT chunkL = trip_count / nth; in __kmp_dist_for_static_init() local
610 *plower += incr * (tid * chunkL + (tid < extras ? tid : extras)); in __kmp_dist_for_static_init()
611 *pupper = *plower + chunkL * incr - (tid < extras ? 0 : incr); in __kmp_dist_for_static_init()
/dports/devel/llvm13/llvm-project-13.0.1.src/openmp/runtime/src/
H A Dkmp_sched.cpp608 UT chunkL = trip_count / nth; in __kmp_dist_for_static_init() local
610 *plower += incr * (tid * chunkL + (tid < extras ? tid : extras)); in __kmp_dist_for_static_init()
611 *pupper = *plower + chunkL * incr - (tid < extras ? 0 : incr); in __kmp_dist_for_static_init()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/common/tvectorimage/
H A Dtstroke.cpp3245 TThickQuadratic *chunkL = in doComputeQuadraticsFromCubic() local
3251 chunkArray.push_back(chunkL); in doComputeQuadraticsFromCubic()