Searched refs:boot_sample_dbl (Results 1 – 1 of 1) sorted by relevance
803 double *boot_sample_dbl = aligned_alloc<double>(maxnptn); in performAUTest() local817 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()