Home
last modified time | relevance | path

Searched refs:tmp_col (Results 1 – 25 of 80) sorted by relevance

1234

/dports/graphics/lightzone/LightZone-4.1.8-3-g36e87773/lightcrafts/extsrc/com/lightcrafts/media/jai/opimage/
H A DAffineBicubic2OpImage.java296 int tmp_col; in byteLoop() local
299 tmp_col = bandOffsets[k2]; in byteLoop()
548 int tmp_col; in intLoop() local
551 tmp_col = bandOffsets[k2]; in intLoop()
801 int tmp_col; in shortLoop() local
804 tmp_col = bandOffsets[k2]; in shortLoop()
1053 int tmp_col; in ushortLoop() local
1056 tmp_col = bandOffsets[k2]; in ushortLoop()
1302 int tmp_col; in floatLoop() local
1305 tmp_col = bandOffsets[k2]; in floatLoop()
[all …]
H A DAffineBicubicOpImage.java288 int tmp_col; in byteLoop() local
291 tmp_col = bandOffsets[k2]; in byteLoop()
552 int tmp_col; in intLoop() local
555 tmp_col = bandOffsets[k2]; in intLoop()
818 int tmp_col; in shortLoop() local
821 tmp_col = bandOffsets[k2]; in shortLoop()
1083 int tmp_col; in ushortLoop() local
1086 tmp_col = bandOffsets[k2]; in ushortLoop()
1347 int tmp_col; in floatLoop() local
1350 tmp_col = bandOffsets[k2]; in floatLoop()
[all …]
H A DAffineBilinearOpImage.java259 int tmp_col; in byteLoop() local
265 tmp_col = bandOffsets[k2]; in byteLoop()
435 int tmp_col; in intLoop() local
441 tmp_col = bandOffsets[k2]; in intLoop()
610 int tmp_col; in shortLoop() local
616 tmp_col = bandOffsets[k2]; in shortLoop()
784 int tmp_col; in ushortLoop() local
790 tmp_col = bandOffsets[k2]; in ushortLoop()
956 int tmp_col; in floatLoop() local
962 tmp_col = bandOffsets[k2]; in floatLoop()
[all …]
/dports/games/libretro-desmume2015/desmume2015-d6128e6/desmume/src/
H A Dtexcache.cpp533 u32 tmp_col[4]; in scan() local
547tmp_col[2] = ( (((tmp_col[0] & 0xFF000000) >> 1)+((tmp_col[1] & 0xFF000000) >> 1)) & 0xFF000000 )… in scan()
548 … ( (((tmp_col[0] & 0x00FF0000) + (tmp_col[1] & 0x00FF0000)) >> 1) & 0x00FF0000 ) | in scan()
553tmp_col[2] = ( (((tmp_col[0] & 0x00FF00FF) + (tmp_col[1] & 0x00FF00FF)) >> 1) & 0x00FF00FF ) | in scan()
554 ( (((tmp_col[0] & 0x0000FF00) + (tmp_col[1] & 0x0000FF00)) >> 1) & 0x0000FF00 ) | in scan()
603 tmp_col[i] >>= 2; in scan()
604 tmp_col[i] &= 0x3F3F3F00; in scan()
605 tmp_col[i] |= a; in scan()
608 tmp_col[i] >>= 2; in scan()
609 tmp_col[i] &= 0x003F3F3F; in scan()
[all …]
/dports/math/py-cryptominisat/cryptominisat-5.8.0/src/
H A Dpackedrow.cpp134 PackedRow& tmp_col, in propGause() argument
142 uint32_t pop = tmp_col.set_and_until_popcnt_atleast2(*this, cols_unset); in propGause()
152 for (int i = 0; i < size; i++) if (tmp_col.mp[i]) { in propGause()
153 int64_t tmp = tmp_col.mp[i]; in propGause()
160 assert(tmp_col[col] == 1); in propGause()
192 for (int i = 0; i < size; i++) if (tmp_col.mp[i]) { in propGause()
193 int at = scan_fwd_64b(tmp_col.mp[i]); in propGause()
198 assert(tmp_col[col] == 1); in propGause()
H A Dgaussian.cpp86 delete tmp_col; in ~EGaussian()
351 delete tmp_col; in full_init()
364 tmp_col = new PackedRow(num_64b, x); in full_init()
372 tmp_col->rhs() = 0; in full_init()
663 *tmp_col, in find_truths()
932 *tmp_col, in eliminate_col()
/dports/math/cryptominisat/cryptominisat-5.8.0/src/
H A Dpackedrow.cpp134 PackedRow& tmp_col, in propGause() argument
142 uint32_t pop = tmp_col.set_and_until_popcnt_atleast2(*this, cols_unset); in propGause()
152 for (int i = 0; i < size; i++) if (tmp_col.mp[i]) { in propGause()
153 int64_t tmp = tmp_col.mp[i]; in propGause()
160 assert(tmp_col[col] == 1); in propGause()
192 for (int i = 0; i < size; i++) if (tmp_col.mp[i]) { in propGause()
193 int at = scan_fwd_64b(tmp_col.mp[i]); in propGause()
198 assert(tmp_col[col] == 1); in propGause()
H A Dgaussian.cpp86 delete tmp_col; in ~EGaussian()
351 delete tmp_col; in full_init()
364 tmp_col = new PackedRow(num_64b, x); in full_init()
372 tmp_col->rhs() = 0; in full_init()
663 *tmp_col, in find_truths()
932 *tmp_col, in eliminate_col()
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mshadow/guide/neuralnet/
H A Dconvnet.cu76 tmp_col.set_stream(stream); in ConvNet()
105 ConvForward(ninput, Ki2h, nhidden, ksize, kstride, tmp_col, tmp_dst); in Forward()
160 TensorContainer<xpu, 2, real_t> &tmp_col, in ConvForward() argument
168 tmp_col.Resize(Shape2(in.size(1)*ksize*ksize, nbatch*oheight*owidth)); in ConvForward()
171 tmp_col = unpack_patch2col(in, ksize, ksize, kstride, kstride, 1, 1); in ConvForward()
172 tmp_dst = dot(kernel, tmp_col); in ConvForward()
190 tmp_col.Resize(Shape2(in.size(1) * ksize * ksize, in ConvBackWard()
194 tmp_col = unpack_patch2col(in, ksize, ksize, kstride, kstride, 1, 1); in ConvBackWard()
196 g_kernel = dot(tmp_dst, tmp_col.T()); in ConvBackWard()
198 tmp_col = dot(kernel.T(), tmp_dst); in ConvBackWard()
[all …]
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/3rdparty/mshadow/guide/neuralnet/
H A Dconvnet.cu76 tmp_col.set_stream(stream); in ConvNet()
105 ConvForward(ninput, Ki2h, nhidden, ksize, kstride, tmp_col, tmp_dst); in Forward()
160 TensorContainer<xpu, 2, real_t> &tmp_col, in ConvForward() argument
168 tmp_col.Resize(Shape2(in.size(1)*ksize*ksize, nbatch*oheight*owidth)); in ConvForward()
171 tmp_col = unpack_patch2col(in, ksize, ksize, kstride, kstride, 1, 1); in ConvForward()
172 tmp_dst = dot(kernel, tmp_col); in ConvForward()
190 tmp_col.Resize(Shape2(in.size(1) * ksize * ksize, in ConvBackWard()
194 tmp_col = unpack_patch2col(in, ksize, ksize, kstride, kstride, 1, 1); in ConvBackWard()
196 g_kernel = dot(tmp_dst, tmp_col.T()); in ConvBackWard()
198 tmp_col = dot(kernel.T(), tmp_dst); in ConvBackWard()
[all …]
/dports/biology/sra-tools/sra-tools-2.11.0/tools/sra-sort/
H A Dposlen-col-pair.c74 const MapFile *tmp_col; member
102 ON_FAIL ( MapFileRelease ( self -> tmp_col, ctx ) ) in PoslenColReaderWhack()
107 self -> tmp_col = NULL; in PoslenColReaderWhack()
138 return MapFileCount ( self -> tmp_col, ctx ); in PoslenColReaderIdRange()
224 …ON_FAIL ( num_read = MapFileReadPoslen ( self -> tmp_col, ctx, self -> start_id, self -> buff, sel… in PoslenColReaderRead()
259 const MapFile *tmp_col, const char *colspec ) in TablePairMakePoslenColReader() argument
270 TRY ( col -> first_id = MapFileFirst ( tmp_col, ctx ) ) in TablePairMakePoslenColReader()
272 TRY ( col -> tmp_col = MapFileDuplicate ( tmp_col, ctx ) ) in TablePairMakePoslenColReader()
H A Dposlen-col-pair.h53 struct MapFile const *tmp_col, const char *colspec );
/dports/textproc/uncrustify/uncrustify-uncrustify-0.74.0/src/
H A Dalign_stack.cpp236 size_t tmp_col = ref->column; in Add() local
239 __func__, __LINE__, tmp_col); in Add()
250 tmp_col += space_col_align(tmp, next); in Add()
252 __func__, __LINE__, next->column, next->level, tmp_col); in Add()
254 if (next->column != tmp_col) in Add()
257 align_to_column(next, tmp_col); in Add()
519 const size_t tmp_col = m_max_col - pc->align.col_adj; in Flush() local
524 && pc->column != tmp_col) in Flush()
545 … __func__, __LINE__, pc->orig_line, pc->orig_col, pc->text(), tmp_col, pc->align.col_adj); in Flush()
546 align_to_column(pc, tmp_col); in Flush()
/dports/textproc/yamcha/yamcha-0.33/src/
H A Dfeature_index.cpp130 std::set <int> tmp_row, tmp_col; in setFeature() local
144 for (int j = start; j <= end; j++) tmp_col.insert (j); in setFeature()
149 for (std::set<int>::iterator cit = tmp_col.begin(); cit != tmp_col.end(); ++cit) in setFeature()
153 for (std::set<int>::iterator cit = tmp_col.begin(); cit != tmp_col.end(); ++cit) in setFeature()
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mshadow/test/
H A Dunpack.cu67 mshadow::TensorContainer<xpua, 2> tmp_col; in RunTask() local
76 tmp_col.Resize(mshadow::Shape2(in.size(1)*ksize*ksize, nbatch*oheight*owidth)); in RunTask()
78 tmp_col = mshadow::expr::unpack_patch2col(in, ksize, ksize, kstride); in RunTask()
86 mshadow::Copy(tc, tmp_col); in RunTask()
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/3rdparty/mshadow/test/
H A Dunpack.cu67 mshadow::TensorContainer<xpua, 2> tmp_col; in RunTask() local
76 tmp_col.Resize(mshadow::Shape2(in.size(1)*ksize*ksize, nbatch*oheight*owidth)); in RunTask()
78 tmp_col = mshadow::expr::unpack_patch2col(in, ksize, ksize, kstride); in RunTask()
86 mshadow::Copy(tc, tmp_col); in RunTask()
/dports/games/zangband/zangband/src/
H A Dgrid.c757 int tmp_row, tmp_col; in build_tunnel() local
794 tmp_col = col1 + col_dir; in build_tunnel()
811 tmp_col = col1 + col_dir; in build_tunnel()
816 c_ptr = cave_p(tmp_col, tmp_row); in build_tunnel()
832 x = tmp_col + col_dir; in build_tunnel()
848 col1 = tmp_col; in build_tunnel()
878 col1 = tmp_col; in build_tunnel()
886 col1 = tmp_col; in build_tunnel()
905 col1 = tmp_col; in build_tunnel()
930 tmp_col = col1 - start_col; in build_tunnel()
[all …]
/dports/devel/libfirm/libfirm-1.21.0/ir/be/
H A Dbecopyheur4.c160 res->tmp_col = -1; in co_mst_irn_init()
263 return node->tmp_col >= 0 ? node->tmp_col : node->col; in get_mst_irn_col()
929 assert(n->tmp_col >= 0); in reject_coloring()
930 n->tmp_col = -1; in reject_coloring()
939 assert(n->tmp_col >= 0); in materialize_coloring()
940 n->col = n->tmp_col; in materialize_coloring()
941 n->tmp_col = -1; in materialize_coloring()
950 assert(node->tmp_col < 0); in set_temp_color()
955 node->tmp_col = col; in set_temp_color()
960 return !node->fixed && node->tmp_col < 0; in is_loose()
[all …]
/dports/games/moria/umoria/source/
H A Dgenerate.c1056 register int tmp_row, tmp_col, i, j; local
1091 tmp_col = col1 + col_dir;
1099 tmp_col = col1 + col_dir;
1101 c_ptr = &cave[tmp_row][tmp_col];
1105 col1 = tmp_col;
1120 col1 = tmp_col;
1141 col1 = tmp_col;
1158 tmp_col = col1 - start_col;
1159 if (tmp_col < 0) tmp_col = -tmp_col;
1160 if (tmp_row > 10 || tmp_col > 10)
[all …]
/dports/games/atomix/atomix-3.34.0/src/
H A Dboard-gtk.c142 guint src_row, src_col, dest_row, dest_col, tmp_row, tmp_col; in move_item() local
153 tmp_col = dest_col = src_col; in move_item()
166 tmp_col = tmp_col - 1; in move_item()
170 tmp_col = tmp_col + 1; in move_item()
177 tmp_col >= playfield_get_n_cols (board_sce)) in move_item()
180 tile = playfield_get_tile (board_sce, tmp_row, tmp_col); in move_item()
188 dest_col = tmp_col; in move_item()
/dports/x11-fm/pcmanfm/pcmanfm-1.3.2/src/
H A Dapp-config.c248 FmFolderModelCol tmp_col = FM_FOLDER_MODEL_COL_DEFAULT; in _parse_sort() local
253 tmp_col = fm_folder_model_get_col_by_name(sort[tmp_int]); in _parse_sort()
266 if (tmp_col != FM_FOLDER_MODEL_COL_DEFAULT) in _parse_sort()
267 *col = tmp_col; in _parse_sort()
350 FmFolderModelCol tmp_col = FM_FOLDER_MODEL_COL_DEFAULT; in _parse_config_for_path() local
355 tmp_col = fm_folder_model_get_col_by_name(sort[tmp_int]); in _parse_config_for_path()
368 if (tmp_col != FM_FOLDER_MODEL_COL_DEFAULT) in _parse_config_for_path()
369 *by = tmp_col; in _parse_config_for_path()
/dports/math/amgcl/amgcl-1.4.2/amgcl/detail/
H A Dspgemm.hpp442 std::vector< std::vector<Idx> > tmp_col(nthreads); in spgemm_rmerge() local
446 tmp_col[i].resize(3 * max_row_width); in spgemm_rmerge()
462 Idx *t_col = &tmp_col[tid][0]; in spgemm_rmerge()
486 Idx *t_col = tmp_col[tid].data(); in spgemm_rmerge()
/dports/graphics/blender/blender-2.91.0/intern/cycles/kernel/shaders/
H A Dnode_principled_bsdf.osl99 color tmp_col = color(1.0, 1.0, 1.0) * (1.0 - SpecularTint) + m_ctint * SpecularTint;
101 color Cspec0 = (Specular * 0.08 * tmp_col) * (1.0 - Metallic) + BaseColor * Metallic;
/dports/editors/the/THE-3.3RC4/
H A Dcomm3.c394 LENGTHTYPE tmp_col; local
858 tmp_col = CURRENT_VIEW->mark_end_col;
860 CURRENT_VIEW->mark_start_col = tmp_col;
865 tmp_col = CURRENT_VIEW->mark_end_col;
867 CURRENT_VIEW->mark_start_col = tmp_col;
892 tmp_col = CURRENT_VIEW->mark_end_col;
894 CURRENT_VIEW->mark_start_col = tmp_col;
/dports/games/mangband/mangband-1.5.3/src/server/
H A Dgenerate.c2608 int tmp_row, tmp_col; in build_tunnel() local
2650 tmp_col = col1 + col_dir; in build_tunnel()
2667 tmp_col = col1 + col_dir; in build_tunnel()
2672 c_ptr = &cave[Depth][tmp_row][tmp_col]; in build_tunnel()
2689 x = tmp_col + col_dir; in build_tunnel()
2701 col1 = tmp_col; in build_tunnel()
2770 col1 = tmp_col; in build_tunnel()
2778 col1 = tmp_col; in build_tunnel()
2820 col1 = tmp_col; in build_tunnel()
2866 tmp_col = col1 - start_col; in build_tunnel()
[all …]

1234