Home
last modified time | relevance | path

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

/dports/biology/plink/plink-ng-79b2df8c/1.9/
H A Dplink_ld.c3784 double* best_chisq1; in fast_epi_thread() local
3885 best_chisq_fixed = best_chisq1[block_delta1]; in fast_epi_thread()
4022 if (best_chisq_fixed > best_chisq1[block_delta1]) { in fast_epi_thread()
4023 best_chisq1[block_delta1] = best_chisq_fixed; in fast_epi_thread()
4177 double* best_chisq1; in epi_linear_thread() local
4289 best_chisq_fixed = best_chisq1[block_delta1]; in epi_linear_thread()
4569 if (best_chisq_fixed > best_chisq1[block_delta1]) { in epi_linear_thread()
4570 best_chisq1[block_delta1] = best_chisq_fixed; in epi_linear_thread()
4617 float* best_chisq1; in epi_logistic_thread() local
4694 best_chisq_fixed = best_chisq1[block_delta1]; in epi_logistic_thread()
[all …]