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