Home
last modified time | relevance | path

Searched full:32 (Results 1 – 25 of 1931) sorted by relevance

12345678910>>...78

/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_func_tests/escompat/
DMathClz32Test.ets17 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/
Dexpect_output.txt14 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/
Dwidening_prim_call.params.yaml30 - { 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 }
Dwidening_prim.params.yaml42 - { 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/
Dfldarr.32.yaml31 - 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 …]
Dfstarr.32.yaml32 - 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/
Dfldarr.32.yaml22 - 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 …]
Dfstarr.32.yaml22 - 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/
Dhash_base.h30 * @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/
Dhash_base.h31 * \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/
Dprop_decorators_and_interfaces_1.ets.autofix.json112 "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/
Ddeclaration-3d-array-enum-number-expected.txt291 "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 …]
Ddeclaration-3d-array-enum-string-expected.txt291 "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 …]
Ddeclaration-array-enum-string-expected.txt788 "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 …]
Ddeclaration-array-enum-number-expected.txt788 "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/
DobjectLiteralAssignability16-expected.txt442 "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/
Daarch64_imm_valid.h47 // 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/
Dconstpool_value.h65 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/
Dunnecessary_boxing.ets16 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/
DbuiltinMathClz32.ts38 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/
Dtype_decution_unnecessary_boxing.ets17 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/
Darrays-float.pa30 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/
Dtest_satisfies-expected.txt921 "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/
DCustomLong.ets20 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/
DTestClz64Function.ets24 assertEQ(clz64(result), 32);
25 assertEQ(clz64(result1), 32);
53 assertEQ(clz64(result1), 32);
60 assertEQ(clz64(result), 32);
69 assertEQ(clz64(result1), 32);

12345678910>>...78