Searched refs:e2 (Results 1 - 9 of 9) sorted by relevance

/fuchsia/zircon/third_party/ulib/musl/src/internal/
H A Dfloatscan.c75 int e2; local
171 e2 = 0;
207 e2 -= 29;
251 e2 += sh;
281 if (bits > LDBL_MANT_DIG + e2 - emin) {
282 bits = LDBL_MANT_DIG + e2 - emin;
316 if (((e2 + LDBL_MANT_DIG) & INT_MAX) > emax - 5) {
318 if (denormal && bits == LDBL_MANT_DIG + e2 - emin)
321 e2++;
323 if (e2
338 long long e2 = 0; local
[all...]
/fuchsia/zircon/third_party/ulib/musl/src/math/
H A Dexp10.c9 1e1, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8,
H A Dexp10f.c8 1e1, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7};
H A Dexp10l.c15 1e1, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8,
/fuchsia/zircon/system/utest/core/object-info/
H A Dobject-info.cpp389 zx_info_maps_t* e2 = maps2 + i; local
395 e1->type, e2->type, e1->base, e2->base, e1->size, e2->size);
397 EXPECT_EQ(e1->base, e2->base, msg);
398 EXPECT_EQ(e1->size, e2->size, msg);
399 EXPECT_EQ(e1->depth, e2->depth, msg);
400 EXPECT_EQ(e1->type, e2->type, msg);
401 if (e1->type == e2->type && e2
741 zx_info_vmo_t* e2 = vmos2 + i; local
[all...]
/fuchsia/zircon/system/uapp/display-test/
H A Dimage.cpp208 zx_handle_t e1, e2; local
210 || zx_handle_duplicate(e1, ZX_RIGHT_SAME_RIGHTS, &e2) != ZX_OK) {
221 sizeof(import_evt_msg), &e2, 1) != ZX_OK) {
/fuchsia/zircon/third_party/ulib/jemalloc/test/include/test/
H A Dmath.h148 r + 1.9715909503065514427e3) * r + 1.3314166789178437745e2)
153 r + 6.8718700749205790830e2) * r + 4.2313330701600911252e1)
/fuchsia/zircon/third_party/ulib/backtrace/
H A Dpecoff.c289 const struct coff_symbol *e2 = (const struct coff_symbol *) v2; local
291 if (e1->address < e2->address)
293 else if (e1->address > e2->address)
H A Delf.c335 const struct elf_symbol *e2 = (const struct elf_symbol *) v2; local
337 if (e1->address < e2->address)
339 else if (e1->address > e2->address)

Completed in 158 milliseconds