Home
last modified time | relevance | path

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

/dports/biology/plink/plink-ng-79b2df8c/1.9/
H A Dplink_calc.c3282 if (dist_calc_type & DISTANCE_IBS) { in distance_d_write_ids()
3311 if (dist_calc_type & DISTANCE_IBS) { in distance_open()
3757 int32_t write_ibs_matrix = dist_calc_type & DISTANCE_IBS; in distance_d_write()
8163 if ((distance_exp == 0.0) || (!(dist_calc_type & (DISTANCE_IBS | DISTANCE_1_MINUS_IBS)))) { in calc_distance()
H A Dplink_common.h518 #define DISTANCE_IBS 0x20 macro
H A Dplink.c6090 if (dist_calc_type & DISTANCE_IBS) { in main()
6094 dist_calc_type |= DISTANCE_IBS; in main()
12831 if (dist_calc_type & DISTANCE_IBS) { in main()