HomeSort by relevance Sort by last modified time
    Searched defs:ef (Results 26 - 34 of 34) sorted by null

12

  /external/chromium_org/third_party/re2/re2/
parse.cc 244 CaseFold* ef = f + n; local
263 if (f < ef)
787 // A(B(C|D)|EF)|BC(X|Y)
789 // A(B[CD]|EF)|BC[XY]
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_processing/aec/
aec_core.c 295 static void ScaleErrorSignal(AecCore* aec, float ef[2][PART_LEN1]) {
303 ef[0][i] /= (aec->xPow[i] + 1e-10f);
304 ef[1][i] /= (aec->xPow[i] + 1e-10f);
305 abs_ef = sqrtf(ef[0][i] * ef[0][i] + ef[1][i] * ef[1][i]);
309 ef[0][i] *= abs_ef;
310 ef[1][i] *= abs_ef;
314 ef[0][i] *= mu
825 float xf[2][PART_LEN1], yf[2][PART_LEN1], ef[2][PART_LEN1]; local
    [all...]
  /external/libpcap/
gencode.h 260 struct edge ef; member in struct:block
356 #define JF(b) ((b)->ef.succ)
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_setup.c 605 LLVMValueRef e, f, ef, ooa; local
633 ef = LLVMBuildFMul(b, dxy01, dyx20, "ef");
634 e = LLVMBuildExtractElement(b, ef, zeroi, "");
635 f = LLVMBuildExtractElement(b, ef, onei, "");
  /external/regex-re2/re2/
parse.cc 244 CaseFold* ef = f + n; local
263 if (f < ef)
787 // A(B(C|D)|EF)|BC(X|Y)
789 // A(B[CD]|EF)|BC[XY]
    [all...]
  /external/webrtc/src/modules/audio_processing/aec/
aec_core.c 264 static void ScaleErrorSignal(aec_t *aec, float ef[2][PART_LEN1])
269 ef[0][i] /= (aec->xPow[i] + 1e-10f);
270 ef[1][i] /= (aec->xPow[i] + 1e-10f);
271 absEf = sqrtf(ef[0][i] * ef[0][i] + ef[1][i] * ef[1][i]);
275 ef[0][i] *= absEf;
276 ef[1][i] *= absEf;
280 ef[0][i] *= aec->mu
640 float xf[2][PART_LEN1], yf[2][PART_LEN1], ef[2][PART_LEN1]; local
    [all...]
  /external/chromium_org/net/third_party/nss/ssl/
sslcon.c 2208 char e, ef; local
    [all...]
  /external/valgrind/main/VEX/priv/
guest_s390_toIR.c 7202 IRTemp ef = newTemp(Ity_I32); \/* Emulation Failure *\/ local
    [all...]
  /prebuilts/tools/common/m2/repository/org/freemarker/freemarker/2.3.20/
freemarker-2.3.20.jar 

Completed in 161 milliseconds

12