Home
last modified time | relevance | path

Searched defs:ptr (Results 1 – 25 of 13375) sorted by relevance

12345678910>>...535

/dports/x11-toolkits/lesstif/lesstif-0.95.2/test/Xm/misc/
H A Dtest16.c1338 CoreClassPart *ptr = &(base->core_class); in DoClass() local
1410 XmListClassPart *ptr = &(((XmListClassRec *)base)->list_class); in DoClass() local
1418 XmSashClassPart *ptr = &(((XmSashClassRec *)base)->sash_class); in DoClass() local
1454 XmTextClassPart *ptr = &(((XmTextClassRec *)base)->text_class); in DoClass() local
1649 ShellClassPart *ptr = &(((ShellClassRec *)base)->shell_class); in DoClass() local
1778 XmExtClassPart *ptr = &(((XmExtClassRec *)base)->ext_class); in DoClass() local
2019 CoreClassPart *ptr = &(base->core_class); in DoSynResources() local
2047 XmExtClassPart *ptr = &(((XmExtClassRec *)base)->ext_class); in DoSynResources() local
2119 CoreClassPart *ptr = &(base->core_class); in DoActions() local
2197 CoreClassPart *ptr = &(base->core_class); in DoResources() local
[all …]
/dports/games/vultures-eye/vulture-2.3.67/unnethack/include/
H A Dmondata.h8 #define verysmall(ptr) ((ptr)->msize < MZ_SMALL) argument
9 #define bigmonst(ptr) ((ptr)->msize >= MZ_LARGE) argument
10 #define hugemonst(ptr) ((ptr)->msize >= MZ_HUGE) argument
29 #define is_floater(ptr) ((ptr)->mlet == S_EYE) argument
36 #define noncorporeal(ptr) ((ptr)->mlet == S_GHOST) argument
42 #define eyecount(ptr) (!haseyes(ptr) ? 0 : \ argument
49 #define has_horns(ptr) (num_horns(ptr) > 0) argument
72 #define is_armed(ptr) attacktype(ptr, AT_WEAP) argument
97 #define is_golem(ptr) ((ptr)->mlet == S_GOLEM) argument
119 #define is_ndemon(ptr) (is_demon(ptr) && \ argument
[all …]
/dports/games/nethack36-nox11/NetHack-NetHack-3.6.6_Released/include/
H A Dmondata.h38 #define amphibious(ptr) \ argument
59 #define eyecount(ptr) \ argument
68 #define is_whirly(ptr) \ argument
82 #define slimeproof(ptr) \ argument
137 #define is_ndemon(ptr) \ argument
146 #define webmaker(ptr) \ argument
156 #define is_mplayer(ptr) \ argument
158 #define is_watch(ptr) \ argument
182 #define likes_lava(ptr) \ argument
204 #define nonliving(ptr) \ argument
[all …]
/dports/games/nethack36/NetHack-NetHack-3.6.6_Released/include/
H A Dmondata.h38 #define amphibious(ptr) \ argument
59 #define eyecount(ptr) \ argument
68 #define is_whirly(ptr) \ argument
82 #define slimeproof(ptr) \ argument
137 #define is_ndemon(ptr) \ argument
146 #define webmaker(ptr) \ argument
156 #define is_mplayer(ptr) \ argument
158 #define is_watch(ptr) \ argument
182 #define likes_lava(ptr) \ argument
204 #define nonliving(ptr) \ argument
[all …]
/dports/games/unnethack/unnethack-5.1.0-20131208/include/
H A Dmondata.h8 #define verysmall(ptr) ((ptr)->msize < MZ_SMALL) argument
9 #define bigmonst(ptr) ((ptr)->msize >= MZ_LARGE) argument
10 #define hugemonst(ptr) ((ptr)->msize >= MZ_HUGE) argument
29 #define is_floater(ptr) ((ptr)->mlet == S_EYE) argument
42 #define eyecount(ptr) (!haseyes(ptr) ? 0 : \ argument
49 #define has_horns(ptr) (num_horns(ptr) > 0) argument
73 #define is_armed(ptr) attacktype(ptr, AT_WEAP) argument
108 #define is_golem(ptr) ((ptr)->mlet == S_GOLEM) argument
131 #define is_ndemon(ptr) (is_demon(ptr) && \ argument
243 #define vegetarian(ptr) (vegan(ptr) || \ argument
[all …]
/dports/games/xnethack/xNetHack-xnh6.1/include/
H A Dmondata.h32 #define resists_mgc(ptr) \ argument
36 #define resists_drain(ptr) \ argument
52 #define amphibious(ptr) \ argument
74 #define eyecount(ptr) \ argument
83 #define is_whirly(ptr) \ argument
97 #define slimeproof(ptr) \ argument
149 #define is_zombie(ptr) \ argument
180 #define is_ndemon(ptr) \ argument
189 #define webmaker(ptr) \ argument
201 #define is_watch(ptr) \ argument
[all …]
/dports/games/nethack33/nethack-3.3.1/include/
H A Dmondata.h8 #define verysmall(ptr) ((ptr)->msize < MZ_SMALL) argument
9 #define bigmonst(ptr) ((ptr)->msize >= MZ_LARGE) argument
23 #define is_floater(ptr) ((ptr)->mlet == S_EYE) argument
30 #define noncorporeal(ptr) ((ptr)->mlet == S_GHOST) argument
57 #define is_armed(ptr) attacktype(ptr, AT_WEAP) argument
72 #define is_bat(ptr) ((ptr) == &mons[PM_BAT] || \ argument
77 #define is_golem(ptr) ((ptr)->mlet == S_GOLEM) argument
98 #define is_ndemon(ptr) (is_demon(ptr) && \ argument
103 #define is_lminion(ptr) (is_minion(ptr) && \ argument
157 #define vegan(ptr) ((ptr)->mlet == S_BLOB || \ argument
[all …]
/dports/games/nethack33-nox11/nethack-3.3.1/include/
H A Dmondata.h8 #define verysmall(ptr) ((ptr)->msize < MZ_SMALL) argument
9 #define bigmonst(ptr) ((ptr)->msize >= MZ_LARGE) argument
23 #define is_floater(ptr) ((ptr)->mlet == S_EYE) argument
30 #define noncorporeal(ptr) ((ptr)->mlet == S_GHOST) argument
57 #define is_armed(ptr) attacktype(ptr, AT_WEAP) argument
72 #define is_bat(ptr) ((ptr) == &mons[PM_BAT] || \ argument
77 #define is_golem(ptr) ((ptr)->mlet == S_GOLEM) argument
98 #define is_ndemon(ptr) (is_demon(ptr) && \ argument
103 #define is_lminion(ptr) (is_minion(ptr) && \ argument
157 #define vegan(ptr) ((ptr)->mlet == S_BLOB || \ argument
[all …]
/dports/games/falconseye/falconseye-1.9.3_11/include/
H A Dmondata.h8 #define verysmall(ptr) ((ptr)->msize < MZ_SMALL) argument
9 #define bigmonst(ptr) ((ptr)->msize >= MZ_LARGE) argument
23 #define is_floater(ptr) ((ptr)->mlet == S_EYE) argument
30 #define noncorporeal(ptr) ((ptr)->mlet == S_GHOST) argument
57 #define is_armed(ptr) attacktype(ptr, AT_WEAP) argument
72 #define is_bat(ptr) ((ptr) == &mons[PM_BAT] || \ argument
77 #define is_golem(ptr) ((ptr)->mlet == S_GOLEM) argument
98 #define is_ndemon(ptr) (is_demon(ptr) && \ argument
103 #define is_lminion(ptr) (is_minion(ptr) && \ argument
157 #define vegan(ptr) ((ptr)->mlet == S_BLOB || \ argument
[all …]
/dports/games/nethack34/nethack-3.4.3/include/
H A Dmondata.h8 #define verysmall(ptr) ((ptr)->msize < MZ_SMALL) argument
9 #define bigmonst(ptr) ((ptr)->msize >= MZ_LARGE) argument
28 #define is_floater(ptr) ((ptr)->mlet == S_EYE) argument
35 #define noncorporeal(ptr) ((ptr)->mlet == S_GHOST) argument
41 #define eyecount(ptr) (!haseyes(ptr) ? 0 : \ argument
48 #define has_horns(ptr) (num_horns(ptr) > 0) argument
71 #define is_armed(ptr) attacktype(ptr, AT_WEAP) argument
91 #define is_golem(ptr) ((ptr)->mlet == S_GOLEM) argument
113 #define is_ndemon(ptr) (is_demon(ptr) && \ argument
175 #define vegan(ptr) ((ptr)->mlet == S_BLOB || \ argument
[all …]
/dports/games/nethack34-nox11/nethack-3.4.3/include/
H A Dmondata.h8 #define verysmall(ptr) ((ptr)->msize < MZ_SMALL) argument
9 #define bigmonst(ptr) ((ptr)->msize >= MZ_LARGE) argument
28 #define is_floater(ptr) ((ptr)->mlet == S_EYE) argument
35 #define noncorporeal(ptr) ((ptr)->mlet == S_GHOST) argument
41 #define eyecount(ptr) (!haseyes(ptr) ? 0 : \ argument
48 #define has_horns(ptr) (num_horns(ptr) > 0) argument
71 #define is_armed(ptr) attacktype(ptr, AT_WEAP) argument
91 #define is_golem(ptr) ((ptr)->mlet == S_GOLEM) argument
113 #define is_ndemon(ptr) (is_demon(ptr) && \ argument
175 #define vegan(ptr) ((ptr)->mlet == S_BLOB || \ argument
[all …]
/dports/games/vultures-eye/vulture-2.3.67/nethack/include/
H A Dmondata.h8 #define verysmall(ptr) ((ptr)->msize < MZ_SMALL) argument
9 #define bigmonst(ptr) ((ptr)->msize >= MZ_LARGE) argument
28 #define is_floater(ptr) ((ptr)->mlet == S_EYE) argument
35 #define noncorporeal(ptr) ((ptr)->mlet == S_GHOST) argument
41 #define eyecount(ptr) (!haseyes(ptr) ? 0 : \ argument
48 #define has_horns(ptr) (num_horns(ptr) > 0) argument
71 #define is_armed(ptr) attacktype(ptr, AT_WEAP) argument
91 #define is_golem(ptr) ((ptr)->mlet == S_GOLEM) argument
113 #define is_ndemon(ptr) (is_demon(ptr) && \ argument
175 #define vegan(ptr) ((ptr)->mlet == S_BLOB || \ argument
[all …]
/dports/games/vultures-eye/vulture-2.3.67/slashem/include/
H A Dmondata.h8 #define verysmall(ptr) ((ptr)->msize < MZ_SMALL) argument
9 #define bigmonst(ptr) ((ptr)->msize >= MZ_LARGE) argument
40 #define is_floater(ptr) ((ptr)->mlet == S_EYE) argument
47 #define noncorporeal(ptr) ((ptr)->mlet == S_GHOST) argument
53 #define eyecount(ptr) (!haseyes(ptr) ? 0 : \ argument
60 #define has_horns(ptr) (num_horns(ptr) > 0) argument
84 #define is_armed(ptr) attacktype(ptr, AT_WEAP) argument
106 #define is_golem(ptr) ((ptr)->mlet == S_GOLEM) argument
133 #define is_ndemon(ptr) (is_demon(ptr) && \ argument
228 #define vegetarian(ptr) (vegan(ptr) || \ argument
[all …]
/dports/science/qmcpack/qmcpack-3.11.0/external_codes/boost_multi/multi/memory/adaptors/cuda/managed/
H A Dptr.hpp55 raw_pointer rp_;
58 ptr(raw_pointer rp) : rp_{rp}{} in ptr() function
62 ptr(std::nullptr_t n) : rp_{n}{} in ptr() argument
64 ptr(Other const& o) : rp_{o.rp_}{} in ptr() argument
87 raw_pointer rp_;
89 ptr(ptr<void const> const& p) : rp_{const_cast<void*>(p.rp_)}{} in ptr() argument
94 template<class Other> ptr(ptr<Other> const& p) : rp_{p.rp_}{} in ptr() argument
95 explicit ptr(raw_pointer rp) : rp_{rp}{} in ptr() argument
98 ptr(std::nullptr_t n) : rp_{n}{} in ptr() function
100 ptr(Other const& o) : rp_{o.rp_}{} in ptr() argument
[all …]
/dports/net/netwib/netwib-5.38.0-src/src/netwib/sys/debug/
H A Dleak.h98 …#define netwib_debug_leak_add_ring(ptr) netwib_debug_leak_add_generic(ptr,NETWIB_DEBUG_LEAKTYPE_RI… argument
99 …#define netwib_debug_leak_del_ring(ptr) netwib_debug_leak_del_generic(ptr,NETWIB_DEBUG_LEAKTYPE_RI… argument
108 …#define netwib_debug_leak_add_hash(ptr) netwib_debug_leak_add_generic(ptr,NETWIB_DEBUG_LEAKTYPE_HA… argument
109 …#define netwib_debug_leak_del_hash(ptr) netwib_debug_leak_del_generic(ptr,NETWIB_DEBUG_LEAKTYPE_HA… argument
125 #define netwib_debug_leak_add_dir(ptr) netwib_debug_leak_add_generic(ptr,NETWIB_DEBUG_LEAKTYPE_DIR) argument
126 #define netwib_debug_leak_del_dir(ptr) netwib_debug_leak_del_generic(ptr,NETWIB_DEBUG_LEAKTYPE_DIR) argument
132 #define netwib_debug_leak_add_io(ptr) netwib_debug_leak_add_generic(ptr,NETWIB_DEBUG_LEAKTYPE_IO) argument
133 #define netwib_debug_leak_del_io(ptr) netwib_debug_leak_del_generic(ptr,NETWIB_DEBUG_LEAKTYPE_IO) argument
134 …#define netwib_debug_leak_valid_io(ptr) netwib_debug_leak_valid_generic(ptr,NETWIB_DEBUG_LEAKTYPE_… argument
188 #define netwib_debug_leak_add_ips(ptr) netwib_debug_leak_add_generic(ptr,NETWIB_DEBUG_LEAKTYPE_IPS) argument
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/CodeGen/
H A Daarch64-bf16-ldst-intrinsics.c10 bfloat16x4_t test_vld1_bf16(bfloat16_t const *ptr) { in test_vld1_bf16()
19 bfloat16x8_t test_vld1q_bf16(bfloat16_t const *ptr) { in test_vld1q_bf16()
50 bfloat16x4_t test_vld1_dup_bf16(bfloat16_t const *ptr) { in test_vld1_dup_bf16()
63 bfloat16x4x2_t test_vld1_bf16_x2(bfloat16_t const *ptr) { in test_vld1_bf16_x2()
77 bfloat16x4x3_t test_vld1_bf16_x3(bfloat16_t const *ptr) { in test_vld1_bf16_x3()
118 bfloat16x4x2_t test_vld2_bf16(bfloat16_t const *ptr) { in test_vld2_bf16()
127 bfloat16x8x2_t test_vld2q_bf16(bfloat16_t const *ptr) { in test_vld2q_bf16()
150 bfloat16x4x3_t test_vld3_bf16(bfloat16_t const *ptr) { in test_vld3_bf16()
158 bfloat16x8x3_t test_vld3q_bf16(bfloat16_t const *ptr) { in test_vld3q_bf16()
183 bfloat16x4x4_t test_vld4_bf16(bfloat16_t const *ptr) { in test_vld4_bf16()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/CodeGen/
H A Daarch64-bf16-ldst-intrinsics.c10 bfloat16x4_t test_vld1_bf16(bfloat16_t const *ptr) { in test_vld1_bf16()
19 bfloat16x8_t test_vld1q_bf16(bfloat16_t const *ptr) { in test_vld1q_bf16()
50 bfloat16x4_t test_vld1_dup_bf16(bfloat16_t const *ptr) { in test_vld1_dup_bf16()
63 bfloat16x4x2_t test_vld1_bf16_x2(bfloat16_t const *ptr) { in test_vld1_bf16_x2()
77 bfloat16x4x3_t test_vld1_bf16_x3(bfloat16_t const *ptr) { in test_vld1_bf16_x3()
118 bfloat16x4x2_t test_vld2_bf16(bfloat16_t const *ptr) { in test_vld2_bf16()
127 bfloat16x8x2_t test_vld2q_bf16(bfloat16_t const *ptr) { in test_vld2q_bf16()
150 bfloat16x4x3_t test_vld3_bf16(bfloat16_t const *ptr) { in test_vld3_bf16()
158 bfloat16x8x3_t test_vld3q_bf16(bfloat16_t const *ptr) { in test_vld3q_bf16()
183 bfloat16x4x4_t test_vld4_bf16(bfloat16_t const *ptr) { in test_vld4_bf16()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/CodeGen/
H A Daarch64-bf16-ldst-intrinsics.c8 bfloat16x4_t test_vld1_bf16(bfloat16_t const *ptr) { in test_vld1_bf16()
17 bfloat16x8_t test_vld1q_bf16(bfloat16_t const *ptr) { in test_vld1q_bf16()
48 bfloat16x4_t test_vld1_dup_bf16(bfloat16_t const *ptr) { in test_vld1_dup_bf16()
61 bfloat16x4x2_t test_vld1_bf16_x2(bfloat16_t const *ptr) { in test_vld1_bf16_x2()
75 bfloat16x4x3_t test_vld1_bf16_x3(bfloat16_t const *ptr) { in test_vld1_bf16_x3()
116 bfloat16x4x2_t test_vld2_bf16(bfloat16_t const *ptr) { in test_vld2_bf16()
125 bfloat16x8x2_t test_vld2q_bf16(bfloat16_t const *ptr) { in test_vld2q_bf16()
148 bfloat16x4x3_t test_vld3_bf16(bfloat16_t const *ptr) { in test_vld3_bf16()
156 bfloat16x8x3_t test_vld3q_bf16(bfloat16_t const *ptr) { in test_vld3q_bf16()
181 bfloat16x4x4_t test_vld4_bf16(bfloat16_t const *ptr) { in test_vld4_bf16()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/CodeGen/
H A Daarch64-bf16-ldst-intrinsics.c8 bfloat16x4_t test_vld1_bf16(bfloat16_t const *ptr) { in test_vld1_bf16()
17 bfloat16x8_t test_vld1q_bf16(bfloat16_t const *ptr) { in test_vld1q_bf16()
48 bfloat16x4_t test_vld1_dup_bf16(bfloat16_t const *ptr) { in test_vld1_dup_bf16()
61 bfloat16x4x2_t test_vld1_bf16_x2(bfloat16_t const *ptr) { in test_vld1_bf16_x2()
75 bfloat16x4x3_t test_vld1_bf16_x3(bfloat16_t const *ptr) { in test_vld1_bf16_x3()
116 bfloat16x4x2_t test_vld2_bf16(bfloat16_t const *ptr) { in test_vld2_bf16()
125 bfloat16x8x2_t test_vld2q_bf16(bfloat16_t const *ptr) { in test_vld2q_bf16()
148 bfloat16x4x3_t test_vld3_bf16(bfloat16_t const *ptr) { in test_vld3_bf16()
156 bfloat16x8x3_t test_vld3q_bf16(bfloat16_t const *ptr) { in test_vld3q_bf16()
181 bfloat16x4x4_t test_vld4_bf16(bfloat16_t const *ptr) { in test_vld4_bf16()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/CodeGen/
H A Daarch64-bf16-ldst-intrinsics.c10 bfloat16x4_t test_vld1_bf16(bfloat16_t const *ptr) { in test_vld1_bf16()
19 bfloat16x8_t test_vld1q_bf16(bfloat16_t const *ptr) { in test_vld1q_bf16()
50 bfloat16x4_t test_vld1_dup_bf16(bfloat16_t const *ptr) { in test_vld1_dup_bf16()
63 bfloat16x4x2_t test_vld1_bf16_x2(bfloat16_t const *ptr) { in test_vld1_bf16_x2()
77 bfloat16x4x3_t test_vld1_bf16_x3(bfloat16_t const *ptr) { in test_vld1_bf16_x3()
118 bfloat16x4x2_t test_vld2_bf16(bfloat16_t const *ptr) { in test_vld2_bf16()
127 bfloat16x8x2_t test_vld2q_bf16(bfloat16_t const *ptr) { in test_vld2q_bf16()
150 bfloat16x4x3_t test_vld3_bf16(bfloat16_t const *ptr) { in test_vld3_bf16()
158 bfloat16x8x3_t test_vld3q_bf16(bfloat16_t const *ptr) { in test_vld3q_bf16()
183 bfloat16x4x4_t test_vld4_bf16(bfloat16_t const *ptr) { in test_vld4_bf16()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/CodeGen/
H A Daarch64-bf16-ldst-intrinsics.c10 bfloat16x4_t test_vld1_bf16(bfloat16_t const *ptr) { in test_vld1_bf16()
19 bfloat16x8_t test_vld1q_bf16(bfloat16_t const *ptr) { in test_vld1q_bf16()
50 bfloat16x4_t test_vld1_dup_bf16(bfloat16_t const *ptr) { in test_vld1_dup_bf16()
63 bfloat16x4x2_t test_vld1_bf16_x2(bfloat16_t const *ptr) { in test_vld1_bf16_x2()
77 bfloat16x4x3_t test_vld1_bf16_x3(bfloat16_t const *ptr) { in test_vld1_bf16_x3()
118 bfloat16x4x2_t test_vld2_bf16(bfloat16_t const *ptr) { in test_vld2_bf16()
127 bfloat16x8x2_t test_vld2q_bf16(bfloat16_t const *ptr) { in test_vld2q_bf16()
150 bfloat16x4x3_t test_vld3_bf16(bfloat16_t const *ptr) { in test_vld3_bf16()
158 bfloat16x8x3_t test_vld3q_bf16(bfloat16_t const *ptr) { in test_vld3q_bf16()
183 bfloat16x4x4_t test_vld4_bf16(bfloat16_t const *ptr) { in test_vld4_bf16()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/CodeGen/
H A Daarch64-bf16-ldst-intrinsics.c10 bfloat16x4_t test_vld1_bf16(bfloat16_t const *ptr) { in test_vld1_bf16()
19 bfloat16x8_t test_vld1q_bf16(bfloat16_t const *ptr) { in test_vld1q_bf16()
50 bfloat16x4_t test_vld1_dup_bf16(bfloat16_t const *ptr) { in test_vld1_dup_bf16()
63 bfloat16x4x2_t test_vld1_bf16_x2(bfloat16_t const *ptr) { in test_vld1_bf16_x2()
77 bfloat16x4x3_t test_vld1_bf16_x3(bfloat16_t const *ptr) { in test_vld1_bf16_x3()
118 bfloat16x4x2_t test_vld2_bf16(bfloat16_t const *ptr) { in test_vld2_bf16()
127 bfloat16x8x2_t test_vld2q_bf16(bfloat16_t const *ptr) { in test_vld2q_bf16()
150 bfloat16x4x3_t test_vld3_bf16(bfloat16_t const *ptr) { in test_vld3_bf16()
158 bfloat16x8x3_t test_vld3q_bf16(bfloat16_t const *ptr) { in test_vld3q_bf16()
183 bfloat16x4x4_t test_vld4_bf16(bfloat16_t const *ptr) { in test_vld4_bf16()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/CodeGen/
H A Daarch64-bf16-ldst-intrinsics.c10 bfloat16x4_t test_vld1_bf16(bfloat16_t const *ptr) { in test_vld1_bf16()
19 bfloat16x8_t test_vld1q_bf16(bfloat16_t const *ptr) { in test_vld1q_bf16()
50 bfloat16x4_t test_vld1_dup_bf16(bfloat16_t const *ptr) { in test_vld1_dup_bf16()
63 bfloat16x4x2_t test_vld1_bf16_x2(bfloat16_t const *ptr) { in test_vld1_bf16_x2()
77 bfloat16x4x3_t test_vld1_bf16_x3(bfloat16_t const *ptr) { in test_vld1_bf16_x3()
118 bfloat16x4x2_t test_vld2_bf16(bfloat16_t const *ptr) { in test_vld2_bf16()
127 bfloat16x8x2_t test_vld2q_bf16(bfloat16_t const *ptr) { in test_vld2q_bf16()
150 bfloat16x4x3_t test_vld3_bf16(bfloat16_t const *ptr) { in test_vld3_bf16()
158 bfloat16x8x3_t test_vld3q_bf16(bfloat16_t const *ptr) { in test_vld3q_bf16()
183 bfloat16x4x4_t test_vld4_bf16(bfloat16_t const *ptr) { in test_vld4_bf16()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/CodeGen/
H A Daarch64-bf16-ldst-intrinsics.c10 bfloat16x4_t test_vld1_bf16(bfloat16_t const *ptr) { in test_vld1_bf16()
19 bfloat16x8_t test_vld1q_bf16(bfloat16_t const *ptr) { in test_vld1q_bf16()
50 bfloat16x4_t test_vld1_dup_bf16(bfloat16_t const *ptr) { in test_vld1_dup_bf16()
63 bfloat16x4x2_t test_vld1_bf16_x2(bfloat16_t const *ptr) { in test_vld1_bf16_x2()
77 bfloat16x4x3_t test_vld1_bf16_x3(bfloat16_t const *ptr) { in test_vld1_bf16_x3()
118 bfloat16x4x2_t test_vld2_bf16(bfloat16_t const *ptr) { in test_vld2_bf16()
127 bfloat16x8x2_t test_vld2q_bf16(bfloat16_t const *ptr) { in test_vld2q_bf16()
150 bfloat16x4x3_t test_vld3_bf16(bfloat16_t const *ptr) { in test_vld3_bf16()
158 bfloat16x8x3_t test_vld3q_bf16(bfloat16_t const *ptr) { in test_vld3q_bf16()
183 bfloat16x4x4_t test_vld4_bf16(bfloat16_t const *ptr) { in test_vld4_bf16()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/CodeGen/
H A Daarch64-bf16-ldst-intrinsics.c10 bfloat16x4_t test_vld1_bf16(bfloat16_t const *ptr) { in test_vld1_bf16()
19 bfloat16x8_t test_vld1q_bf16(bfloat16_t const *ptr) { in test_vld1q_bf16()
50 bfloat16x4_t test_vld1_dup_bf16(bfloat16_t const *ptr) { in test_vld1_dup_bf16()
63 bfloat16x4x2_t test_vld1_bf16_x2(bfloat16_t const *ptr) { in test_vld1_bf16_x2()
77 bfloat16x4x3_t test_vld1_bf16_x3(bfloat16_t const *ptr) { in test_vld1_bf16_x3()
118 bfloat16x4x2_t test_vld2_bf16(bfloat16_t const *ptr) { in test_vld2_bf16()
127 bfloat16x8x2_t test_vld2q_bf16(bfloat16_t const *ptr) { in test_vld2q_bf16()
150 bfloat16x4x3_t test_vld3_bf16(bfloat16_t const *ptr) { in test_vld3_bf16()
158 bfloat16x8x3_t test_vld3q_bf16(bfloat16_t const *ptr) { in test_vld3q_bf16()
183 bfloat16x4x4_t test_vld4_bf16(bfloat16_t const *ptr) { in test_vld4_bf16()
[all …]

12345678910>>...535