Home
last modified time | relevance | path

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

/external/webrtc/webrtc/common_audio/vad/
Dvad_gmm.c34 int16_t tmp16, inv_std, inv_std2, exp_value = 0; in WebRtcVad_GaussianProbability() local
72 exp_value = (0x0400 | (tmp16 & 0x03FF)); in WebRtcVad_GaussianProbability()
77 exp_value >>= tmp16; in WebRtcVad_GaussianProbability()
82 return inv_std * exp_value; in WebRtcVad_GaussianProbability()
/external/autotest/server/site_tests/firmware_Mosys/
Dfirmware_Mosys.py125 def check_lsb_info(self, command, fieldname, exp_value): argument
142 fieldname, exp_value, actual)
144 if exp_value.lower() in actual.lower():
148 def check_adb_devices(self, command, fieldname, exp_value): argument
167 fieldname, exp_value, actual)
169 if exp_value.lower() in actual.lower():
/external/autotest/client/site_tests/platform_CompressedSwapPerf/
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/
Dchaos_capture_analyzer.py430 for field, exp_value in fields.items():
432 if exp_value != value: