| /arkcompiler/ets_runtime/test/fuzztest/createbigwords_fuzzer/ |
| D | createbigwords_fuzzer.cpp | 33 bool sign = false; in CreateBigWordsFuzzTest() 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/test/fuzztest/bigintrefgetwordsarraysize_fuzzer/ |
| D | bigintrefgetwordsarraysize_fuzzer.cpp | 37 bool sign = false; in BigIntRefGetWordsArraySize() local
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | number_helper.cpp | 111 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
|
| D | json_parser.cpp | 918 int32_t sign = 1; in ReadNumberRange() local
|
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| D | encoder_test_common.h | 109 int8_t sign = (gen % 2U) == 0 ? 1 : -1; in RandomGen() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/helpers/ |
| D | ets_intrinsics_helpers.h | 73 int sign : 1; member 87 inline double SignedZero(Sign sign) in SignedZero() 189 Sign sign = Sign::NONE; in Strtod() local
|
| D | ets_intrinsics_helpers.cpp | 102 Sign sign = Sign::NONE; in StringToDouble() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_bigint.cpp | 551 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
|
| D | date_parse.cpp | 44 DateUnit sign = proxy->NextDate(); in IsIsoDateTime() local
|
| D | date_parse.h | 353 void SetSign(int sign) in SetSign()
|
| /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 | 1401 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/ |
| D | aarch64_insn.cpp | 117 std::string sign = static_cast<uint64>(value) & 0x80 ? "-" : ""; in Visit() 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 | 142 uint8 sign = static_cast<uint8>(static_cast<uint64>(value) & 0x40); in EncodeSLEB128() local
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | js_bigint_test.cpp | 546 bool sign = true; in HWTEST_F_L0() 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/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
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch64/ |
| D | encode.cpp | 859 auto sign = (dst.GetId() == src.GetId() ? tmp : dst); in EncodeSignum() local
|
| /arkcompiler/ets_runtime/ecmascript/napi/test/ |
| D | jsnapi_first_tests.cpp | 1510 bool sign = false; in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | typed_native_inline_lowering.cpp | 2115 GateRef sign = builder_.Int32(0); in LowerBigIntConstructorInt32() local
|