| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_func_tests/escompat/ |
| D | MathClz32Test.ets | 17 assertEQ(Math.clz32(NaN), 32) 21 assertEQ(Math.clz32(Infinity), 32) 22 assertEQ(Math.clz32(-Infinity), 32) 26 assertEQ(Math.clz32(0), 32) 27 assertEQ(Math.clz32(0.0), 32) 28 assertEQ(Math.clz32(-0), 32) 29 assertEQ(Math.clz32(-0.0), 32) 49 assertEQ(Math.clz32(1.23e123), 32) 50 assertEQ(Math.clz32(-1.23e123), 32) 51 assertEQ(Math.clz32(Number.MAX_VALUE), 32) [all …]
|
| /arkcompiler/ets_runtime/test/aottest/shl/ |
| D | expect_output.txt | 14 32 15 32 16 32 17 32 18 32 19 -32
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/01.assignment-like_contexts/ |
| D | widening_prim_call.params.yaml | 30 - { type: short, val: 32_767, val2: 32_767 } 31 - { type: short, val: -32_768, val2: -32_768 } 41 - { type: short, val: 32_767, val2: (32_767 as long) } 42 - { type: short, val: -32_768, val2: (-32_768 as long) } 55 - { type: short, val: 32_767, val2: (32_767.0 as float) } 56 - { type: short, val: -32_768, val2: (-32_768.0 as float) } 72 - { type: short, val: 32_767, val2: 32_767.0 } 73 - { type: short, val: -32_768, val2: -32_768.0 }
|
| D | widening_prim.params.yaml | 42 - { src_type: short, src_val: 32_767, dst_type: int, dst_val: 32_767 } 43 - { src_type: short, src_val: -32_768, dst_type: int, dst_val: -32_768 } 45 - { src_type: short, src_val: 32_767, dst_type: long, dst_val: 32_767 } 46 - { src_type: short, src_val: -32_768, dst_type: long, dst_val: -32_768 } 48 - { src_type: short, src_val: 32_767, dst_type: float, dst_val: 32_767.0 } 49 - { src_type: short, src_val: -32_768, dst_type: float, dst_val: -32_768.0 } 51 - { src_type: short, src_val: 32_767, dst_type: double, dst_val: 32_767.0 } 52 - { src_type: short, src_val: -32_768, dst_type: double, dst_val: -32_768.0 }
|
| /arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
| D | fldarr.32.yaml | 31 - file-name: "fldarr.32" 40 - sig: fldarr.32 v:in:f32[] 44 …description: Check fldarr.32 reads items from array of different size and type in Panda Assembly c… 51 fldarr.32 v0 62 - sig: fldarr.32 v:in:f32[] 66 …description: Check fldarr.32 reads items from array of different size and type in PandaAssembly co… 74 fldarr.32 v0 86 - sig: fldarr.32 v:in:f32[] 91 … description: Check array of primitive types for 'fldarr.32' instruction in Panda Assembly context. 108 fldarr.32 v0 [all …]
|
| D | fstarr.32.yaml | 32 - file-name: "fstarr.32" 38 - sig: fstarr.32 v1:in:f32[], v2:in:i32 48 - sig: fstarr.32 v1:in:f32[], v2:in:i32 54 description: Check 'fstarr.32' instruction with valid register numbers. 59 fstarr.32 %s, %s 70 fstarr.32 a0, a1 # valid registers 84 - sig: fstarr.32 v1:in:f32[], v2:in:i32 89 description: Check 'fstarr.32' instruction with invalid register numbers. 92 fstarr.32 %s, *s 123 - sig: fstarr.32 v1:in:f32[], v2:in:i32 [all …]
|
| /arkcompiler/runtime_core/static_core/tests/cts-generator/cts-template/ |
| D | fldarr.32.yaml | 22 - file-name: "fldarr.32" 31 - sig: fldarr.32 v:in:f32[] 35 description: Check fldarr.32 reads items from array of different size and type. 42 fldarr.32 v0 53 - sig: fldarr.32 v:in:f32[] 58 description: Check array of primitive types for 'fldarr.32' instruction. 75 fldarr.32 v0 105 - sig: fldarr.32 v:in:f32[] 109 description: Check fldarr.32 reads correct items from array of primitives. 128 fstarr.32 v1, v2 # save random number v1[v2] = acc [all …]
|
| D | fstarr.32.yaml | 22 - file-name: "fstarr.32" 28 - sig: fstarr.32 v1:in:f32[], v2:in:i32 36 - sig: fstarr.32 v1:in:f32[], v2:in:i32 42 description: Check 'fstarr.32' instruction with valid register numbers. 47 fstarr.32 %s, %s 58 fstarr.32 a0, a1 # valid registers 70 - sig: fstarr.32 v1:in:f32[], v2:in:i32 75 description: Check 'fstarr.32' instruction with invalid register numbers. 78 fstarr.32 %s, *s 108 - sig: fstarr.32 v1:in:f32[], v2:in:i32 [all …]
|
| /arkcompiler/runtime_core/static_core/libpandabase/utils/ |
| D | hash_base.h | 30 * @brief Create 32 bits Hash from @param key via @param seed. 34 * @return 32 bits hash 41 * @brief Create 32 bits Hash from @param key. 44 * @return 32 bits hash 51 * @brief Create 32 bits Hash from MUTF8 @param string. 53 * @return 32 bits hash 60 * @brief Create 32 bits Hash from MUTF8 @param string. 63 * @return 32 bits hash
|
| /arkcompiler/runtime_core/libpandabase/utils/ |
| D | hash_base.h | 31 * \brief Create 32 bits Hash from \param key via \param seed. 35 * @return 32 bits hash 42 * \brief Create 32 bits Hash from \param key. 45 * @return 32 bits hash 52 * \brief Create 32 bits Hash from MUTF8 \param string. 54 * @return 32 bits hash 61 * \brief Create 32 bits Hash from MUTF8 \param string. 64 * @return 32 bits hash
|
| /arkcompiler/ets_frontend/ets2panda/linter/test/main/ |
| D | prop_decorators_and_interfaces_1.ets.autofix.json | 112 "line": 32, 114 "endLine": 32, 133 "line": 32, 135 "endLine": 32, 154 "line": 32, 156 "endLine": 32, 175 "line": 32, 177 "endLine": 32, 186 "line": 32, 188 "endLine": 32, [all …]
|
| /arkcompiler/ets_frontend/es2panda/test/parser/annotations/ |
| D | declaration-3d-array-enum-number-expected.txt | 291 "column": 32 630 "column": 32 900 "line": 32, 904 "line": 32, 923 "line": 32, 927 "line": 32, 937 "line": 32, 941 "line": 32, 951 "line": 32, 955 "line": 32, [all …]
|
| D | declaration-3d-array-enum-string-expected.txt | 291 "column": 32 630 "column": 32 900 "line": 32, 904 "line": 32, 923 "line": 32, 927 "line": 32, 937 "line": 32, 941 "line": 32, 951 "line": 32, 955 "line": 32, [all …]
|
| D | declaration-array-enum-string-expected.txt | 788 "line": 32, 792 "line": 32, 805 "line": 32, 809 "line": 32, 819 "line": 32, 823 "line": 32, 824 "column": 32 833 "line": 32, 837 "line": 32, 845 "line": 32, [all …]
|
| D | declaration-array-enum-number-expected.txt | 788 "line": 32, 792 "line": 32, 805 "line": 32, 809 "line": 32, 819 "line": 32, 823 "line": 32, 833 "line": 32, 837 "line": 32, 845 "line": 32, 849 "line": 32, [all …]
|
| /arkcompiler/ets_frontend/es2panda/test/parser/ts/type_checker/ |
| D | objectLiteralAssignability16-expected.txt | 442 "line": 32, 456 "line": 32, 460 "line": 32, 475 "line": 32, 479 "line": 32, 486 "line": 32, 490 "line": 32, 497 "line": 32, 501 "line": 32, 515 "line": 32, [all …]
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/ |
| D | aarch64_imm_valid.h | 47 // get lower 32 bits in IsMoveWidableImmediateCopy() 49 …// If lower 32 bits are all 0, but higher 32 bits have 1, val will be 1 and return true, but it is… in IsMoveWidableImmediateCopy() 65 // When value & ffffffff00000000 is 0, all high 32-bits are 0. in IsSingleInstructionMovable32() 66 // When value & ffffffff00000000 is ffffffff00000000, all high 32-bits are 1. in IsSingleInstructionMovable32() 67 // High 32-bits should be all 0 or all 1, when it comes to mov w0, #imm. in IsSingleInstructionMovable32() 72 constexpr uint32 bitLen = 32; in IsSingleInstructionMovable32() 94 // For the 32-bit variant: is the bitmask immediate 130 // For the 32-bit variant: is the shift amount, in the range 0 to 31, opnd input is bitshiftopnd 144 // For the 32-bit variant: is the shift amount, in the range 0 to 31, opnd input is immopnd 172 // For the 32-bit variant: is the bit number of the lsb of the source bitfield, in the range 0 to 31 [all …]
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| D | constpool_value.h | 65 using ConstPoolIndexField = BitField<uint32_t, 0, 32>; // 32: 32 bit 67 using ConstPoolTypeField = BitField<ConstPoolType, 32, 4>; // 32: offset, 4: 4bit
|
| /arkcompiler/ets_frontend/ets2panda/test/ast/compiler/ets/ |
| D | unnecessary_boxing.ets | 16 x = true ? ():long=>32:x 17 x = true ? x:():long=>32 19 y = true ? y:():int=>32 20 y = true ? ():int=>32:y
|
| /arkcompiler/ets_runtime/test/aottest/builtin_inlining/math/Clz32/ |
| D | builtinMathClz32.ts | 38 print(Math.clz32()); //: 32 42 print(Math.clz32(0)); //: 32 80 print(Math.clz32(NaN)) //: 32 82 print(Math.clz32(+0.0)) //: 32 84 print(Math.clz32(-0.0)) //: 32 86 print(Math.clz32(Infinity)); //: 32 88 print(Math.clz32(-Infinity)); //: 32 94 printclz32("abc"); //: 32 97 printclz32("abcd"); //: 32 108 printclz32("abc"); //pgo: 32 [all …]
|
| /arkcompiler/ets_frontend/ets2panda/test/ast/parser/ets/ |
| D | type_decution_unnecessary_boxing.ets | 17 x = true ? ():long=>32:x 18 x = true ? x:():long=>32 20 y = true ? y:():int=>32 21 y = true ? ():int=>32:y
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/napi/bridges/pa/ |
| D | arrays-float.pa | 30 fstarr.32 v1, v2 35 fstarr.32 v1, v2 40 fstarr.32 v1, v2 45 fstarr.32 v1, v2 50 fstarr.32 v1, v2
|
| /arkcompiler/ets_frontend/es2panda/test/parser/ts/ |
| D | test_satisfies-expected.txt | 921 "line": 32, 925 "line": 32, 946 "line": 32, 950 "line": 32, 965 "line": 32, 969 "line": 32, 979 "line": 32, 983 "line": 32, 992 "line": 32, 996 "line": 32, [all …]
|
| /arkcompiler/runtime_core/static_core/static_linker/tests/data/multi/dedup_debug_info/ |
| D | CustomLong.ets | 20 const asInt: int = (value >>> 32) as int; 21 return asInt == 0 ? 32 + CustomInt.calculateNumberOfLeadingZeros(value as int) 27 return asInt == 0 ? 32 + CustomInt.calculateNumberOfTrailingZeros((value >>> 32) as int)
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_func_tests/std/math/ |
| D | TestClz64Function.ets | 24 assertEQ(clz64(result), 32); 25 assertEQ(clz64(result1), 32); 53 assertEQ(clz64(result1), 32); 60 assertEQ(clz64(result), 32); 69 assertEQ(clz64(result1), 32);
|