Home
last modified time | relevance | path

Searched refs:e2 (Results 1 – 4 of 4) sorted by relevance

/third_party/ulib/musl/src/internal/
A Dfloatscan.c75 int e2; in decfloat() local
171 e2 = 0; in decfloat()
207 e2 -= 29; in decfloat()
251 e2 += sh; in decfloat()
321 e2++; in decfloat()
327 return scalbnl(y, e2); in decfloat()
338 long long e2 = 0; in hexfloat() local
403 e2 = 0; in hexfloat()
408 e2 += 4 * rp - 32; in hexfloat()
412 if (e2 > -emin) { in hexfloat()
[all …]
/third_party/ulib/musl/src/stdio/
A Dvfprintf.c259 int e2 = 0, e, i, j, l; in fmt_fp() local
286 y = frexpl(y, &e2) * 2; in fmt_fp()
288 e2--; in fmt_fp()
317 estr = fmt_u(e2 < 0 ? -e2 : e2, ebuf); in fmt_fp()
350 y *= 0x1p28, e2 -= 28; in fmt_fp()
352 if (e2 < 0) in fmt_fp()
362 while (e2 > 0) { in fmt_fp()
364 int sh = MIN(29, e2); in fmt_fp()
374 e2 -= sh; in fmt_fp()
376 while (e2 < 0) { in fmt_fp()
[all …]
/third_party/ulib/backtrace/
A Dpecoff.c289 const struct coff_symbol *e2 = (const struct coff_symbol *) v2; in coff_symbol_compare() local
291 if (e1->address < e2->address) in coff_symbol_compare()
293 else if (e1->address > e2->address) in coff_symbol_compare()
A Delf.c335 const struct elf_symbol *e2 = (const struct elf_symbol *) v2; in elf_symbol_compare() local
337 if (e1->address < e2->address) in elf_symbol_compare()
339 else if (e1->address > e2->address) in elf_symbol_compare()

Completed in 13 milliseconds