Home
last modified time | relevance | path

Searched refs:DOUBLE_FRACTION_BITS (Results 1 - 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dstub_builder-inl.h833 constexpr int64_t DOUBLE_FRACTION_BITS = 52; in DoubleTrunc() local
837 GateRef exp = Int64Sub(Int64And(Int64LSR(bits, Int64(DOUBLE_FRACTION_BITS)), Int64(DOUBLE_EXP_MASK)), in DoubleTrunc()
841 BRANCH(Int64GreaterThanOrEqual(exp, Int64(DOUBLE_FRACTION_BITS)), &exit, &trunc); in DoubleTrunc()

Completed in 10 milliseconds