Home
last modified time | relevance | path

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

/dports/biology/plink/plink-ng-79b2df8c/1.9/
H A Dplink_glm.c1973copy_when_nonmissing(loadbuf_collapsed, (char*)(&(fixed_covars_cov_major[fixed_covar_idx * sample_… in glm_fill_design()
2102copy_when_nonmissing(loadbuf_collapsed, (char*)(&(fixed_covars_cov_major[fixed_covar_nonsex_ct * s… in glm_fill_design()
2397copy_when_nonmissing(loadbuf_collapsed, (char*)(&(fixed_covars_cov_major[fixed_covar_idx * sample_… in glm_fill_design_float()
2531copy_when_nonmissing(loadbuf_collapsed, (char*)(&(fixed_covars_cov_major[fixed_covar_nonsex_ct * s… in glm_fill_design_float()
2849copy_when_nonmissing(loadbuf_ptr, (char*)(&(perm_pmajor[pidx * sample_valid_ct])), sizeof(double),… in glm_linear_adapt_thread()
3180copy_when_nonmissing(loadbuf_ptr, (char*)(&(perm_pmajor[pidx * sample_valid_ct])), sizeof(double),… in glm_linear_maxt_thread()
3451copy_when_nonmissing(loadbuf_ptr, (char*)(&(perm_pmajor[pidx * sample_valid_ct])), sizeof(double),… in glm_linear_set_thread()
5161copy_when_nonmissing(loadbuf_ptr, (char*)g_perm_pheno_d2, sizeof(double), sample_valid_ct, cur_mis… in glm_linear_assoc()
H A Dplink_common.h2742 void copy_when_nonmissing(uintptr_t* loadbuf, char* source, uintptr_t elem_size, uintptr_t unfilter…
H A Dplink_common.c10297 void copy_when_nonmissing(uintptr_t* loadbuf, char* source, uintptr_t elem_size, uintptr_t unfilter… in copy_when_nonmissing() function