Home
last modified time | relevance | path

Searched refs:cleft (Results 1 – 25 of 468) sorted by relevance

12345678910>>...19

/dports/emulators/dosbox/dosbox-0.74-3/src/ints/
H A Dint10_char.cpp33 Bitu copy=(cright-cleft); in CGA2_CopyRow()
71 dest=base+(CurMode->twidth*rnew)*cheight+cleft; in EGA16_CopyRow()
72 src=base+(CurMode->twidth*rold)*cheight+cleft; in EGA16_CopyRow()
78 Bitu rowsize=(cright-cleft); in EGA16_CopyRow()
94 Bitu rowsize=8*(cright-cleft); in VGA_CopyRow()
104 src=base+(rold*CurMode->twidth+cleft)*2; in TEXT_CopyRow()
105 dest=base+(rnew*CurMode->twidth+cleft)*2; in TEXT_CopyRow()
106 MEM_BlockCopy(dest,src,(cright-cleft)*2); in TEXT_CopyRow()
112 Bitu copy=(cright-cleft); in CGA2_FillRow()
186 dest=base+(row*CurMode->twidth+cleft)*2; in TEXT_FillRow()
[all …]
/dports/emulators/dosbox-staging/dosbox-staging-0.78.0/src/ints/
H A Dint10_char.cpp33 Bitu copy=(cright-cleft); in CGA2_CopyRow()
69 dest=base+(CurMode->twidth*rnew)*cheight+cleft; in EGA16_CopyRow()
70 src=base+(CurMode->twidth*rold)*cheight+cleft; in EGA16_CopyRow()
76 Bitu rowsize=(cright-cleft); in EGA16_CopyRow()
92 Bitu rowsize=8*(cright-cleft); in VGA_CopyRow()
102 src=base+(rold*CurMode->twidth+cleft)*2; in TEXT_CopyRow()
103 dest=base+(rnew*CurMode->twidth+cleft)*2; in TEXT_CopyRow()
104 MEM_BlockCopy(dest,src,(cright-cleft)*2); in TEXT_CopyRow()
110 Bitu copy=(cright-cleft); in CGA2_FillRow()
184 dest=base+(row*CurMode->twidth+cleft)*2; in TEXT_FillRow()
[all …]
/dports/games/libretro-dosbox/dosbox-libretro-aa71b67/src/ints/
H A Dint10_char.cpp34 Bitu copy=(cright-cleft); in CGA2_CopyRow()
70 dest=base+(CurMode->twidth*rnew)*cheight+cleft; in EGA16_CopyRow()
71 src=base+(CurMode->twidth*rold)*cheight+cleft; in EGA16_CopyRow()
77 Bitu rowsize=(cright-cleft); in EGA16_CopyRow()
93 Bitu rowsize=8*(cright-cleft); in VGA_CopyRow()
103 src=base+(rold*CurMode->twidth+cleft)*2; in TEXT_CopyRow()
104 dest=base+(rnew*CurMode->twidth+cleft)*2; in TEXT_CopyRow()
105 MEM_BlockCopy(dest,src,(cright-cleft)*2); in TEXT_CopyRow()
111 Bitu copy=(cright-cleft); in CGA2_FillRow()
185 dest=base+(row*CurMode->twidth+cleft)*2; in TEXT_FillRow()
[all …]
/dports/biology/py-scikit-bio/scikit-bio-0.5.6/skbio/metadata/
H A D_intersection.pyx81 return self.cleft if self.cleft is not EmptyNode else None
104 self.cleft = EmptyNode
131 # insert to cleft tree
133 self.cleft = self.cleft.insert( start, end, interval)
141 self.cleft.croot = croot
147 self.cleft = self.cleft.cright
154 self.cright = self.cright.cleft
155 croot.cleft = self
188 if self.cleft is not EmptyNode and self.cleft.maxend >= start:
213 if self.cleft is not EmptyNode and self.cleft.maxend > start:
[all …]
/dports/biology/py-bx-python/bx-python-0.8.13/lib/bx/intervals/
H A Dintersection.pyx75 return self.cleft if self.cleft is not EmptyNode else None
98 self.cleft = EmptyNode
125 # insert to cleft tree
127 self.cleft = self.cleft.insert( start, end, interval)
135 self.cleft.croot = croot
141 self.cleft = self.cleft.cright
148 self.cright = self.cright.cleft
149 croot.cleft = self
181 if self.cleft is not EmptyNode and self.cleft.maxend > start:
207 if self.cleft is not EmptyNode:
[all …]
/dports/astro/py-astropy/astropy-5.0/astropy/modeling/
H A Dseparable.py237 cleft = _coord_matrix(left, 'left', noutp)
239 cleft = np.zeros((noutp, left.shape[1]))
240 cleft[: left.shape[0], : left.shape[1]] = left
247 return np.hstack([cleft, cright])
277 cleft = _n_inputs_outputs(left, 'left')
281 result = np.dot(cleft, cright)
286 cright, cleft))
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/cudastereo/src/cuda/
H A Dstereocsbp.cu179 …__global__ void init_data_cost(const uchar *cleft, const uchar *cright, uchar *ctemp, size_t cimg_… in init_data_cost() argument
208 const uchar* lle = cleft + yi * cimg_step + xi * channels; in init_data_cost()
221 …__global__ void init_data_cost_reduce(const uchar *cleft, const uchar *cright, uchar *ctemp, size_… in init_data_cost_reduce() argument
245 const uchar* lle = cleft + y0 * cimg_step + channels * (x0 + tid ); in init_data_cost_reduce()
387 const uchar* left_x = cleft + yi * cimg_step + xi * channels; in compute_data_cost()
427 const uchar* lle = cleft + y0 * cimg_step + channels * (x0 + tid ); in compute_data_cost_reduce()
450 …void compute_data_cost_caller_(const uchar *cleft, const uchar *cright, size_t cimg_step, const T*… in compute_data_cost_caller_() argument
469 …void compute_data_cost_reduce_caller_(const uchar *cleft, const uchar *cright, size_t cimg_step, c… in compute_data_cost_reduce_caller_() argument
489 …void compute_data_cost(const uchar *cleft, const uchar *cright, size_t cimg_step, const T* disp_se… in compute_data_cost() argument
513 …template void compute_data_cost(const uchar *cleft, const uchar *cright, size_t cimg_step, const s…
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/xfs/libxfs/
H A Dxfs_refcount.c482 struct xfs_refcount_irec *cleft, in xfs_refcount_merge_left_extent() argument
493 if (cleft->rc_refcount > 1) { in xfs_refcount_merge_left_extent()
527 *agbno += cleft->rc_blockcount; in xfs_refcount_merge_left_extent()
528 *aglen -= cleft->rc_blockcount; in xfs_refcount_merge_left_extent()
658 *cleft = tmp; in xfs_refcount_find_left_extents()
668 cleft->rc_startblock = agbno; in xfs_refcount_find_left_extents()
671 cleft->rc_refcount = 1; in xfs_refcount_find_left_extents()
678 cleft->rc_startblock = agbno; in xfs_refcount_find_left_extents()
679 cleft->rc_blockcount = aglen; in xfs_refcount_find_left_extents()
680 cleft->rc_refcount = 1; in xfs_refcount_find_left_extents()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/fs/xfs/libxfs/
H A Dxfs_refcount.c482 struct xfs_refcount_irec *cleft, in xfs_refcount_merge_left_extent() argument
493 if (cleft->rc_refcount > 1) { in xfs_refcount_merge_left_extent()
527 *agbno += cleft->rc_blockcount; in xfs_refcount_merge_left_extent()
528 *aglen -= cleft->rc_blockcount; in xfs_refcount_merge_left_extent()
658 *cleft = tmp; in xfs_refcount_find_left_extents()
668 cleft->rc_startblock = agbno; in xfs_refcount_find_left_extents()
671 cleft->rc_refcount = 1; in xfs_refcount_find_left_extents()
678 cleft->rc_startblock = agbno; in xfs_refcount_find_left_extents()
679 cleft->rc_blockcount = aglen; in xfs_refcount_find_left_extents()
680 cleft->rc_refcount = 1; in xfs_refcount_find_left_extents()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/xfs/libxfs/
H A Dxfs_refcount.c482 struct xfs_refcount_irec *cleft, in xfs_refcount_merge_left_extent() argument
493 if (cleft->rc_refcount > 1) { in xfs_refcount_merge_left_extent()
527 *agbno += cleft->rc_blockcount; in xfs_refcount_merge_left_extent()
528 *aglen -= cleft->rc_blockcount; in xfs_refcount_merge_left_extent()
658 *cleft = tmp; in xfs_refcount_find_left_extents()
668 cleft->rc_startblock = agbno; in xfs_refcount_find_left_extents()
671 cleft->rc_refcount = 1; in xfs_refcount_find_left_extents()
678 cleft->rc_startblock = agbno; in xfs_refcount_find_left_extents()
679 cleft->rc_blockcount = aglen; in xfs_refcount_find_left_extents()
680 cleft->rc_refcount = 1; in xfs_refcount_find_left_extents()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client/src/trusted/service_runtime/
H A Denv_cleanser.c61 char cleft, cright; in EnvCmp() local
63 while ((cleft = *left) == (cright = *right) in EnvCmp()
64 && '\0' != cleft in EnvCmp()
69 if ('=' == cleft && '\0' == cright) { in EnvCmp()
72 return (0xff & cleft) - (0xff & cright); in EnvCmp()
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/geometry/policies/
H A Dcompare.hpp47 coordinate_type const& cleft = geometry::get<Dimension>(left); in apply() local
50 if (geometry::math::equals(cleft, cright)) in apply()
61 return compare(cleft, cright); in apply()
108 coordinate_type const& cleft = get<Dimension>(left); in operator ()() local
110 return compare(cleft, cright); in operator ()()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/geometry/policies/
H A Dcompare.hpp47 coordinate_type const& cleft = geometry::get<Dimension>(left); in apply() local
50 if (geometry::math::equals(cleft, cright)) in apply()
61 return compare(cleft, cright); in apply()
108 coordinate_type const& cleft = get<Dimension>(left); in operator ()() local
110 return compare(cleft, cright); in operator ()()
/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/geometry/policies/
H A Dcompare.hpp47 coordinate_type const& cleft = geometry::get<Dimension>(left); in apply() local
50 if (geometry::math::equals(cleft, cright)) in apply()
61 return compare(cleft, cright); in apply()
108 coordinate_type const& cleft = get<Dimension>(left); in operator ()() local
110 return compare(cleft, cright); in operator ()()
/dports/databases/xtrabackup/boost_1_59_0/boost/geometry/policies/
H A Dcompare.hpp47 coordinate_type const& cleft = geometry::get<Dimension>(left); in apply() local
50 if (geometry::math::equals(cleft, cright)) in apply()
61 return compare(cleft, cright); in apply()
108 coordinate_type const& cleft = get<Dimension>(left); in operator ()() local
110 return compare(cleft, cright); in operator ()()
/dports/databases/percona57-server/boost_1_59_0/boost/geometry/policies/
H A Dcompare.hpp47 coordinate_type const& cleft = geometry::get<Dimension>(left); in apply() local
50 if (geometry::math::equals(cleft, cright)) in apply()
61 return compare(cleft, cright); in apply()
108 coordinate_type const& cleft = get<Dimension>(left); in operator ()() local
110 return compare(cleft, cright); in operator ()()
/dports/databases/percona57-client/boost_1_59_0/boost/geometry/policies/
H A Dcompare.hpp47 coordinate_type const& cleft = geometry::get<Dimension>(left); in apply() local
50 if (geometry::math::equals(cleft, cright)) in apply()
61 return compare(cleft, cright); in apply()
108 coordinate_type const& cleft = get<Dimension>(left); in operator ()() local
110 return compare(cleft, cright); in operator ()()
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/geometry/policies/
H A Dcompare.hpp47 coordinate_type const& cleft = geometry::get<Dimension>(left); in apply() local
50 if (geometry::math::equals(cleft, cright)) in apply()
61 return compare(cleft, cright); in apply()
108 coordinate_type const& cleft = get<Dimension>(left); in operator ()() local
110 return compare(cleft, cright); in operator ()()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/geometry/policies/
H A Dcompare.hpp47 coordinate_type const& cleft = geometry::get<Dimension>(left); in apply() local
50 if (geometry::math::equals(cleft, cright)) in apply()
61 return compare(cleft, cright); in apply()
108 coordinate_type const& cleft = get<Dimension>(left); in operator ()() local
110 return compare(cleft, cright); in operator ()()
/dports/graphics/libcaca/libcaca-0.99.beta19/caca/
H A Dtransform.c84 while(cleft < cright) in caca_flip()
96 *cright-- = flipchar(*cleft); in caca_flip()
97 *cleft++ = flipchar(ch); in caca_flip()
100 if(cleft == cright) in caca_flip()
101 *cleft = flipchar(*cleft); in caca_flip()
104 cleft = cv->chars + y * cv->width; in caca_flip()
105 cright = cleft + cv->width - 1; in caca_flip()
106 for( ; cleft < cright; cleft++) in caca_flip()
108 if(cleft[0] == CACA_MAGIC_FULLWIDTH) in caca_flip()
110 cleft[0] = cleft[1]; in caca_flip()
[all …]
/dports/graphics/photoflow/PhotoFlow-8472024f/src/operations/
H A Dcrop.cc95 int cleft = crop_left.get()/scale_factor; in build() local
99 if( (cleft+cw) > srcimg->Xsize ) cw = srcimg->Xsize - cleft; in build()
102 if( vips_crop( srcimg, &out, cleft, ctop, cw, ch, NULL ) ) { in build()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/geometry/algorithms/detail/relate/
H A Dless.hpp38 cleft = geometry::get<I>(left); in apply() local
42 if ( geometry::math::equals(cleft, cright) ) in apply()
48 return cleft < cright; in apply()
/dports/databases/percona57-server/boost_1_59_0/boost/geometry/algorithms/detail/relate/
H A Dless.hpp38 cleft = geometry::get<I>(left); in apply() local
42 if ( geometry::math::equals(cleft, cright) ) in apply()
48 return cleft < cright; in apply()
/dports/databases/xtrabackup/boost_1_59_0/boost/geometry/algorithms/detail/relate/
H A Dless.hpp38 cleft = geometry::get<I>(left); in apply() local
42 if ( geometry::math::equals(cleft, cright) ) in apply()
48 return cleft < cright; in apply()
/dports/databases/percona57-client/boost_1_59_0/boost/geometry/algorithms/detail/relate/
H A Dless.hpp38 cleft = geometry::get<I>(left); in apply() local
42 if ( geometry::math::equals(cleft, cright) ) in apply()
48 return cleft < cright; in apply()

12345678910>>...19