Home
last modified time | relevance | path

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

/dports/biology/iqtree/IQ-TREE-2.0.6/main/
H A Dtreetesting.cpp803 double *boot_sample_dbl = aligned_alloc<double>(maxnptn); in performAUTest() local
817 boot_sample_dbl[ptn] = boot_sample[ptn]; in performAUTest()
826 tree_lh += pattern_lh[ptn] * boot_sample_dbl[ptn]; in performAUTest()
828 tree_lh = tree->dotProductDoubleCall(pattern_lh, boot_sample_dbl, nptn); in performAUTest()
860 aligned_free(boot_sample_dbl); in performAUTest()