Home
last modified time | relevance | path

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

/dports/biology/plink/plink-ng-79b2df8c/1.9/
H A Dplink_ld.c7813 bufptr = dtoa_f_w9p6_clipped(((int32_t)marg_a[0]) * tot_recip, bufptr); in twolocus_write_table()
7834 bufptr = dtoa_f_w9p6_clipped(((int32_t)marg_a[2]) * tot_recip, bufptr); in twolocus_write_table()
7855 bufptr = dtoa_f_w9p6_clipped(((int32_t)marg_a[3]) * tot_recip, bufptr); in twolocus_write_table()
7869 bufptr = dtoa_f_w9p6_clipped(((int32_t)marg_a[1]) * tot_recip, bufptr); in twolocus_write_table()
8251 bufptr = dtoa_f_w9p6_clipped(freqx1 * freq1x, bufptr); in twolocus()
8263 bufptr = dtoa_f_w9p6_clipped(freqx1 * freq2x, bufptr); in twolocus()
8275 bufptr = dtoa_f_w9p6_clipped(freqx2 * freq1x, bufptr); in twolocus()
8287 bufptr = dtoa_f_w9p6_clipped(freqx2 * freq2x, bufptr); in twolocus()
H A Dplink_common.h1608 char* dtoa_f_w9p6_clipped(double dxx, char* start);
H A Dplink_common.c2407 char* dtoa_f_w9p6_clipped(double dxx, char* start) { in dtoa_f_w9p6_clipped() function