Home
last modified time | relevance | path

Searched refs:use_exp (Results 1 – 3 of 3) sorted by relevance

/third_party/libxml2/
DtestRegexp.c274 int use_exp = 0; in main() local
304 use_exp++; in main()
316 if (use_exp) in main()
322 if (use_exp) in main()
331 if (use_exp) { in main()
/third_party/python/Python/
Dpystrtod.c1006 int decpt_as_int, sign, exp_len, exp = 0, use_exp = 0; in format_float_short() local
1102 use_exp = 1; in format_float_short()
1111 use_exp = 1; in format_float_short()
1122 use_exp = 1; in format_float_short()
1131 if (use_exp) { in format_float_short()
1138 if (!use_exp && add_dot_0_if_integer) in format_float_short()
1160 (use_exp ? 5 : 0); in format_float_short()
1224 if (use_exp) { in format_float_short()
/third_party/chromium/patch/
D0001-cve.patch127480 - int use_exp = 0;
127510 - use_exp++;
127522 - if (use_exp)
127528 - if (use_exp)
127537 - if (use_exp) {