Searched defs:fractionBits (Results 1 – 1 of 1) sorted by relevance
8293 GateRef StubBuilder::CanDoubleRepresentInt(GateRef exp, GateRef expBits, GateRef fractionBits) in CanDoubleRepresentInt()8309 GateRef fractionBits = Int64And(xInt64, Int64(base::DOUBLE_SIGNIFICAND_MASK)); in CalcHashcodeForDouble() local