Home
last modified time | relevance | path

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

/dports/biology/plink/plink-ng-79b2df8c/2.0/
H A Dplink2_cmdline.h335 HEADER_INLINE double DArrMax(const double* unsorted_arr, uintptr_t len) { in DArrMax() function
H A Dplink2_cmdline.cc248 return (DArrMax(unsorted_arr, len_d2) + median_upper) * 0.5; in DestructiveMedianD()