HomeSort by relevance Sort by last modified time
    Searched defs:exp_value (Results 1 - 4 of 4) sorted by null

  /external/webrtc/webrtc/common_audio/vad/
vad_gmm.c 34 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;
  /art/tools/dexanalyze/
dexanalyze.cc 149 uint64_t exp_value = 0u; local
151 exp_value = std::numeric_limits<uint64_t>::max();
153 exp_value = 0u;
155 exp_value = 1u << (i - 2);
157 experiments_.emplace_back(new NewRegisterInstructions(exp_value));
  /external/v8/src/objects/
bigint.cc 412 digit_t exp_value = exponent->digit(0); local
413 if (exp_value == 1) return base;
414 if (exp_value >= kMaxLengthBits) {
419 int n = static_cast<int>(exp_value);
    [all...]
  /device/google/marlin/camera/QCamera2/HAL/
QCameraParameters.cpp 7424 char exp_value[MAX_EXP_BRACKETING_LENGTH]; local
    [all...]

Completed in 1576 milliseconds