Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dstub_builder-inl.h834 constexpr int64_t DOUBLE_EXP_MASK = 0x7ff; in DoubleTrunc() local
837 GateRef exp = Int64Sub(Int64And(Int64LSR(bits, Int64(DOUBLE_FRACTION_BITS)), Int64(DOUBLE_EXP_MASK)), in DoubleTrunc()

Completed in 10 milliseconds