Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/src/
Dmpl_int_val.cpp26 bool isNeg = sign && GetSignBit(); in operator /() local
42 bool isNeg = sign && GetSignBit(); in operator %() local
/arkcompiler/ets_runtime/ecmascript/mem/
Dc_string.h80 bool isNeg = true; in ToCString() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
Dcountable_loop_parser.cpp261 auto isNeg = DataType::IsTypeSigned(loopInfo_.update->GetType()) && (cnst & mask) != 0; in SetIndexAndConstStep() local
/arkcompiler/ets_runtime/ecmascript/base/
Dnumber_helper.cpp714 bool isNeg = false; in DoubleToEcmaString() local
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/
Dassembler_aarch64.cpp623 bool isNeg = false; in EmitMovInstruct() local