Home
last modified time | relevance | path

Searched refs:_ni (Results 1 – 25 of 246) sorted by relevance

12345678910

/dports/games/leela-zero/leela-zero-0.17/src/kernels/clblast/
H A Dxgemm_part3.opencl50 for (int _ni = 0; _ni < NWI; _ni += 1) {
95 for (int _ni = 0; _ni < NWI/VWN; _ni += 1) {
97 bpm[_ni] = LocalToPrivateB(blm, _ni, kg);
100 bpm[_ni] = GlobalToPrivateB(bgm, _ni, kSizeN, idk);
106 for (int _ni = 0; _ni < NWI/VWN; _ni += 1) {
111 …cpm[(_ni*VWN + 0)*(MWI/VWM) + _mi] = MultiplyAddVector(cpm[(_ni*VWN + 0)*(MWI/VWM) + _mi], aval, b…
113 …cpm[(_ni*VWN + 0)*(MWI/VWM) + _mi] = MultiplyAddVector(cpm[(_ni*VWN + 0)*(MWI/VWM) + _mi], aval, b…
114 …cpm[(_ni*VWN + 1)*(MWI/VWM) + _mi] = MultiplyAddVector(cpm[(_ni*VWN + 1)*(MWI/VWM) + _mi], aval, b…
116 …cpm[(_ni*VWN + 0)*(MWI/VWM) + _mi] = MultiplyAddVector(cpm[(_ni*VWN + 0)*(MWI/VWM) + _mi], aval, b…
117 …cpm[(_ni*VWN + 1)*(MWI/VWM) + _mi] = MultiplyAddVector(cpm[(_ni*VWN + 1)*(MWI/VWM) + _mi], aval, b…
[all …]
H A Dxgemm_part2.opencl71 for (int _ni = 0; _ni < NWI; _ni += 1) {
80 int ng = _ni + get_local_id(1)*NWI;
82 int ng = _ni%VWN + get_local_id(1)*VWN + (_ni/VWN)*VWN*NDIMC;
90 vstorea_half(cpm[_ni * (MWI/VWM) + _mi], index, (__global half*)cgm);
92 vstorea_half2(cpm[_ni * (MWI/VWM) + _mi], index, (__global half*)cgm);
94 vstorea_half4(cpm[_ni * (MWI/VWM) + _mi], index, (__global half*)cgm);
96 vstorea_half8(cpm[_ni * (MWI/VWM) + _mi], index, (__global half*)cgm);
98 vstorea_half16(cpm[_ni * (MWI/VWM) + _mi], index, (__global half*)cgm);
101 cgm[index] = cpm[_ni * (MWI/VWM) + _mi];
H A Dxgemm_part1.opencl329 INLINE_FUNC realN GlobalToPrivateB(const __global memN* restrict bgm, const int _ni,
333 int ng = _ni + get_local_id(1)*(NWI/VWN);
335 int ng = get_local_id(1) + _ni*NDIMC;
391 INLINE_FUNC realN LocalToPrivateB(LOCAL_PTR memN* blm, const int _ni, const int kg) {
393 int ng = _ni + get_local_id(1)*(NWI/VWN);
395 int ng = get_local_id(1) + _ni*NDIMC;
/dports/misc/rump/buildrump.sh-b914579/src/sys/net80211/
H A Dieee80211_netbsd.h112 #define IEEE80211_NODE_SAVEQ_QLEN(_ni) ((_ni)->ni_savedq.ifq_len) argument
113 #define IEEE80211_NODE_SAVEQ_LOCK(_ni) argument
116 IEEE80211_NODE_SAVEQ_LOCK(_ni); \
117 IF_DEQUEUE(&(_ni)->ni_savedq, _m); \
119 IEEE80211_NODE_SAVEQ_UNLOCK(_ni); \
122 IEEE80211_NODE_SAVEQ_LOCK(_ni); \
124 IF_PURGE(&(_ni)->ni_savedq); \
125 IEEE80211_NODE_SAVEQ_UNLOCK(_ni); \
129 IF_DEQUEUE(&(_ni)->ni_savedq, m); \
137 (_ni)->ni_savedq.ifq_head = (_m); \
[all …]
H A Dieee80211_proto.h51 #define IEEE80211_SEND_MGMT(_ic,_ni,_type,_arg) \ argument
52 ((*(_ic)->ic_send_mgmt)(_ic, _ni, _type, _arg))
H A Dieee80211_var.h396 #define IEEE80211_NOTE(_ic, _m, _ni, _fmt, ...) do { \ argument
398 ieee80211_note_mac(_ic, (_ni)->ni_macaddr, _fmt, __VA_ARGS__);\
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/acid/
H A Dnetwork4 _ni() {
26 _ni = _ni+1;
31 _ni = _ni-1;
36 _ni = 0;
44 _ni();
46 _ni = _ni+1;
56 _ni = _ni - 1;
61 _ni = 0;
68 _ni();
135 _ni = _ni+1;
[all …]
/dports/science/code_saturne/code_saturne-7.1.0/preprocessor/util/
H A Decs_mem.h56 #define ECS_MALLOC(_ptr, _ni, _type) \ argument
57 _ptr = (_type *) ecs_mem_malloc(_ni, sizeof(_type), \
72 #define ECS_REALLOC(_ptr, _ni, _type) \ argument
73 _ptr = (_type *) ecs_mem_realloc(_ptr, _ni, sizeof(_type), \
113 #define ECS_MEMALIGN(_ptr, _align, _ni, _type) \ argument
114 _ptr = (_type *) ecs_mem_memalign(_align, _ni, sizeof(_type), \
/dports/science/code_saturne/code_saturne-7.1.0/src/bft/
H A Dbft_mem.h62 #define BFT_MALLOC(_ptr, _ni, _type) \ argument
63 _ptr = (_type *) bft_mem_malloc(_ni, sizeof(_type), \
78 #define BFT_REALLOC(_ptr, _ni, _type) \ argument
79 _ptr = (_type *) bft_mem_realloc(_ptr, _ni, sizeof(_type), \
119 #define BFT_MEMALIGN(_ptr, _align, _ni, _type) \ argument
120 _ptr = (_type *) bft_mem_memalign(_align, _ni, sizeof(_type), \
/dports/games/taisei/taisei-1.3.2/src/
H A Dstage.h31 #define TIMER(ptr) int *__timep = ptr; int _i = 0, _ni = 0; _i = _ni = _i;
33 #define FROM_TO(start,end,step) _ni = _ni; _i = (*__timep - (start))/(step); if(*__timep >= (start)…
48 _i = (*__timep - (start))/(step+dur); _ni = ((*__timep - (start)) % (step+dur))/istep; \
/dports/math/g2o/g2o-20201223_git/g2o/core/
H A Doptimization_algorithm_levenberg.cpp46 _ni(cst(2.)), in OptimizationAlgorithmLevenberg()
88 _ni = 2; in solve()
132 _ni = 2; in solve()
136 _currentLambda*=_ni; in solve()
137 _ni*=2; in solve()
H A Doptimization_algorithm_levenberg.h79 number_t _ni; variable
/dports/science/code_saturne/code_saturne-7.1.0/src/base/
H A Dcs_base_accel.h64 #define CS_MALLOC_HD(_ptr, _ni, _type, _mode) \ argument
65 _ptr = (_type *) cs_malloc_hd(_mode, _ni, sizeof(_type), \
84 #define CS_REALLOC_HD(_ptr, _ni, _type, _mode) \ argument
85 _ptr = (_type *) cs_realloc_hd(_ptr, _mode, _ni, sizeof(_type), \
508 #define cs_associate_device_ptr(_host_ptr, _ni, _size); argument
/dports/science/code_saturne/code_saturne-7.1.0/libple/src/
H A Dple_defs.h66 #define PLE_MALLOC(_ptr, _ni, _type) \ argument
67 _ptr = (_type *) ple_mem_malloc(_ni, sizeof(_type), \
82 #define PLE_REALLOC(_ptr, _ni, _type) \ argument
83 _ptr = (_type *) ple_mem_realloc(_ptr, _ni, sizeof(_type), \
/dports/multimedia/gavl/gavl-1.4.0/gavl/c/
H A Dsampleformat_c.c50 #define RENAME(a) a ## _ni
/dports/www/mnogosearch/mnogosearch-3.4.1/etc/langmap/
H A Dhr.cp1250.lm194 _ni 15311
H A Dhr.latin2.lm189 _ni 15657
H A Dpl.latin2.lm111 _ni 21119
H A Dtl.ascii.lm135 _ni 780
/dports/devel/boost-docs/boost_1_72_0/libs/endian/test/
H A DJamfile.v236 result += [ run $(sources) : : : <define>BOOST_ENDIAN_NO_INTRINSICS : $(sources[1]:B)_ni ] ;
/dports/devel/boost-python-libs/boost_1_72_0/libs/endian/test/
H A DJamfile.v236 result += [ run $(sources) : : : <define>BOOST_ENDIAN_NO_INTRINSICS : $(sources[1]:B)_ni ] ;
/dports/devel/boost-libs/boost_1_72_0/libs/endian/test/
H A DJamfile.v236 result += [ run $(sources) : : : <define>BOOST_ENDIAN_NO_INTRINSICS : $(sources[1]:B)_ni ] ;
/dports/audio/libcddb/libcddb-1.3.2/doc/
H A Ddoxygen.conf458 EXCLUDE_PATTERNS = *_ni.h \
/dports/devel/hyperscan/boost_1_75_0/libs/endian/test/
H A DJamfile.v233 return [ run $(sources) : : : <define>BOOST_ENDIAN_NO_INTRINSICS : $(sources[1]:B)_ni ] ;
/dports/devel/9base/9base-6/troff/
H A Dtdef.h480 #define ni envp->_ni
565 int _ni; member

12345678910