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

/external/webrtc/webrtc/common_audio/vad/
H A Dvad_gmm.c34 int16_t tmp16, inv_std, inv_std2, exp_value = 0; local
65 // |exp_value| ~= exp(-(x - m)^2 / (2 * s^2))
72 exp_value = (0x0400 | (tmp16 & 0x03FF));
76 // Get |exp_value| = exp(-|tmp32|) in Q10.
77 exp_value >>= tmp16;
82 return inv_std * exp_value;
/external/autotest/server/site_tests/firmware_Mosys/
H A Dfirmware_Mosys.py125 def check_lsb_info(self, command, fieldname, exp_value):
127 Comapre output of fieldname in /etc/lsb-release to exp_value.
131 @param exp_value: expected value for fieldname
142 fieldname, exp_value, actual)
144 if exp_value.lower() in actual.lower():
148 def check_adb_devices(self, command, fieldname, exp_value):
150 Compare output of fieldname in adb devices -l to exp_value.
154 @param exp_value: expected value for fieldname
167 fieldname, exp_value, actual)
169 if exp_value
[all...]
/external/autotest/client/site_tests/platform_CompressedSwapPerf/
H A Dplatform_CompressedSwapPerf.py34 exp_value = length
35 while exp_value >= length:
37 exp_value = numpy.random.geometric(0.25) - 1
38 return int(exp_value)
/external/autotest/server/cros/chaos_lib/
H A Dchaos_capture_analyzer.py432 for field, exp_value in fields.items():
434 if exp_value != value:

Completed in 1853 milliseconds