/arkcompiler/ets_runtime/test/typeinfer/automatedcases/ |
D | returnTypeInferenceNotTooBroad.ts | 24 sign?: T property
|
/arkcompiler/ets_runtime/test/fuzztest/createbigwords_fuzzer/ |
D | createbigwords_fuzzer.cpp | 33 bool sign = false; in CreateBigWordsFuzzTest() 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 | 80 static inline double SignedZero(Sign sign) in SignedZero() 451 Sign sign = Sign::NONE; in StringToDouble() local 633 Sign sign = Sign::NONE; in Strtod() local 717 Sign sign = Sign::NONE; in StringToBigInt() local
|
/arkcompiler/ets_runtime/ecmascript/ |
D | js_bigint.cpp | 520 bool sign = number < 0; in Int32ToBigInt() local 542 bool sign = number < 0; in Int64ToBigInt() local 621 JSHandle<BigInt> BigInt::CreateBigWords(JSThread *thread, bool sign, uint32_t size, const uint64_t … in CreateBigWords() 837 JSHandle<BigInt> BigInt::ReturnIfRightShiftOverMax(JSThread *thread, bool sign) in ReturnIfRightShiftOverMax() 891 bool sign = x->GetSign(); in RightShiftHelper() local 1414 bool sign = x->GetSign() != y->GetSign(); in Divide() local 1533 static JSTaggedNumber CalculateNumber(const uint64_t &sign, const uint64_t &mantissa, uint64_t &exp… in CalculateNumber() 1545 static JSTaggedNumber Rounding(const uint64_t &sign, uint64_t &mantissa, uint64_t &exponent, bool n… in Rounding() 1574 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 | 348 void SetSign(int sign) in SetSign()
|
D | js_serializer.cpp | 359 bool sign = bigInt->GetSign(); in WriteBigInt() local 1211 bool sign = false; in ReadBigInt() local
|
/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/ets_runtime/ecmascript/tests/ |
D | js_bigint_test.cpp | 570 bool sign = true; in HWTEST_F_L0() 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/amd64/ |
D | encoder64_test.cpp | 102 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/ets_runtime/ecmascript/napi/test/ |
D | jsnapi_tests.cpp | 1141 bool sign = false; in HWTEST_F_L0() local
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | slowpath_lowering.cpp | 704 void SlowPathLowering::LowerCallStubWithIC(GateRef gate, int sign, const std::vector<GateRef> &args) in LowerCallStubWithIC()
|
/arkcompiler/ets_runtime/ecmascript/napi/ |
D | jsnapi.cpp | 1125 Local<JSValueRef> BigIntRef::CreateBigWords(const EcmaVM *vm, bool sign, uint32_t size, const uint6… in CreateBigWords()
|
/arkcompiler/ets_frontend/es2panda/test/compiler/js/ |
D | cocos_worker_test.js | 8968 sign: n, property
|