Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/mdgen/src/
Dmdlexer.cpp165 MDTokenKind MDLexer::GetHexConst(uint32 digitStartPos, bool isNegative) in GetHexConst()
206 MDTokenKind MDLexer::GetIntConst(uint32 digitStartPos, bool isNegative) in GetIntConst()
/arkcompiler/ets_runtime/ecmascript/regexp/
Dregexp_executor.cpp143 bool isNegative = stateStack[ahead].type_ == StateType::STATE_NEGATIVE_MATCH_AHEAD; in ExecuteInternal() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_number_stub_builder.cpp369 GateRef isNegative = Int32LessThan(number, Int32(0)); in NumberToString() local
/arkcompiler/ets_runtime/ecmascript/base/
Dnumber_helper.cpp135 bool isNegative = number < 0; in Int32ToString() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dtyped_native_inline_lowering.cpp1798 Label *isNegative = &labelsForFloatCaseRef.at(labelsIdx++); in BuildMathSignDouble() local
Dstub_builder.cpp8673 Label isNegative(env); in TryStringOrSymbolToElementIndex() local