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

/system/extras/tests/wifi/stress/
H A DwifiLoadScanAssoc.c76 #define DELAY_EXP 150.0 // Exponent which determines the macro
445 * The amount of bias is determined by the setting of DELAY_EXP.
446 * The setting of DELAY_EXP should always be > 1.0, with higher
461 // determined by the value of DELAY_EXP.
463 biasedFract = pow(DELAY_EXP, fract) / pow(DELAY_EXP, 1.0);

Completed in 134 milliseconds