Home
last modified time | relevance | path

Searched defs:sign (Results 1 – 25 of 32) sorted by relevance

12

/arkcompiler/ets_runtime/test/fuzztest/createbigwords_fuzzer/
Dcreatebigwords_fuzzer.cpp33 bool sign = false; in CreateBigWordsFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/bigintrefgetwordsarraysize_fuzzer/
Dbigintrefgetwordsarraysize_fuzzer.cpp37 bool sign = false; in BigIntRefGetWordsArraySize() local
/arkcompiler/runtime_core/static_core/plugins/ets/arkts_header/
Dheader_writer.cpp94 …riter::ProcessProtoType(panda_file::Type type, panda_file::File::EntityId klass, std::string &sign, in ProcessProtoType()
115 std::string sign; in PrintPrototype() local
/arkcompiler/ets_runtime/test/fuzztest/getwordsarray_fuzzer/
Dgetwordsarray_fuzzer.cpp33 bool sign = false; in GetWordsArrayFuzzTest() local
/arkcompiler/ets_runtime/ecmascript/base/
Dnumber_helper.cpp112 static inline double SignedZero(Sign sign) in SignedZero()
277 … std::string& buf1, int buf1Size, int roundingMode, int *sign) in GetBaseForRoundingMode()
302 …CustomEcvtIsFixed(double &valueNumber, int &digits, int *decimalPoint, std::string& buf, int *sign) in CustomEcvtIsFixed()
324 std::string& buf, bool isFixed, int *sign) in CustomEcvt()
401 int sign = 0; in DoubleToExponential() local
439 int sign = 0; in DoubleToASCIIWithFlag() local
817 Sign sign = Sign::NONE; in StringToDouble() local
1000 Sign sign = Sign::NONE; in Strtod() local
1089 Sign sign = Sign::NONE; in StringToBigInt() local
Djson_parser.h540 int32_t sign = 1; in ReadNumberRange() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/helpers/
Dets_intrinsics_helpers.h72 int sign : 1; member
86 inline double SignedZero(Sign sign) in SignedZero()
188 Sign sign = Sign::NONE; in Strtod() local
Dets_intrinsics_helpers.cpp45 Sign sign = Sign::NONE; in StringToDouble() local
/arkcompiler/ets_runtime/ecmascript/
Djs_bigint.cpp527 bool sign = number < 0; in Int32ToBigInt() local
549 bool sign = number < 0; in Int64ToBigInt() local
628 JSHandle<BigInt> BigInt::CreateBigWords(JSThread *thread, bool sign, uint32_t size, const uint64_t … in CreateBigWords()
844 JSHandle<BigInt> BigInt::ReturnIfRightShiftOverMax(JSThread *thread, bool sign) in ReturnIfRightShiftOverMax()
898 bool sign = x->GetSign(); in RightShiftHelper() local
1421 bool sign = x->GetSign() != y->GetSign(); in Divide() local
1538 static JSTaggedNumber CalculateNumber(const uint64_t &sign, const uint64_t &mantissa, uint64_t &exp… in CalculateNumber()
1550 static JSTaggedNumber Rounding(const uint64_t &sign, uint64_t &mantissa, uint64_t &exponent, bool n… in Rounding()
1579 uint64_t sign = bigintSign ? 1ULL << 63 : 0; // 63 : Set the sign bit of sign to 1 in BigIntToNumber() local
Ddate_parse.cpp46 DateUnit sign = proxy->NextDate(); in IsIsoDateTime() local
Ddate_parse.h353 void SetSign(int sign) in SetSign()
Djs_serializer.cpp366 bool sign = bigInt->GetSign(); in WriteBigInt() local
1215 bool sign = false; in ReadBigInt() local
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/types/
Dremote_object.h124 int8_t sign; member
/arkcompiler/runtime_core/assembler/
Dassembly-parser.cpp1334 bool Parser::ParseOperandSignature(std::string *sign) in ParseOperandSignature()
1368 bool Parser::ParseOperandSignatureTypesList(std::string *sign) in ParseOperandSignatureTypesList()
2335 std::string sign {}; in BuildMetaListAttr() local
/arkcompiler/runtime_core/static_core/assembler/
Dassembly-parser.cpp1380 bool Parser::ParseOperandSignature(std::string *sign) in ParseOperandSignature()
1414 bool Parser::ParseOperandSignatureTypesList(std::string *sign) in ParseOperandSignatureTypesList()
2420 std::string sign {}; in BuildMetaListAttr() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_insn.cpp111 std::string sign = static_cast<uint64>(value) & 0x80 ? "-" : ""; in Visit() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_string_builder.cpp195 auto sign = static_cast<uint32_t>(v < 0); in LongToCharArray() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
Dmpl_int_val.h456 bool sign; variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/assembler/
Delf_assembler.h140 uint8 sign = value & 0x40; in EncodeSLEB128() local
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_bigint_test.cpp570 bool sign = true; in HWTEST_F_L0() local
/arkcompiler/runtime_core/static_core/compiler/tests/aarch32/
Dencoder32_test.cpp108 int8_t sign = (gen % 2U) == 0 ? 1 : -1; in RandomGen() local
/arkcompiler/runtime_core/compiler/tests/amd64/
Dencoder64_test.cpp102 int8_t sign = (gen % 2) == 0 ? 1 : -1; in random_gen() local
/arkcompiler/runtime_core/static_core/compiler/tests/amd64/
Dencoder64_test.cpp107 int8_t sign = (gen % 2U) == 0 ? 1 : -1; in RandomGen() local
/arkcompiler/runtime_core/compiler/tests/aarch32/
Dencoder32_test.cpp105 int8_t sign = (gen % 2) == 0 ? 1 : -1; in random_gen() local
/arkcompiler/runtime_core/compiler/tests/aarch64/
Dencoder64_test.cpp102 int8_t sign = (gen % 2) == 0 ? 1 : -1; in random_gen() local

12