Home
last modified time | relevance | path

Searched refs:reshape (Results 1 – 25 of 13560) sorted by last modified time

12345678910>>...543

/dports/x11-wm/wm2/wm2-4/
H A DClient.C141 Boolean shouldHide, reshape; in manage() local
178 reshape = !mapped; in manage()
181 if ((m_sizeHints.flags & USPosition)) reshape = False; in manage()
182 if ((m_sizeHints.flags & PPosition) && shouldHide) reshape = False; in manage()
183 if ((m_transient != None)) reshape = False; in manage()
204 m_w = m_minWidth; m_fixedSize = False; reshape = True; in manage()
207 m_h = m_minHeight; m_fixedSize = False; reshape = True; in manage()
227 if (reshape && !m_fixedSize) XResizeWindow(d, m_window, m_w, m_h); in manage()
/dports/x11-toolkits/p5-Prima/Prima-1.63/examples/
H A Deyes.pl31 sub reshape subroutine
92 reshape( $_[0]) if $canshape;
123 $x-> icon( reshape( $x));
/dports/x11-fm/tdfsb/tdfsb-0.0.10/
H A Dtdfsb.c1194 void reshape (int w, int h) in reshape() function
2749 reshape(window->w,window->h); in keyboard()
2759 reshape(window->w,window->h); in keyboard()
3022 reshape(event.resize.w,event.resize.h); in main()
/dports/x11-clocks/tclock/tclock-1.0.1_3/
H A Dtclock.c194 reshape() in reshape() function
242 reshape(); in sigalrm()
/dports/textproc/link-grammar/link-grammar-5.8.0/data/en/words/
H A Dwords.v.4.11942 reshape.v
/dports/textproc/py-langid/langid.py-4153583/langid/
H A Dlangid.py183 nb_ptc = np.array(nb_ptc).reshape(nb_numfeats, len(nb_pc))
/dports/textproc/py-langid/langid.py-4153583/langid/tools/
H A DfeatWeights.py98 nb_ptc = np.array(nb_ptc).reshape(len(nb_ptc)/len(nb_pc), len(nb_pc))
/dports/science/PETSc/petsc-3.14.1/lib/petsc/bin/
H A Dpetsc_tas_analysis.py384 X = np.hstack((np.ones((x.shape[0],1)),x.reshape((x.shape[0],1))))
389 beta = np.dot(beta,y.reshape((y.shape[0],1)))
390 A = np.hstack((np.ones((x.shape[0],1)),x.reshape((x.shape[0],1))))
/dports/science/afni/afni-AFNI_21.3.16/src/pkundu/meica.libs/nibabel/tests/
H A Dtest_spatialimages.py160 data = np.arange(6).reshape((1,2,3))
229 data = np.arange(24, dtype=np.int32).reshape((2,3,4))
H A Dtest_trackvis.py51 points = np.arange(N*3).reshape((N,3))
52 scalars = np.arange(N*M).reshape((N,M)) + 100
129 xyz0 = np.tile(np.arange(5).reshape(5,1), (1, 3))
130 xyz1 = np.tile(np.arange(5).reshape(5,1) + 10, (1, 3))
171 ijk0 = np.arange(15).reshape((5,3)) / 2.0
419 aff[:3,:] = np.arange(12).reshape(3,4)
524 ijk0 = np.arange(15).reshape((5,3)) / 2.0
H A Dtest_utils.py54 in_arr = np.arange(24, dtype=dtype).reshape(shape)
110 arr = np.arange(10).reshape(5,2)
H A Dtest_orientations.py93 arr = np.arange(size).reshape(shape)
98 arr_pts = np.mgrid[:i,:j,:k].reshape((3,-1))
113 a = np.arange(24).reshape((2,3,4))
129 a = np.arange(24).reshape((2,3,4))
H A Dtest_spm99analyze.py48 data = np.arange(6, dtype=np.float64).reshape((1,2,3))
131 arr = np.arange(24, dtype=np.int32).reshape((2,3,4))
H A Dtest_files_interface.py84 data = np.arange(24, dtype='i4').reshape((2,3,4))
H A Dtest_filehandles.py37 arr = np.arange(24).reshape((2,3,4))
H A Dtest_nifti1.py229 nasty_aff = from_matvec(np.arange(9).reshape((3,3)), [9, 10, 11])
707 data = np.arange(np.prod(shape), dtype=npt).reshape(shape)
879 arr = np.arange(24).reshape((2,3,4))
894 arr = np.arange(24).reshape((2,3,4))
926 arr = np.arange(24).reshape((2,3,4))
H A Dtest_funcs.py34 data0 = np.arange(10).reshape(shape)
64 arr = np.arange(24).reshape((2,3,4,1))
H A Dtest_image_load_save.py56 data = np.arange(np.prod(shape), dtype=npt).reshape(shape)
71 data = np.arange(np.prod(shape), dtype='f4').reshape(shape)
111 data = np.arange(np.prod(shape), dtype=npt).reshape(shape)
154 data = np.arange(np.prod(shape), dtype=npt).reshape(shape)
204 data = np.arange(10).reshape(shape) - 10.0
235 data = np.arange(np.prod(shape), dtype='f4').reshape(shape)
H A Dtest_analyze.py265 data = data.reshape((1,2,3))
299 data = np.arange(6, dtype=np.float64).reshape((1,2,3)) + 0.5
539 data = np.arange(24, dtype=np.int8).reshape(shape)
564 data = np.arange(24, dtype=np.int16).reshape(shape)
627 data = np.arange(24, dtype=np.int32).reshape((2,3,4))
629 data = np.arange(24, dtype=np.uint32).reshape((2,3,4))
H A Dtest_arrayproxy.py39 return np.arange(np.prod(self.shape)).reshape(self.shape)
57 assert_array_equal(np.asarray(ap), np.arange(24).reshape((2,3,4)))
71 arr = np.arange(24, dtype=np.int16).reshape(shape)
H A Dtest_arraywriters.py96 arr2 = np.reshape(arr, (2, 5))
H A Dtest_affines.py19 XYZ = np.dot(np.reshape(xyz, (np.prod(shape), 3)), T[0:3,0:3].T)
23 XYZ = np.reshape(XYZ, shape+(3,))
50 pts = pts.reshape((2,2,3))
51 exp_res = exp_res.reshape((2,2,3))
62 new_pts[:-1,:] = np.rollaxis(pts, -1).reshape((nd,6))
65 exp_res = exp_pts.reshape((2,3,nd))
/dports/science/afni/afni-AFNI_21.3.16/src/pkundu/meica.libs/nibabel/nicom/
H A Ddicomwrappers.py135 return np.array(iop).reshape(2,3).T
638 v4=data.reshape(n_slab_rows, n_slice_rows,
643 v3=v4.reshape((n_slice_rows, n_slice_cols, n_blocks))
H A Dcsareader.py220 return B.reshape(3,3)
/dports/science/afni/afni-AFNI_21.3.16/src/pkundu/meica.libs/nibabel/gifti/
H A Dparse_gifti_fast.py45 newarr = newarr.reshape(sh, order = ord)
56 newarr = newarr.reshape(sh, order = ord)

12345678910>>...543