Home
last modified time | relevance | path

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

/bionic/libc/upstream-openbsd/lib/libc/gdtoa/
Dstrtodg.c347 int dsign, e, e1, e2, emin, esign, finished, i, inex, irv; local
607 e2 = e - i;
617 /* adj = */ rounded_product(dval(&adj), tens[e2]);
624 /* rv = */ rounded_product(dval(&rv), tens[e2]);
631 e1 -= e2;
651 e2 = 0;
658 e2 += ((word0(&rv) & Exp_mask)
665 e2 += ((word0(&rv) & Exp_mask) >> Exp_shift1) - Bias;
680 e2 += ((word0(&rv) & Exp_mask)
687 e2 += ((word0(&rv) & Exp_mask) >> Exp_shift1) - Bias;
[all …]
/bionic/libc/bionic/
Dmalloc_debug_common.cpp123 const HashEntry* e2 = *static_cast<HashEntry* const*>(arg2); in hash_entry_compare() local
127 result = (e2 == NULL) ? 0 : 1; in hash_entry_compare()
128 } else if (e2 == NULL) { in hash_entry_compare()
132 size_t nbAlloc2 = e2->allocations; in hash_entry_compare()
134 size_t size2 = e2->size & ~SIZE_FLAG_MASK; in hash_entry_compare()
/bionic/libc/dns/resolv/
Dres_cache.c1187 entry_equals( const Entry* e1, const Entry* e2 ) in entry_equals() argument
1191 if (e1->querylen != e2->querylen) { in entry_equals()
1195 _dnsPacket_init(pack2, e2->query, e2->querylen); in entry_equals()