/arkcompiler/ets_runtime/test/fuzztest/createbigwords_fuzzer/ |
D | createbigwords_fuzzer.cpp | 33 bool sign = false; in CreateBigWordsFuzzTest() local
|
/arkcompiler/ets_runtime/test/fuzztest/bigintrefgetwordsarraysize_fuzzer/ |
D | bigintrefgetwordsarraysize_fuzzer.cpp | 37 bool sign = false; in BigIntRefGetWordsArraySize() local
|
/arkcompiler/runtime_core/static_core/plugins/ets/arkts_header/ |
D | header_writer.cpp | 94 …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/ |
D | getwordsarray_fuzzer.cpp | 33 bool sign = false; in GetWordsArrayFuzzTest() local
|
/arkcompiler/ets_runtime/ecmascript/base/ |
D | number_helper.cpp | 112 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
|
D | json_parser.h | 540 int32_t sign = 1; in ReadNumberRange() local
|
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/helpers/ |
D | ets_intrinsics_helpers.h | 72 int sign : 1; member 86 inline double SignedZero(Sign sign) in SignedZero() 188 Sign sign = Sign::NONE; in Strtod() local
|
D | ets_intrinsics_helpers.cpp | 45 Sign sign = Sign::NONE; in StringToDouble() local
|
/arkcompiler/ets_runtime/ecmascript/ |
D | js_bigint.cpp | 527 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
|
D | date_parse.cpp | 46 DateUnit sign = proxy->NextDate(); in IsIsoDateTime() local
|
D | date_parse.h | 353 void SetSign(int sign) in SetSign()
|
D | js_serializer.cpp | 366 bool sign = bigInt->GetSign(); in WriteBigInt() local 1215 bool sign = false; in ReadBigInt() local
|
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/types/ |
D | remote_object.h | 124 int8_t sign; member
|
/arkcompiler/runtime_core/assembler/ |
D | assembly-parser.cpp | 1334 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/ |
D | assembly-parser.cpp | 1380 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/ |
D | aarch64_insn.cpp | 111 std::string sign = static_cast<uint64>(value) & 0x80 ? "-" : ""; in Visit() local
|
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/ |
D | ets_string_builder.cpp | 195 auto sign = static_cast<uint32_t>(v < 0); in LongToCharArray() local
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/ |
D | mpl_int_val.h | 456 bool sign; variable
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/assembler/ |
D | elf_assembler.h | 140 uint8 sign = value & 0x40; in EncodeSLEB128() local
|
/arkcompiler/ets_runtime/ecmascript/tests/ |
D | js_bigint_test.cpp | 570 bool sign = true; in HWTEST_F_L0() local
|
/arkcompiler/runtime_core/static_core/compiler/tests/aarch32/ |
D | encoder32_test.cpp | 108 int8_t sign = (gen % 2U) == 0 ? 1 : -1; in RandomGen() local
|
/arkcompiler/runtime_core/compiler/tests/amd64/ |
D | encoder64_test.cpp | 102 int8_t sign = (gen % 2) == 0 ? 1 : -1; in random_gen() local
|
/arkcompiler/runtime_core/static_core/compiler/tests/amd64/ |
D | encoder64_test.cpp | 107 int8_t sign = (gen % 2U) == 0 ? 1 : -1; in RandomGen() local
|
/arkcompiler/runtime_core/compiler/tests/aarch32/ |
D | encoder32_test.cpp | 105 int8_t sign = (gen % 2) == 0 ? 1 : -1; in random_gen() local
|
/arkcompiler/runtime_core/compiler/tests/aarch64/ |
D | encoder64_test.cpp | 102 int8_t sign = (gen % 2) == 0 ? 1 : -1; in random_gen() local
|