Searched defs:try1 (Results 1 - 3 of 3) sorted by relevance

/external/webrtc/webrtc/common_audio/signal_processing/
H A Dspl_sqrt_floor.c48 try1 = root + (1 << (N)); \
49 if (value >= try1 << (N)) \
51 value -= try1 << (N); \
57 int32_t root = 0, try1; local
/external/libcxxabi/test/
H A Dunwind_06.pass.cpp25 double try1(bool v) { function
140 try1(true);
/external/pdfium/third_party/libopenjpeg20/
H A Dpi.c349 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;

Completed in 6187 milliseconds