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

  /external/webrtc/webrtc/common_audio/signal_processing/
spl_sqrt_floor.c 48 try1 = root + (1 << (N)); \
49 if (value >= try1 << (N)) \
51 value -= try1 << (N); \
57 int32_t root = 0, try1; local
  /external/libcxxabi/test/
unwind_06.pass.cpp 23 double try1(bool v) { function
138 try1(true);
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/
unwind_06.pass.cpp 23 double try1(bool v) { function
138 try1(true);
  /external/pdfium/third_party/libopenjpeg20/
pi.c 349 OPJ_INT32 trx1, try1; local
361 try1 = opj_int_ceildiv(pi->ty1, (OPJ_INT32)(comp->dy << levelno));
373 if ((trx0==trx1)||(try0==try1)) continue;
437 OPJ_INT32 trx1, try1; local
445 try1 = opj_int_ceildiv(pi->ty1, (OPJ_INT32)(comp->dy << levelno));
457 if ((trx0==trx1)||(try0==try1)) continue;
519 OPJ_INT32 trx1, try1; local
527 try1 = opj_int_ceildiv(pi->ty1, (OPJ_INT32)(comp->dy << levelno));
539 if ((trx0==trx1)||(try0==try1)) continue;
    [all...]

Completed in 1462 milliseconds