| /arkcompiler/ets_runtime/test/fuzztest/bigintrefgetwordsarraysize_fuzzer/ |
| H A D | bigintrefgetwordsarraysize_fuzzer.cpp | 37 bool sign = false; in BigIntRefGetWordsArraySize() local
|
| /arkcompiler/ets_runtime/test/fuzztest/getwordsarray_fuzzer/ |
| H A D | getwordsarray_fuzzer.cpp | 33 bool sign = false;
in GetWordsArrayFuzzTest() local
|
| /arkcompiler/ets_runtime/test/fuzztest/createbigwords_fuzzer/ |
| H A D | createbigwords_fuzzer.cpp | 33 bool sign = false;
in CreateBigWordsFuzzTest() local
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/inspector/types/ |
| H A D | remote_object_type.h | 33 int8_t sign; member
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| H A D | number_helper.cpp | 111 static inline double SignedZero(Sign sign) in SignedZero() argument [all...] |
| /arkcompiler/runtime_core/static_core/plugins/ets/arkts_header/ |
| H A D | header_writer.cpp | 94 void HeaderWriter::ProcessProtoType(panda_file::Type type, panda_file::File::EntityId klass, std::string &sign, in ProcessProtoType() argument 115 std::string sign; in PrintPrototype() local
|
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| H A D | encoder_test_common.h | 110 int8_t sign = (gen % 2U) == 0 ? 1 : -1; in RandomGen() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ |
| H A D | js_convert.h | 310 int sign = 0; in JSCONVERT_WRAP() local
|
| H A D | interop_common.h | 198 int sign = 1; in GeBigIntSign() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| H A D | aarch64_insn.cpp | 114 std::string sign = static_cast<uint64>(value) & 0x80 ? "-" : ""; in Visit() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | date_parse.cpp | 48 DateUnit sign = proxy->NextDate(); in IsIsoDateTime() local
|
| H A D | date_parse.h | 354 void SetSign(int sign)
in SetSign() argument
|
| H A 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 *words) in CreateBigWords() argument 882 JSHandle<BigInt> BigInt::ReturnIfRightShiftOverMax(JSThread *thread, bool sign) in ReturnIfRightShiftOverMax() argument 938 bool sign = x->GetSign(); RightShiftHelper() local 1463 bool sign = x->GetSign() != y->GetSign(); Divide() local 1582 CalculateNumber(const uint64_t &sign, const uint64_t &mantissa, uint64_t &exponent) CalculateNumber() argument 1594 Rounding(const uint64_t &sign, uint64_t &mantissa, uint64_t &exponent, bool needRound) Rounding() argument 1624 uint64_t sign = bigintSign ? 1ULL << 63 : 0; // 63 : Set the sign bit of sign to 1 BigIntToNumber() local [all...] |
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/helpers/ |
| H A D | ets_intrinsics_helpers.cpp | 104 Sign sign = Sign::NONE; in StringToDouble() local [all...] |
| H A D | ets_intrinsics_helpers.h | 73 int sign : 1; member 87 inline double SignedZero(Sign sign) in SignedZero() argument 193 Sign sign = Sign::NONE; in Strtod() local
|
| /arkcompiler/runtime_core/static_core/compiler/tests/aarch64/ |
| H A D | encoder64_test_1.cpp | 1940 auto sign = isFcmpg ? 1 : -1; in TestFcmp() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/assembler/ |
| H A D | elf_assembler.h | 142 uint8 sign = static_cast<uint8>(static_cast<uint64>(value) & 0x40); in EncodeSLEB128() local
|
| /arkcompiler/runtime_core/compiler/tests/aarch32/ |
| H A D | encoder32_test.cpp | 105 int8_t sign = (gen % 2) == 0 ? 1 : -1; in random_gen() local
|
| /arkcompiler/runtime_core/compiler/tests/amd64/ |
| H A D | encoder64_test.cpp | 102 int8_t sign = (gen % 2) == 0 ? 1 : -1; in random_gen() local
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| H A D | js_bigint_test.cpp | 546 bool sign = true; in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/napi/test/ |
| H A D | jsnapi_first_tests.cpp | 1581 bool sign = false; in HWTEST_F_L0() local
|
| H A D | ffi_workload.cpp | 7618 bool sign = false; in HWTEST_F_L0() local 7637 bool sign = false; in HWTEST_F_L0() local 7658 bool sign = false; in HWTEST_F_L0() local
|
| /arkcompiler/runtime_core/assembler/ |
| H A D | assembly-parser.cpp | 1334 bool Parser::ParseOperandSignature(std::string *sign) in ParseOperandSignature() argument 1368 bool Parser::ParseOperandSignatureTypesList(std::string *sign) in ParseOperandSignatureTypesList() argument [all...] |
| /arkcompiler/runtime_core/compiler/tests/aarch64/ |
| H A D | encoder64_test.cpp | 102 int8_t sign = (gen % 2) == 0 ? 1 : -1; in random_gen() local
|
| /arkcompiler/runtime_core/static_core/assembler/ |
| H A D | assembly-parser.cpp | 1401 bool Parser::ParseOperandSignature(std::string *sign) in ParseOperandSignature() argument 1435 bool Parser::ParseOperandSignatureTypesList(std::string *sign) in ParseOperandSignatureTypesList() argument [all...] |