| /arkcompiler/runtime_core/verification/ |
| D | verification.yaml | 31 sign: Sign mismatch. Possible overflow/underflow issues and other quirks in data-flow. 33 sign_size: Sign and size mismatch. Possible overflow/underflow and truncation issues. 124 sign: u8 142 sign: i8 160 sign: u16 176 sign: i16 192 sign: u32 206 sign: i32 249 sign: u64 257 sign: i64 [all …]
|
| D | messages.yaml | 275 message: Accumulator constantly holds 'null' value. It may be a sign of possible error here. 282 …pe '${acc_type}' is always a subtype of '${type}'. Checkcast is redundant here. It may be a sign of 291 …Instruction 'checkcast' will always throw an exception here. It may be a sign of possible error he… 299 …${possible_types}. Instruction 'checkcast' will always throw an exception here. It may be a sign of 308 It may be a sign of possible error here. 322 It may be a sign of possible error here. 330 Result of 'isinstance' is always zero. It may be a sign of possible error here. 338 ${possible_types}. It may be a sign of possible error here.
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | number_helper.cpp | 31 enum class Sign { NONE, NEG, POS }; enum 80 static inline double SignedZero(Sign sign) in SignedZero() argument 82 return sign == Sign::NEG ? -0.0 : 0.0; in SignedZero() 183 // 2. sign bit in StringToDoubleWithRadix() 402 …y code unit 0x0065 (LATIN SMALL LETTER E), followed by the code unit 0x002B (PLUS SIGN) or the code in NumberToString() 445 // 2. get number sign in StringToDouble() 446 Sign sign = Sign::NONE; in StringToDouble() local 449 sign = Sign::POS; in StringToDouble() 452 sign = Sign::NEG; in StringToDouble() 469 return sign == Sign::NEG ? -POSITIVE_INFINITY : POSITIVE_INFINITY; in StringToDouble() [all …]
|
| /arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
| D | fsub2.yaml | 147 …The sum of two infinities of the same sign or the difference of two infinities of opposite sign is… 148 The sign of result matches the sign of accumulator value. 150 The sign of result matches the sign of infinity. 209 …The sum of two infinities of the same sign or the difference of two infinities of opposite sign is… 210 The sign of result matches the sign of accumulator value. 212 The sign of result matches the sign of infinity. 282 The sum of opposite infinities or the difference of the same sign infinities is NaN. 289 # Sub of same sign Inf-s 309 The sign of result matches the sign of infinity. 378 The sign of result matches the sign of infinity. [all …]
|
| D | fadd2.yaml | 164 …The sum of two infinities of the same sign or the difference of two infinities of opposite sign is… 165 The sign of result matches the sign of accumulator value. 167 The sign of result matches the sign of infinity. 231 …The sum of two infinities of the same sign or the difference of two infinities of opposite sign is… 232 The sign of result matches the sign of accumulator value. 234 The sign of result matches the sign of infinity. 310 The sum of opposite infinities or the difference of the same sign infinities is NaN. 336 The sign of result matches the sign of infinity. 395 The sign of result matches the sign of infinity. 456 The sign of result matches the sign of infinity. [all …]
|
| D | fsub2.64.yaml | 147 …The sum of two infinities of the same sign or the difference of two infinities of opposite sign is… 148 The sign of result matches the sign of accumulator value. 150 The sign of result matches the sign of infinity. 209 …The sum of two infinities of the same sign or the difference of two infinities of opposite sign is… 210 The sign of result matches the sign of accumulator value. 212 The sign of result matches the sign of infinity. 282 The sum of opposite infinities or the difference of the same sign infinities is NaN. 289 # Sub of same sign Inf-s 309 The sign of result matches the sign of infinity. 378 The sign of result matches the sign of infinity. [all …]
|
| D | fadd2.64.yaml | 164 …The sum of two infinities of the same sign or the difference of two infinities of opposite sign is… 165 The sign of result matches the sign of accumulator value. 167 The sign of result matches the sign of infinity. 231 …The sum of two infinities of the same sign or the difference of two infinities of opposite sign is… 232 The sign of result matches the sign of accumulator value. 234 The sign of result matches the sign of infinity. 310 The sum of opposite infinities or the difference of the same sign infinities is NaN. 336 The sign of result matches the sign of infinity. 395 The sign of result matches the sign of infinity. 456 The sign of result matches the sign of infinity. [all …]
|
| D | ldstatic.yaml | 244 …most significant bits are sign or unsigned extended based on the field type to fit accumulator siz… 245 …If field size is less then 32, result will be sign or unsigned extended to i32 depedning on field … 284 …most significant bits are sign or unsigned extended based on the field type to fit accumulator siz… 285 …If field size is less then 32, result will be sign or unsigned extended to i32 depedning on field … 323 …most significant bits are sign or unsigned extended based on the field type to fit accumulator siz… 324 …If field size is less then 32, result will be sign or unsigned extended to i32 depedning on field … 356 …most significant bits are sign or unsigned extended based on the field type to fit accumulator siz… 357 …If field size is less then 32, result will be sign or unsigned extended to i32 depedning on field …
|
| D | fmul2.yaml | 280 …ption: The sign of division or multiplication result is positive if both values have the same sign… 331 …ption: The sign of division or multiplication result is positive if both values have the same sign… 567 …ption: The sign of division or multiplication result is positive if both values have the same sign…
|
| D | fmul2.64.yaml | 280 …ption: The sign of division or multiplication result is positive if both values have the same sign… 331 …ption: The sign of division or multiplication result is positive if both values have the same sign… 567 …ption: The sign of division or multiplication result is positive if both values have the same sign…
|
| D | jeqz.obj.yaml | 25 …object reference in accumulator compares with null as specified. Offset is sign extended to the si… 390 …object reference in accumulator compares with null as specified. Offset is sign extended to the si… 409 …object reference in accumulator compares with null as specified. Offset is sign extended to the si… 429 …object reference in accumulator compares with null as specified. Offset is sign extended to the si… 496 …object reference in accumulator compares with null as specified. Offset is sign extended to the si… 565 …object reference in accumulator compares with null as specified. Offset is sign extended to the si…
|
| D | jnez.obj.yaml | 25 …object reference in accumulator compares with null as specified. Offset is sign extended to the si… 390 …object reference in accumulator compares with null as specified. Offset is sign extended to the si… 410 …object reference in accumulator compares with null as specified. Offset is sign extended to the si… 431 …object reference in accumulator compares with null as specified. Offset is sign extended to the si… 496 …object reference in accumulator compares with null as specified. Offset is sign extended to the si… 563 …object reference in accumulator compares with null as specified. Offset is sign extended to the si…
|
| D | ldobj.yaml | 401 …most significant bits are sign or unsigned extended based on the field type to fit accumulator siz… 402 …If field type is less than 32, then loaded value is sign or zero extended to i32 depending on fiel… 445 …most significant bits are sign or unsigned extended based on the field type to fit accumulator siz… 446 …If field type is less than 32, then loaded value is sign or zero extended to i32 depending on fiel…
|
| D | ldobj.v.yaml | 402 … most significant bits are sign or unsigned extended based on the field type to fit register size. 403 …If field type is less than 32, then loaded value is sign or zero extended to i32 depending on fiel… 446 … most significant bits are sign or unsigned extended based on the field type to fit register size. 447 …If field type is less than 32, then loaded value is sign or zero extended to i32 depending on fiel…
|
| D | fp.yaml | 513 fmovi.64 v1, 1.0 # sign 527 fmul2.64 v1 # *sign 532 fmul2.64 v1 # flip sign
|
| /arkcompiler/ets_runtime/test/fuzztest/getwordsarray_fuzzer/ |
| D | getwordsarray_fuzzer.cpp | 33 bool sign = false; in GetWordsArrayFuzzTest() local 45 Local<JSValueRef> bigWordsValue = BigIntRef::CreateBigWords(vm, sign, wordsNum, words); in GetWordsArrayFuzzTest() 47 bigWords->GetWordsArray(&sign, wordsNum, words); in GetWordsArrayFuzzTest()
|
| /arkcompiler/ets_frontend/es2panda/lexer/token/ |
| D | letters.h | 116 #define LEX_CHAR_PERCENT 0x25 /* percent sign */ 121 #define LEX_CHAR_PLUS 0x2B /* plus sign */ 129 #define LEX_CHAR_LESS_THAN 0x3C /* less-than sign */ 130 #define LEX_CHAR_EQUALS 0x3D /* equals sign */ 131 #define LEX_CHAR_GREATER_THAN 0x3E /* greater-than sign */
|
| /arkcompiler/toolchain/build/third_party_gn/protobuf/ |
| D | BUILD.gn | 71 cflags_cc = [ "-Wno-sign-compare" ] 73 "-Wno-sign-compare", 128 cflags_cc = [ "-Wno-sign-compare" ] 130 "-Wno-sign-compare", 200 cflags_cc = [ "-Wno-sign-compare" ] 202 "-Wno-sign-compare", 274 cflags_cc = [ "-Wno-sign-compare" ] 276 "-Wno-sign-compare", 376 "-Wno-sign-compare", 381 "-Wno-sign-compare", [all …]
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_bigint.cpp | 509 bool sign = number < 0; in Int32ToBigInt() local 510 if (sign) { in Int32ToBigInt() 516 bigint->SetSign(sign); in Int32ToBigInt() 530 bool sign = number < 0; in Int64ToBigInt() local 531 if (sign) { in Int64ToBigInt() 537 bigint->SetSign(sign); in Int64ToBigInt() 597 JSHandle<BigInt> BigInt::CreateBigWords(JSThread *thread, bool sign, uint32_t size, const uint64_t … in CreateBigWords() argument 616 bigint->SetSign(sign); in CreateBigWords() 810 JSHandle<BigInt> BigInt::ReturnIfRightShiftOverMax(JSThread *thread, bool sign) in ReturnIfRightShiftOverMax() argument 812 if (sign) { in ReturnIfRightShiftOverMax() [all …]
|
| D | js_bigint.h | 92 static JSHandle<BigInt> ReturnIfRightShiftOverMax(JSThread *thread, bool sign); 112 …static JSHandle<BigInt> CreateBigWords(JSThread *thread, bool sign, uint32_t size, const uint64_t*… 164 FIRST_BIT_FIELD(BitField, Sign, bool, SIGN_BITS)
|
| /arkcompiler/ets_runtime/test/fuzztest/createbigwords_fuzzer/ |
| D | createbigwords_fuzzer.cpp | 33 bool sign = false; in CreateBigWordsFuzzTest() local 45 BigIntRef::CreateBigWords(vm, sign, wordsNum, words); in CreateBigWordsFuzzTest()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | builtins_lowering.cpp | 221 … of mantissa will affect the precision of the number, and its sign will determine the sign of the … 222 // The absolute value of a floating-point number can be found by setting mantissa sign bit to 0. 247 // set the sign bit to 0 by shift left then right. in TypedAbs()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/ |
| D | assembler_aarch64_constants.h | 51 SXTB = 4, /* sign extend to byte */ 52 SXTH = 5, /* sign extend to half word */ 53 SXTW = 6, /* sign extend to word */ 54 SXTX = 7, /* sign extend to 64bit */
|
| /arkcompiler/runtime_core/docs/ |
| D | assembly_format.md | 465 …assumes the assignment of a value, and the value that is assigned to it, separated by the sign "="> 469 …assumes the assignment of a value, and the value that is assigned to it, separated by the sign "="> 477 …assumes the assignment of a value, and the value that is assigned to it, separated by the sign "="> 481 …assumes the assignment of a value, and the value that is assigned to it, separated by the sign "="> 488 …assumes the assignment of a value, and the value that is assigned to it, separated by the sign "=">
|
| /arkcompiler/runtime_core/tests/cts-assembly/ |
| D | arrays-08.pa | 20 # If element size is smaller then 32 bits, it will be zero or sign extended (depending on byt…
|