Home
last modified time | relevance | path

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

/dports/biology/plink/plink-ng-79b2df8c/1.9/
H A Dplink.c6045 if ((dist_calc_type & DISTANCE_SHAPEMASK) == DISTANCE_SQ0) { in main()
6048 } else if ((dist_calc_type & DISTANCE_SHAPEMASK) == DISTANCE_TRI) { in main()
6054 if ((dist_calc_type & DISTANCE_SHAPEMASK) == DISTANCE_SQ) { in main()
6057 } else if ((dist_calc_type & DISTANCE_SHAPEMASK) == DISTANCE_TRI) { in main()
6063 if ((dist_calc_type & DISTANCE_SHAPEMASK) == DISTANCE_SQ) { in main()
6066 } else if ((dist_calc_type & DISTANCE_SHAPEMASK) == DISTANCE_SQ0) { in main()
9903 if ((dist_calc_type & DISTANCE_SHAPEMASK) == DISTANCE_SQ) { in main()
9906 …f ((dist_calc_type & (DISTANCE_BIN | DISTANCE_BIN4)) && (!(dist_calc_type & DISTANCE_SHAPEMASK))) { in main()
H A Dplink_common.h514 #define DISTANCE_SHAPEMASK 3 macro
H A Dplink_calc.c3755 int32_t shape = dist_calc_type & DISTANCE_SHAPEMASK; in distance_d_write()