Home
last modified time | relevance | path

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

12

/arkcompiler/ets_runtime/test/fuzztest/bigintrefgetwordsarraysize_fuzzer/
H A Dbigintrefgetwordsarraysize_fuzzer.cpp37 bool sign = false; in BigIntRefGetWordsArraySize() local
/arkcompiler/ets_runtime/test/fuzztest/getwordsarray_fuzzer/
H A Dgetwordsarray_fuzzer.cpp33 bool sign = false; in GetWordsArrayFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/createbigwords_fuzzer/
H A Dcreatebigwords_fuzzer.cpp33 bool sign = false; in CreateBigWordsFuzzTest() local
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/types/
H A Dremote_object_type.h33 int8_t sign; member
/arkcompiler/ets_runtime/ecmascript/base/
H A Dnumber_helper.cpp111 static inline double SignedZero(Sign sign) in SignedZero() argument
[all...]
/arkcompiler/runtime_core/static_core/plugins/ets/arkts_header/
H A Dheader_writer.cpp94 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 Dencoder_test_common.h110 int8_t sign = (gen % 2U) == 0 ? 1 : -1; in RandomGen() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
H A Djs_convert.h310 int sign = 0; in JSCONVERT_WRAP() local
H A Dinterop_common.h198 int sign = 1; in GeBigIntSign() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
H A Daarch64_insn.cpp114 std::string sign = static_cast<uint64>(value) & 0x80 ? "-" : ""; in Visit() local
/arkcompiler/ets_runtime/ecmascript/
H A Ddate_parse.cpp48 DateUnit sign = proxy->NextDate(); in IsIsoDateTime() local
H A Ddate_parse.h354 void SetSign(int sign) in SetSign() argument
H A 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 *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 Dets_intrinsics_helpers.cpp104 Sign sign = Sign::NONE; in StringToDouble() local
[all...]
H A Dets_intrinsics_helpers.h73 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 Dencoder64_test_1.cpp1940 auto sign = isFcmpg ? 1 : -1; in TestFcmp() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/assembler/
H A Delf_assembler.h142 uint8 sign = static_cast<uint8>(static_cast<uint64>(value) & 0x40); in EncodeSLEB128() local
/arkcompiler/runtime_core/compiler/tests/aarch32/
H A Dencoder32_test.cpp105 int8_t sign = (gen % 2) == 0 ? 1 : -1; in random_gen() local
/arkcompiler/runtime_core/compiler/tests/amd64/
H A Dencoder64_test.cpp102 int8_t sign = (gen % 2) == 0 ? 1 : -1; in random_gen() local
/arkcompiler/ets_runtime/ecmascript/tests/
H A Djs_bigint_test.cpp546 bool sign = true; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/napi/test/
H A Djsnapi_first_tests.cpp1581 bool sign = false; in HWTEST_F_L0() local
H A Dffi_workload.cpp7618 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 Dassembly-parser.cpp1334 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 Dencoder64_test.cpp102 int8_t sign = (gen % 2) == 0 ? 1 : -1; in random_gen() local
/arkcompiler/runtime_core/static_core/assembler/
H A Dassembly-parser.cpp1401 bool Parser::ParseOperandSignature(std::string *sign) in ParseOperandSignature() argument
1435 bool Parser::ParseOperandSignatureTypesList(std::string *sign) in ParseOperandSignatureTypesList() argument
[all...]

Completed in 53 milliseconds

12