Searched refs:Below0 (Results 1 – 1 of 1) sorted by relevance
209 uint64_t Below0 = 0; in toString() local224 Below0 = D << (64 + E); in toString()227 Below0 = D; in toString()229 Below0 = D >> (-E - 64); in toString()235 if (!Above0 && !Below0) in toString()249 if (!Below0) in toString()258 Extra = (Below0 & 0xf) << 56 | (Extra >> 8); in toString()259 Below0 >>= 4; in toString()269 Below0 *= 10; in toString()271 Below0 += (Extra >> 60); in toString()[all …]