Home
last modified time | relevance | path

Searched refs:dleft (Results 1 – 25 of 143) sorted by relevance

123456

/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dgdevpe.c228 int sleft, dleft; in pe_copy_mono() local
249 dleft = 8 - (x & 7); in pe_copy_mono()
250 mask = 0xff >> (8 - dleft); in pe_copy_mono()
251 if ( w < dleft ) in pe_copy_mono()
254 rmask = 0xff00 >> ((w - dleft) & 7); in pe_copy_mono()
277 if (sleft == dleft) /* optimize the aligned case */ in pe_copy_mono()
279 w -= dleft; in pe_copy_mono()
312 int skew = (sleft - dleft) & 7; in pe_copy_mono()
324 if (sleft >= dleft) in pe_copy_mono()
336 count -= dleft; in pe_copy_mono()
H A Dgdevherc.c212 int dleft, sleft, count; in herc_copy_mono() local
253 dleft = 8 - (x & 7); in herc_copy_mono()
254 mask = 0xff >> (8 - dleft); in herc_copy_mono()
256 if ( w < dleft ) in herc_copy_mono()
260 rmask = 0xff00 >> ((w - dleft) & 7); in herc_copy_mono()
262 if (sleft == dleft) /* optimize the aligned case */ in herc_copy_mono()
264 w -= dleft; in herc_copy_mono()
301 int skew = (sleft - dleft) & 7; in herc_copy_mono()
314 if (sleft >= dleft) in herc_copy_mono()
326 count -= dleft; in herc_copy_mono()
H A Dgdevpcfb.c392 int dleft, count; in ega_copy_mono() local
488 dleft = 8 - (x & 7); in ega_copy_mono()
489 mask = 0xff >> (8 - dleft); in ega_copy_mono()
490 count = w - dleft; in ega_copy_mono()
519 if (sleft >= dleft) { /* Source fits in one byte */ in ega_copy_mono()
550 count = w - dleft; in ega_copy_mono()
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgdevpe.c223 int sleft, dleft; in pe_copy_mono() local
244 dleft = 8 - (x & 7); in pe_copy_mono()
245 mask = 0xff >> (8 - dleft); in pe_copy_mono()
246 if ( w < dleft ) in pe_copy_mono()
249 rmask = 0xff00 >> ((w - dleft) & 7); in pe_copy_mono()
272 if (sleft == dleft) /* optimize the aligned case */ in pe_copy_mono()
274 w -= dleft; in pe_copy_mono()
307 int skew = (sleft - dleft) & 7; in pe_copy_mono()
319 if (sleft >= dleft) in pe_copy_mono()
331 count -= dleft; in pe_copy_mono()
H A Dgdevherc.c206 int dleft, sleft, count; in herc_copy_mono() local
247 dleft = 8 - (x & 7); in herc_copy_mono()
248 mask = 0xff >> (8 - dleft); in herc_copy_mono()
250 if ( w < dleft ) in herc_copy_mono()
254 rmask = 0xff00 >> ((w - dleft) & 7); in herc_copy_mono()
256 if (sleft == dleft) /* optimize the aligned case */ in herc_copy_mono()
258 w -= dleft; in herc_copy_mono()
295 int skew = (sleft - dleft) & 7; in herc_copy_mono()
308 if (sleft >= dleft) in herc_copy_mono()
320 count -= dleft; in herc_copy_mono()
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/devices/
H A Dgdevpe.c227 int sleft, dleft; in pe_copy_mono() local
248 dleft = 8 - (x & 7); in pe_copy_mono()
249 mask = 0xff >> (8 - dleft); in pe_copy_mono()
250 if ( w < dleft ) in pe_copy_mono()
253 rmask = 0xff00 >> ((w - dleft) & 7); in pe_copy_mono()
276 if (sleft == dleft) /* optimize the aligned case */ in pe_copy_mono()
278 w -= dleft; in pe_copy_mono()
311 int skew = (sleft - dleft) & 7; in pe_copy_mono()
323 if (sleft >= dleft) in pe_copy_mono()
335 count -= dleft; in pe_copy_mono()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/devices/
H A Dgdevpe.c227 int sleft, dleft; in pe_copy_mono() local
248 dleft = 8 - (x & 7); in pe_copy_mono()
249 mask = 0xff >> (8 - dleft); in pe_copy_mono()
250 if ( w < dleft ) in pe_copy_mono()
253 rmask = 0xff00 >> ((w - dleft) & 7); in pe_copy_mono()
276 if (sleft == dleft) /* optimize the aligned case */ in pe_copy_mono()
278 w -= dleft; in pe_copy_mono()
311 int skew = (sleft - dleft) & 7; in pe_copy_mono()
323 if (sleft >= dleft) in pe_copy_mono()
335 count -= dleft; in pe_copy_mono()
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgdevpe.c227 int sleft, dleft; in pe_copy_mono() local
248 dleft = 8 - (x & 7); in pe_copy_mono()
249 mask = 0xff >> (8 - dleft); in pe_copy_mono()
250 if ( w < dleft ) in pe_copy_mono()
253 rmask = 0xff00 >> ((w - dleft) & 7); in pe_copy_mono()
276 if (sleft == dleft) /* optimize the aligned case */ in pe_copy_mono()
278 w -= dleft; in pe_copy_mono()
311 int skew = (sleft - dleft) & 7; in pe_copy_mono()
323 if (sleft >= dleft) in pe_copy_mono()
335 count -= dleft; in pe_copy_mono()
H A Dgdevherc.c203 int dleft, sleft, count; in herc_copy_mono() local
244 dleft = 8 - (x & 7); in herc_copy_mono()
245 mask = 0xff >> (8 - dleft); in herc_copy_mono()
247 if ( w < dleft ) in herc_copy_mono()
251 rmask = 0xff00 >> ((w - dleft) & 7); in herc_copy_mono()
253 if (sleft == dleft) /* optimize the aligned case */ in herc_copy_mono()
255 w -= dleft; in herc_copy_mono()
292 int skew = (sleft - dleft) & 7; in herc_copy_mono()
305 if (sleft >= dleft) in herc_copy_mono()
317 count -= dleft; in herc_copy_mono()
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgdevpe.c227 int sleft, dleft; in pe_copy_mono() local
248 dleft = 8 - (x & 7); in pe_copy_mono()
249 mask = 0xff >> (8 - dleft); in pe_copy_mono()
250 if ( w < dleft ) in pe_copy_mono()
253 rmask = 0xff00 >> ((w - dleft) & 7); in pe_copy_mono()
276 if (sleft == dleft) /* optimize the aligned case */ in pe_copy_mono()
278 w -= dleft; in pe_copy_mono()
311 int skew = (sleft - dleft) & 7; in pe_copy_mono()
323 if (sleft >= dleft) in pe_copy_mono()
335 count -= dleft; in pe_copy_mono()
H A Dgdevherc.c203 int dleft, sleft, count; in herc_copy_mono() local
244 dleft = 8 - (x & 7); in herc_copy_mono()
245 mask = 0xff >> (8 - dleft); in herc_copy_mono()
247 if ( w < dleft ) in herc_copy_mono()
251 rmask = 0xff00 >> ((w - dleft) & 7); in herc_copy_mono()
253 if (sleft == dleft) /* optimize the aligned case */ in herc_copy_mono()
255 w -= dleft; in herc_copy_mono()
292 int skew = (sleft - dleft) & 7; in herc_copy_mono()
305 if (sleft >= dleft) in herc_copy_mono()
317 count -= dleft; in herc_copy_mono()
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgdevpe.c223 int sleft, dleft; in pe_copy_mono() local
244 dleft = 8 - (x & 7); in pe_copy_mono()
245 mask = 0xff >> (8 - dleft); in pe_copy_mono()
246 if ( w < dleft ) in pe_copy_mono()
249 rmask = 0xff00 >> ((w - dleft) & 7); in pe_copy_mono()
272 if (sleft == dleft) /* optimize the aligned case */ in pe_copy_mono()
274 w -= dleft; in pe_copy_mono()
307 int skew = (sleft - dleft) & 7; in pe_copy_mono()
319 if (sleft >= dleft) in pe_copy_mono()
331 count -= dleft; in pe_copy_mono()
H A Dgdevherc.c206 int dleft, sleft, count; in herc_copy_mono() local
247 dleft = 8 - (x & 7); in herc_copy_mono()
248 mask = 0xff >> (8 - dleft); in herc_copy_mono()
250 if ( w < dleft ) in herc_copy_mono()
254 rmask = 0xff00 >> ((w - dleft) & 7); in herc_copy_mono()
256 if (sleft == dleft) /* optimize the aligned case */ in herc_copy_mono()
258 w -= dleft; in herc_copy_mono()
295 int skew = (sleft - dleft) & 7; in herc_copy_mono()
308 if (sleft >= dleft) in herc_copy_mono()
320 count -= dleft; in herc_copy_mono()
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dgdevpe.c228 int sleft, dleft; in pe_copy_mono() local
249 dleft = 8 - (x & 7); in pe_copy_mono()
250 mask = 0xff >> (8 - dleft); in pe_copy_mono()
251 if ( w < dleft ) in pe_copy_mono()
254 rmask = 0xff00 >> ((w - dleft) & 7); in pe_copy_mono()
277 if (sleft == dleft) /* optimize the aligned case */ in pe_copy_mono()
279 w -= dleft; in pe_copy_mono()
312 int skew = (sleft - dleft) & 7; in pe_copy_mono()
324 if (sleft >= dleft) in pe_copy_mono()
336 count -= dleft; in pe_copy_mono()
H A Dgdevherc.c212 int dleft, sleft, count; in herc_copy_mono() local
253 dleft = 8 - (x & 7); in herc_copy_mono()
254 mask = 0xff >> (8 - dleft); in herc_copy_mono()
256 if ( w < dleft ) in herc_copy_mono()
260 rmask = 0xff00 >> ((w - dleft) & 7); in herc_copy_mono()
262 if (sleft == dleft) /* optimize the aligned case */ in herc_copy_mono()
264 w -= dleft; in herc_copy_mono()
301 int skew = (sleft - dleft) & 7; in herc_copy_mono()
314 if (sleft >= dleft) in herc_copy_mono()
326 count -= dleft; in herc_copy_mono()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/cpp/src/gandiva/
H A Dfunction_signature.cc43 auto dleft = checked_cast<arrow::DecimalType*>(left.get()); in DataTypeEquals() local
45 return (dleft != NULL) && (dright != NULL) && in DataTypeEquals()
46 (dleft->byte_width() == dright->byte_width()); in DataTypeEquals()
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/gandiva/
H A Dfunction_signature.cc43 auto dleft = checked_cast<arrow::DecimalType*>(left.get()); in DataTypeEquals() local
45 return (dleft != NULL) && (dright != NULL) && in DataTypeEquals()
46 (dleft->byte_width() == dright->byte_width()); in DataTypeEquals()
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/cpp/src/gandiva/
H A Dfunction_signature.cc43 auto dleft = checked_cast<arrow::DecimalType*>(left.get()); in DataTypeEquals() local
45 return (dleft != NULL) && (dright != NULL) && in DataTypeEquals()
46 (dleft->byte_width() == dright->byte_width()); in DataTypeEquals()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objtools/variation/process/
H A Danalyze-shift.cpp87 …der, int &pos_left, int &pos_right, bool &is_shifted, bool &is_different, int &dleft, int &dright);
105 …ader, int &pos_left, int &pos_right, bool &is_shifted, bool &is_different, int &dleft, int &dright) in ProcessHGVS() argument
204 dleft = orig_left - pos_left; in ProcessHGVS()
249 int dleft = 0; in Run() local
251 … if (ProcessHGVS(hgvs,scope,reader,pos_left,pos_right,is_shifted,is_different,dleft,dright)) in Run()
255 ostr << dleft<<"|"<<dright<<"|"<<pos_left<<"|"<<pos_right<<"|"; in Run()
/dports/textproc/fldiff/fldiff-1.1/
H A DDiffView.cxx153 line->dleft = (char *)0; in add_line()
170 line->dleft = expand_tabs(left); in add_line()
183 if (line->dleft && (leftlen = strlen(line->dleft)) > maxwidth_) in add_line()
197 if (!line->dleft) in add_line()
252 if (lines_[i]->dleft) in clear()
253 free(lines_[i]->dleft); in clear()
382 if (!(*line)->dleft) in draw()
1202 line->dleft = expand_tabs(left); in load()
1207 line->end = strlen(line->dleft); in load()
1225 free(lines_[pos]->dleft); in load()
[all …]
/dports/print/ghostscript9-x11/ghostscript-9.06/cups/libs/cups/
H A Dpwg-ppd.c908 dleft, /* Difference in left margins */ in _pwgGetPageSize() local
1038 dleft = size->left - jobsize.left; in _pwgGetPageSize()
1043 if (dleft <= -35 || dleft >= 35 || dright <= -35 || dright >= 35 || in _pwgGetPageSize()
1046 dleft = dleft < 0 ? -dleft : dleft; in _pwgGetPageSize()
1050 dmin = dleft + dright + dbottom + dtop; in _pwgGetPageSize()
1096 dleft = pwg->custom_size.left - jobsize.left; in _pwgGetPageSize()
1101 if (dleft > -35 && dleft < 35 && dright > -35 && dright < 35 && in _pwgGetPageSize()
/dports/print/ghostscript9-base/ghostscript-9.06/cups/libs/cups/
H A Dpwg-ppd.c908 dleft, /* Difference in left margins */ in _pwgGetPageSize() local
1038 dleft = size->left - jobsize.left; in _pwgGetPageSize()
1043 if (dleft <= -35 || dleft >= 35 || dright <= -35 || dright >= 35 || in _pwgGetPageSize()
1046 dleft = dleft < 0 ? -dleft : dleft; in _pwgGetPageSize()
1050 dmin = dleft + dright + dbottom + dtop; in _pwgGetPageSize()
1096 dleft = pwg->custom_size.left - jobsize.left; in _pwgGetPageSize()
1101 if (dleft > -35 && dleft < 35 && dright > -35 && dright < 35 && in _pwgGetPageSize()
/dports/biology/pear-merger/pear-0.9.6-src/src/
H A Dpear-pt.c462 else if (dleft == dright) /* equal */ in scoring_ef()
467 switch (dleft) in scoring_ef()
485 switch (dleft) in scoring_ef()
506 switch (dleft) in scoring_ef()
530 switch (dleft) in scoring_ef()
592 switch (dleft) in scoring_ef()
666 switch (dleft) in scoring_ef()
759 i = translate[dleft | dright]; in scoring_ef_nm()
783 if (dleft > dright) in scoring_ef_nm()
786 dleft = dleft ^ dright; dright = dleft ^ dright; dleft = dleft ^ dright; in scoring_ef_nm()
[all …]
/dports/misc/elki/elki-release0.7.1-1166-gfb1fffdf3/elki-core-util/src/main/java/de/lmu/ifi/dbs/elki/utilities/datastructures/
H A DQuickSelect.java419 final double dleft = begin + (length - 1) * quant; in quantile() local
420 final int ileft = (int) Math.floor(dleft); in quantile()
421 final double err = dleft - ileft; in quantile()
653 final double dleft = begin + (length - 1) * quant; in quantile() local
654 final int ileft = (int) Math.floor(dleft); in quantile()
878 final double dleft = begin + (length - 1) * quant; in quantile() local
879 final int ileft = (int) Math.floor(dleft); in quantile()
1107 final double dleft = begin + (length - 1) * quant; in quantile() local
1108 final int ileft = (int) Math.floor(dleft); in quantile()
/dports/misc/elki/elki-release0.7.1-1166-gfb1fffdf3/elki-core-dbids/src/main/java/de/lmu/ifi/dbs/elki/database/ids/
H A DQuickSelectDBIDs.java159 final double dleft = begin + (length - 1) * quant; in quantile() local
160 final int ileft = (int) Math.floor(dleft); in quantile()
367 final double dleft = begin + (length - 1) * quant; in quantile() local
368 final int ileft = (int) Math.floor(dleft); in quantile()

123456