Home
last modified time | relevance | path

Searched defs:expBits (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp9602 GateRef StubBuilder::CanDoubleRepresentInt(GateRef exp, GateRef expBits, GateRef fractionBits) in CanDoubleRepresentInt()
9619 GateRef expBits = Int64And(xInt64, Int64(base::DOUBLE_EXPONENT_MASK)); in CalcHashcodeForDouble() local