Searched refs:three_sd_low (Results 1 - 2 of 2) sorted by relevance

/system/extras/app-launcher/
H A Dcomputestats.c49 double three_sd_low, three_sd_high; local
90 three_sd_low = mean - (3 * std_dev);
99 if (data_items[i] >= three_sd_low &&
H A Dcomputestatsf.c49 double three_sd_low, three_sd_high; local
90 three_sd_low = mean - (3 * std_dev);
99 if (data_items[i] >= three_sd_low &&

Completed in 214 milliseconds