Home
last modified time | relevance | path

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

12

/arkcompiler/ets_runtime/test/fuzztest/createbigwords_fuzzer/
Dcreatebigwords_fuzzer.cpp33 bool sign = false; in CreateBigWordsFuzzTest() 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/test/fuzztest/bigintrefgetwordsarraysize_fuzzer/
Dbigintrefgetwordsarraysize_fuzzer.cpp37 bool sign = false; in BigIntRefGetWordsArraySize() local
/arkcompiler/ets_runtime/ecmascript/base/
Dnumber_helper.cpp111 static inline double SignedZero(Sign sign) in SignedZero()
304 … std::string& buf1, int buf1Size, int roundingMode, int *sign) in GetBaseForRoundingMode()
329 …CustomEcvtIsFixed(double &valueNumber, int &digits, int *decimalPoint, std::string& buf, int *sign) in CustomEcvtIsFixed()
351 std::string& buf, bool isFixed, int *sign) in CustomEcvt()
500 int sign = 0; in DoubleToASCIIWithFlag() local
898 Sign sign = Sign::NONE; in StringToDouble() local
1081 Sign sign = Sign::NONE; in Strtod() local
1170 Sign sign = Sign::NONE; in StringToBigInt() local
Djson_parser.cpp918 int32_t sign = 1; in ReadNumberRange() local
/arkcompiler/runtime_core/static_core/compiler/tests/
Dencoder_test_common.h109 int8_t sign = (gen % 2U) == 0 ? 1 : -1; in RandomGen() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/helpers/
Dets_intrinsics_helpers.h73 int sign : 1; member
87 inline double SignedZero(Sign sign) in SignedZero()
189 Sign sign = Sign::NONE; in Strtod() local
Dets_intrinsics_helpers.cpp102 Sign sign = Sign::NONE; in StringToDouble() local
/arkcompiler/ets_runtime/ecmascript/
Djs_bigint.cpp551 bool sign = number < 0; in Int32ToBigInt() local
573 bool sign = number < 0; in Int64ToBigInt() local
664 JSHandle<BigInt> BigInt::CreateBigWords(JSThread *thread, bool sign, uint32_t size, const uint64_t … in CreateBigWords()
882 JSHandle<BigInt> BigInt::ReturnIfRightShiftOverMax(JSThread *thread, bool sign) in ReturnIfRightShiftOverMax()
938 bool sign = x->GetSign(); in RightShiftHelper() local
1463 bool sign = x->GetSign() != y->GetSign(); in Divide() local
1582 static JSTaggedNumber CalculateNumber(const uint64_t &sign, const uint64_t &mantissa, uint64_t &exp… in CalculateNumber()
1594 static JSTaggedNumber Rounding(const uint64_t &sign, uint64_t &mantissa, uint64_t &exponent, bool n… in Rounding()
1624 uint64_t sign = bigintSign ? 1ULL << 63 : 0; // 63 : Set the sign bit of sign to 1 in BigIntToNumber() local
Ddate_parse.cpp44 DateUnit sign = proxy->NextDate(); in IsIsoDateTime() local
Ddate_parse.h353 void SetSign(int sign) in SetSign()
/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.cpp1401 bool Parser::ParseOperandSignature(std::string *sign) in ParseOperandSignature()
1435 bool Parser::ParseOperandSignatureTypesList(std::string *sign) in ParseOperandSignatureTypesList()
2439 std::string sign {}; in BuildMetaListAttr() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_insn.cpp117 std::string sign = static_cast<uint64>(value) & 0x80 ? "-" : ""; in Visit() 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.h142 uint8 sign = static_cast<uint8>(static_cast<uint64>(value) & 0x40); in EncodeSLEB128() local
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_bigint_test.cpp546 bool sign = true; in HWTEST_F_L0() 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/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
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch64/
Dencode.cpp859 auto sign = (dst.GetId() == src.GetId() ? tmp : dst); in EncodeSignum() local
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_first_tests.cpp1510 bool sign = false; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dtyped_native_inline_lowering.cpp2115 GateRef sign = builder_.Int32(0); in LowerBigIntConstructorInt32() local

12