Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_date.h200 static constexpr char NEG = '-'; variable
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/helpers/
Dets_intrinsics_helpers.h65 enum class Sign { NONE, NEG, POS }; enumerator
/arkcompiler/ets_runtime/ecmascript/base/
Dnumber_helper.cpp35 enum class Sign { NONE, NEG, POS }; enumerator
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_date_test.cpp29 const char NEG = '-'; variable
/arkcompiler/ets_runtime/ecmascript/jspandafile/bytecode_inst/
Dold_instruction_enum.h141 NEG = 70, enumerator