Home
last modified time | relevance | path

Searched refs:delh (Results 1 – 25 of 72) sorted by relevance

123

/dports/astro/gpsbabel14/gpsbabel-1.4.4/
H A Ddiscard.c86 int delh = 0; in fix_process_wpt() local
92 delh = 1; in fix_process_wpt()
99 del = delh && delv; in fix_process_wpt()
101 del = delh || delv; in fix_process_wpt()
/dports/astro/gpsbabel/gpsbabel-gpsbabel_1_7_0/
H A Ddiscard.cc38 int delh = 0; in fix_process_wpt() local
44 delh = 1; in fix_process_wpt()
51 del = delh && delv; in fix_process_wpt()
53 del = delh || delv; in fix_process_wpt()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/pcidsk/sdk/segment/
H A Dtoutinstructures.h81 delh = 0.0;
174 delh = oSI.delh;
216 double delh;
/dports/graphics/gdal/gdal-3.3.3/frmts/pcidsk/sdk/segment/
H A Dtoutinstructures.h81 delh = 0.0; in SRITInfo_t()
174 delh = oSI.delh; in Copy()
216 double delh; member
/dports/graphics/py-gdal/gdal-3.3.3/frmts/pcidsk/sdk/segment/
H A Dtoutinstructures.h81 delh = 0.0; in SRITInfo_t()
174 delh = oSI.delh; in Copy()
216 double delh; member
/dports/graphics/leptonica/leptonica-1.76.0/src/
H A Dcorrelscore.c136 l_int32 wi, hi, wt, ht, delw, delh, idelx, idely, count; in pixCorrelationScore() local
162 delh = L_ABS(hi - ht); in pixCorrelationScore()
163 if (delh > maxdiffh) in pixCorrelationScore()
435 l_int32 wi, hi, wt, ht, delw, delh, idelx, idely, count; in pixCorrelationScoreThresholded() local
460 delh = L_ABS(hi - ht); in pixCorrelationScoreThresholded()
461 if (delh > maxdiffh) in pixCorrelationScoreThresholded()
743 l_int32 wi, hi, wt, ht, delw, delh, idelx, idely, count; in pixCorrelationScoreSimple() local
766 delh = L_ABS(hi - ht); in pixCorrelationScoreSimple()
767 if (delh > maxdiffh) in pixCorrelationScoreSimple()
H A Dboxfunc4.c1592 l_int32 delw, delh, del_left, del_right, del_top, del_bot; in boxaConstrainSize() local
1621 delh = height - h; in boxaConstrainSize()
1632 del_top = -delh; in boxaConstrainSize()
1634 del_bot = delh; in boxaConstrainSize()
1636 del_top = -delh / 2; in boxaConstrainSize()
1637 del_bot = delh / 2 + L_SIGN(delh) * (delh & 1); in boxaConstrainSize()
1696 l_int32 delh, in boxaReconcileEvenOddHeight() argument
1742 if (L_ABS(he - ho) > delh) { in boxaReconcileEvenOddHeight()
1753 boxa1e = boxaAdjustHeightToTarget(NULL, boxae, sides, hmed, delh); in boxaReconcileEvenOddHeight()
1757 boxa1o = boxaAdjustHeightToTarget(NULL, boxao, sides, hmed, delh); in boxaReconcileEvenOddHeight()
H A Dselgen.c158 l_float32 delh, delw; in pixGenerateSelWithRuns() local
241 delh = (l_float32)h / (l_float32)(nhlines + 1); in pixGenerateSelWithRuns()
243 y += (l_int32)(delh + 0.5); in pixGenerateSelWithRuns()
/dports/devel/upp/upp/bazaar/PixRaster/lib/
H A Dcorrelscore.c106 l_int32 wi, hi, wt, ht, delw, delh, idelx, idely, count; in pixCorrelationScore() local
130 delh = L_ABS(hi - ht); in pixCorrelationScore()
131 if (delh > maxdiffh) in pixCorrelationScore()
399 l_int32 wi, hi, wt, ht, delw, delh, idelx, idely, count; in pixCorrelationScoreThresholded() local
424 delh = L_ABS(hi - ht); in pixCorrelationScoreThresholded()
425 if (delh > maxdiffh) in pixCorrelationScoreThresholded()
697 l_int32 wi, hi, wt, ht, delw, delh, idelx, idely, count; in pixCorrelationScoreSimple() local
718 delh = L_ABS(hi - ht); in pixCorrelationScoreSimple()
719 if (delh > maxdiffh) in pixCorrelationScoreSimple()
/dports/science/fasthenry/fasthenry-3.0wr/src/fasthenry/
H A Dinduct.c871 double x,y,z, delw, delh; local
986 delh = (seg->height)*(0.5 - h_from_edge);
988 if (delh < 0.0 && fabs(delh/seg->height) > EPS)
1040 filptr->x[0] = node0->x + hx*delh - wx*delw;
1041 filptr->x[1] = node1->x + hx*delh - wx*delw;
1042 filptr->y[0] = node0->y + hy*delh - wy*delw;
1043 filptr->y[1] = node1->y + hy*delh - wy*delw;
1044 filptr->z[0] = node0->z + hz*delh - wz*delw;
1045 filptr->z[1] = node1->z + hz*delh - wz*delw;
1060 filptr->x[0] = node0->x - hx*delh + wx*delw;
[all …]
/dports/mail/cyrus-imapd32/cyrus-imapd-3.2.8/sieve/
H A Dscript.c848 if (!ptrarray_size(a->u.delh.patterns)) { in do_action_list()
863 a->u.delh.name, &vals) != SIEVE_OK) { in do_action_list()
869 if (a->u.delh.comptype == B_COUNT) { in do_action_list()
880 if (a->u.delh.comptype == B_COUNT) { in do_action_list()
902 while ((pat = ptrarray_pop(a->u.delh.patterns))) { in do_action_list()
907 if (a->u.delh.comptype == B_COUNT) { in do_action_list()
913 if (a->u.delh.compfunc(val, strlen(val), in do_action_list()
915 a->u.delh.comprock)) { in do_action_list()
922 if (a->u.delh.comptype == B_REGEX) in do_action_list()
942 interp->lastitem = xstrdup(a->u.delh.name); in do_action_list()
[all …]
H A Dmessage.c518 a->u.delh.name = name; in do_deleteheader()
519 a->u.delh.patterns = patterns; in do_deleteheader()
520 a->u.delh.index = index; in do_deleteheader()
521 a->u.delh.comptype = comptype; in do_deleteheader()
522 a->u.delh.compfunc = compfunc; in do_deleteheader()
523 a->u.delh.comprock = comprock; in do_deleteheader()
599 ptrarray_free(a->u.delh.patterns); in free_action_list()
H A Dmessage.h113 } delh; member
/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/pcidsk/sdk/segment/
H A Dtoutinstructures.h135 delh = oSI.delh; in Copy()
177 double delh; member
/dports/graphics/photivo/photivo/ReferenceMaterial/RawTherapee/
H A Damaze_interpolate_RT - 20100531.cc97 float (*delh); // TS*TS*4 in amaze_demosaic_RT() local
137 delh = (float (*)) (buffer + 12*TS*TS); in amaze_demosaic_RT()
307 delh[indx] = fabs(cfa[indx+1]-cfa[indx-1]); in amaze_demosaic_RT()
309 delhsq[indx] = SQR(delh[indx]); in amaze_demosaic_RT()
321 dirwts[indx][1] = eps+delh[indx+1]+delh[indx-1]+delh[indx];//+fabs(cfa[indx+2]-cfa[indx-2]); in amaze_demosaic_RT()
617 …gradh = eps + (gauss1[0]*delh[indx]+gauss1[1]*(delh[indx-v1]+delh[indx-1]+delh[indx+1]+delh[indx+v… in amaze_demosaic_RT()
618 gauss1[2]*(delh[indx-m1]+delh[indx+p1]+delh[indx-p1]+delh[indx+m1])); in amaze_demosaic_RT()
H A Damaze_interpolate_RT - 20100611.cc97 float (*delh); // TS*TS*4 in amaze_demosaic_RT() local
137 delh = (float (*)) (buffer + 12*TS*TS); in amaze_demosaic_RT()
307 delh[indx] = fabs(cfa[indx+1]-cfa[indx-1]); in amaze_demosaic_RT()
309 delhsq[indx] = SQR(delh[indx]); in amaze_demosaic_RT()
321 dirwts[indx][1] = eps+delh[indx+1]+delh[indx-1]+delh[indx];//+fabs(cfa[indx+2]-cfa[indx-2]); in amaze_demosaic_RT()
617 …gradh = eps + (gauss1[0]*delh[indx]+gauss1[1]*(delh[indx-v1]+delh[indx-1]+delh[indx+1]+delh[indx+v… in amaze_demosaic_RT()
618 gauss1[2]*(delh[indx-m1]+delh[indx+p1]+delh[indx-p1]+delh[indx+m1])); in amaze_demosaic_RT()
H A Damaze_interpolate_RT - 20100627.cc102 float (*delh); // TS*TS*4 in amaze_demosaic_RT() local
145 delh = (float (*)) (buffer + 12*TS*TS); in amaze_demosaic_RT()
326 delh[indx] = fabs(cfa[indx+1]-cfa[indx-1]); in amaze_demosaic_RT()
328 delhsq[indx] = SQR(delh[indx]); in amaze_demosaic_RT()
340 dirwts[indx][1] = eps+delh[indx+1]+delh[indx-1]+delh[indx];//+fabs(cfa[indx+2]-cfa[indx-2]); in amaze_demosaic_RT()
/dports/audio/epos-devel/epos-2.5.37/cfg/ttscp/help/
H A Ddata3 using the delh command, or the control connection
/dports/graphics/graphviz/graphviz-2.44.1/lib/neatogen/
H A Dneatosplines.c829 pointf delh, delt; in scaleEdge() local
831 delh.x = POINTS_PER_INCH * (ND_pos(aghead(e))[0] * (xf - 1.0)); in scaleEdge()
832 delh.y = POINTS_PER_INCH * (ND_pos(aghead(e))[1] * (yf - 1.0)); in scaleEdge()
845 pt->x += delh.x; in scaleEdge()
846 pt->y += delh.y; in scaleEdge()
859 bez->ep.x += delh.x; in scaleEdge()
860 bez->ep.y += delh.y; in scaleEdge()
870 ED_head_label(e)->pos.x += delh.x; in scaleEdge()
871 ED_head_label(e)->pos.y += delh.y; in scaleEdge()
/dports/science/hdf/hdf-4.2.15/hdf/src/
H A Ddfufp2i.c657 float32 ratio, delh, delv, hblockend, vblockend; in pixrep_simple() local
663 delh = ((float32) out->hres) / (float32)in->hdim; /* horiz block size */ in pixrep_simple()
678 hblockend = delh; in pixrep_simple()
679 for (j = 0; j < out->hres; j++, hblockend += delh) in pixrep_simple()
/dports/security/keybase/client-v5.7.1/go/chat/
H A Dsupersedes.go278 delh, err := m.Valid().AsDeleteHistory()
280 if delh.Upto > deleteHistoryUpto {
282 deleteHistoryUpto = delh.Upto
/dports/print/tex-dvipdfmx/texlive-20150521-source/texk/dvipdfm-x/
H A Dpdfdev.c1133 spt_t kern, delh, delv; local
1202 delh = text_xorigin + text_state.offset - xpos;
1206 delh = ypos - text_yorigin + text_state.offset;
1210 delh = ypos + text_yorigin + text_state.offset;
1226 labs(delh) > WORD_SPACE_MAX(font)) {
1230 kern = (spt_t) (1000.0 / font->extend * delh / font->sptsize);
/dports/security/keybase/client-v5.7.1/go/chat/storage/
H A Dstorage.go768 delh := mvalid.MessageBody.Deletehistory()
769 de("found DeleteHistory: id:%v upto:%v", msgid, delh.Upto)
770 if delh.Upto == 0 {
775 if expungeActive == nil || (delh.Upto > expungeActive.Upto) {
778 Upto: delh.Upto,
1052 delh, err := s.delhTracker.getEntry(ctx, convID, uid)
1055 maxDeletedUpto = delh.MaxDeleteHistoryUpto
/dports/graphics/photivo/photivo/Sources/rawtherapee/
H A Damaze_interpolate - old.c107 float (*delh); // TS*TS*4 in amaze_demosaic() local
149 delh = (float (*)) (buffer + 12*TS*TS); in amaze_demosaic()
342 delh[indx] = fabs(cfa[indx+1]-cfa[indx-1]); in amaze_demosaic()
344 delhsq[indx] = SQR(delh[indx]); in amaze_demosaic()
356 … dirwts[indx][1] = eps+delh[indx+1]+delh[indx-1]+delh[indx];//+fabs(cfa[indx+2]-cfa[indx-2]); in amaze_demosaic()
H A Damaze_interpolate.c136 float (*delh); // TS*TS*4 in amaze_demosaic() local
179 delh = (float (*)) (buffer + 12*TS*TS); in amaze_demosaic()
370 delh[indx] = fabs(cfa[indx+1]-cfa[indx-1]); in amaze_demosaic()
372 delhsq[indx] = SQR(delh[indx]); in amaze_demosaic()
384 … dirwts[indx][1] = eps+delh[indx+1]+delh[indx-1]+delh[indx];//+fabs(cfa[indx+2]-cfa[indx-2]); in amaze_demosaic()

123