Home
last modified time | relevance | path

Searched refs:expstr (Results 1 - 8 of 8) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Deac3enc.c77 int expstr = eac3_frame_expstr_index_tab[s->exp_strategy[ch][0]-1] in ff_eac3_get_frame_exp_strategy() local
83 if (expstr < 0) { in ff_eac3_get_frame_exp_strategy()
87 s->frame_exp_strategy[ch] = expstr; in ff_eac3_get_frame_exp_strategy()
H A Dac3enc.c432 int expstr, i, grpsize; in exponent_init() local
434 for (expstr = EXP_D15-1; expstr <= EXP_D45-1; expstr++) { in exponent_init()
435 grpsize = 3 << expstr; in exponent_init()
437 exponent_group_tab[0][expstr][i] = (i + grpsize - 4) / grpsize; in exponent_init()
438 exponent_group_tab[1][expstr][i] = (i ) / grpsize; in exponent_init()
/third_party/icu/icu4c/source/test/intltest/
H A Ddtfmttst.cpp1977 UnicodeString expstr(FAIL_STR); in expectParse()
1979 expstr = expected; in expectParse()
1980 exp = ref.parse(expstr, ec2); in expectParse()
1995 expstr); in expectParse()
H A Dnumfmtst.cpp2685 UnicodeString expstr; in TestCases() local
2687 if (!tokens.next(expstr, ec)) goto error; in TestCases()
2689 ref->parse(expstr, exp, ec); in TestCases()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DDateFormatTest.java3163 String expstr = FAIL_STR; in expectParse()
3165 expstr = expected; in expectParse()
3167 exp = ref.parse(expstr); in expectParse()
3179 expstr); in expectParse()
H A DNumberFormatTest.java2207 String expstr = tokens.next(); in TestCases()
2209 Number exp = ref.parse(expstr); in TestCases()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DDateFormatTest.java3260 String expstr = FAIL_STR; in expectParse()
3262 expstr = expected; in expectParse()
3264 exp = ref.parse(expstr); in expectParse()
3276 expstr); in expectParse()
H A DNumberFormatTest.java2204 String expstr = tokens.next(); in TestCases()
2206 Number exp = ref.parse(expstr); in TestCases()

Completed in 59 milliseconds