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