Searched refs:Below0 (Results 1 – 1 of 1) sorted by relevance
208 uint64_t Below0 = 0; in toString() local223 Below0 = D << (64 + E); in toString()226 Below0 = D; in toString()228 Below0 = D >> (-E - 64); in toString()234 if (!Above0 && !Below0) in toString()248 if (!Below0) in toString()257 Extra = (Below0 & 0xf) << 56 | (Extra >> 8); in toString()258 Below0 >>= 4; in toString()268 Below0 *= 10; in toString()270 Below0 += (Extra >> 60); in toString()[all …]