Home
last modified time | relevance | path

Searched refs:dpt (Results 1 – 25 of 1012) sorted by relevance

12345678910>>...41

/dports/cad/alliance/alliance/src/documentation/alliance-examples/mipsR3000/sce/
H A Dmips_scan.pat18dpt.dt_31, mips1.core.dpt.dt_30, mips1.core.dpt.dt_29, mips1.core.dpt.dt_28, mips1.core.dpt.dt_27,…
19dpt.ir_31, mips1.core.dpt.ir_30, mips1.core.dpt.ir_29, mips1.core.dpt.ir_28, mips1.core.dpt.ir_27,…
20dpt.lo_31, mips1.core.dpt.lo_30, mips1.core.dpt.lo_29, mips1.core.dpt.lo_28, mips1.core.dpt.lo_27,…
21dpt.hi_31, mips1.core.dpt.hi_30, mips1.core.dpt.hi_29, mips1.core.dpt.hi_28, mips1.core.dpt.hi_27,…
22dpt.bar_31, mips1.core.dpt.bar_30, mips1.core.dpt.bar_29, mips1.core.dpt.bar_28, mips1.core.dpt.ba…
23dpt.epc_31, mips1.core.dpt.epc_30, mips1.core.dpt.epc_29, mips1.core.dpt.epc_28, mips1.core.dpt.ep…
24dpt.ad_31, mips1.core.dpt.ad_30, mips1.core.dpt.ad_29, mips1.core.dpt.ad_28, mips1.core.dpt.ad_27,…
25dpt.pc_31, mips1.core.dpt.pc_30, mips1.core.dpt.pc_29, mips1.core.dpt.pc_28, mips1.core.dpt.pc_27,…
38dpt.rf_o_31, mips1.core.dpt.rf_o_30, mips1.core.dpt.rf_o_29, mips1.core.dpt.rf_o_28, mips1.core.dp…
/dports/graphics/azpainter/azpainter-2.1.7/src/draw/
H A Ddraw_op_brush.c98 DrawPoint dpt; in _brush_free_motion() local
106 (p->rule.funcGetPoint)(p, &dpt.x, &dpt.y); in _brush_free_motion()
111 DrawPointBuf_addPoint(dpt.x, dpt.y, dpt.pressure); in _brush_free_motion()
130 DrawPoint dpt; in drawOp_brush_free_press() local
149 DrawPointBuf_setFirstPoint(dpt.x, dpt.y, dpt.pressure); in drawOp_brush_free_press()
153 TileImage_beginDrawBrush_free(p->w.dstimg, dpt.x, dpt.y, dpt.pressure); in drawOp_brush_free_press()
196 DrawPoint dpt; in _dotpen_free_motion() local
202 (p->rule.funcGetPoint)(p, &dpt.x, &dpt.y); in _dotpen_free_motion()
204 DrawPointBuf_addPoint(dpt.x, dpt.y, dpt.pressure); in _dotpen_free_motion()
246 DrawPointBuf_setFirstPoint(dpt.x, dpt.y, dpt.pressure); in drawOp_dotpen_free_press()
[all …]
H A Ddraw_rule.c197 DrawPoint dpt; in drawRule_onPress() local
202 drawOpSub_getDrawPoint(p, &dpt); in drawRule_onPress()
206 dpt.x = floor(dpt.x) + 0.5; in drawRule_onPress()
207 dpt.y = floor(dpt.y) + 0.5; in drawRule_onPress()
210 p->rule.press_pos.x = dpt.x; in drawRule_onPress()
211 p->rule.press_pos.y = dpt.y; in drawRule_onPress()
229 atan2(dpt.y - p->rule.conc_pos.y, dpt.x - p->rule.conc_pos.x)); in drawRule_onPress()
233 x = dpt.x - p->rule.circle_pos.x; in drawRule_onPress()
234 y = dpt.y - p->rule.circle_pos.y; in drawRule_onPress()
242 x = dpt.x - p->rule.ellipse_pos.x; in drawRule_onPress()
[all …]
/dports/math/py-pymc3/pymc-3.11.4/pymc3/
H A Dblocking.py72 self.dpt = dpoint
82 def map(self, dpt):
103 dpt = self.dpt.copy()
108 return dpt
192 def dmap(self, dpt):
243 self.dpt = dpoint
245 def map(self, dpt):
249 dpt = self.dpt.copy()
251 dvar = dpt[self.var].copy()
254 dpt[self.var] = dvar
[all …]
/dports/net-mgmt/netustad/netustad-0.3.1/data/linux/
H A Dnat-edit63 dpt = "any"
66 sub(/dpt:/,"",$(position+6));
68 dpt=$(position+6)
72 sub(/dpt:/,"",$(position+7));
74 dpt=$(position+7)
99 "<td>"dst"</td><td>"dpt"</td>"\
107 "<td>"dst"</td><td>"dpt"</td>"\
115 sub(/any/,"",dpt)
117 dst_port_list[proto":"src":"dst":"if_out]=dpt
132 "<td>"dst"</td><td>"dpt"</td>"\
[all …]
H A Dnat-parse63 dpt = "any"
65 if ($12 ~ /^dpt:/ || $(position+6) ~ /^dpts:/) {
66 sub(/dpt:/,"",$(position+6));
68 dpt=$(position+6)
72 sub(/dpt:/,"",$(position+7));
74 dpt=$(position+7)
98 virt_server[proto":"dst":"dpt]="<td>"tolower(proto)"</td>"\
99 "<td>"dst"</td><td>"dpt"</td>"\
102 chainlist[proto":"dst":"dpt]="\""chain"\",\""kuralno"\""
107 "<td>"dst"</td><td>"dpt"</td>"\
[all …]
H A Dchain-parse71 dpt = "<td> any</td>";
73 if ($12 ~ /^dpt:/ || $(position+6) ~ /^dpts:/) {
74 sub(/dpt:/,"",$(position+6));
76 dpt="<td>"$(position+6)"</td>";
79 } else if ($(position+7) ~ /^dpt:/ || $(position+7) ~ /^dpts:/) {
80 sub(/dpt:/,"",$(position+7));
82 dpt="<td>"$(position+7)"</td>";
105 opt,if_in,if_out,src,spt,action,dst,dpt,eoption,son_link"</tr>\n"
/dports/graphics/azpainterb/azpainterb-1.1.3/src/draw/
H A Ddraw_op_sub.c837 dpt->x = ax; in drawOpSub_pointAttachGrid()
838 dpt->y = ay; in drawOpSub_pointAttachGrid()
849 drawCalc_areaToimage_double(p, &dpt->x, &dpt->y, dpt->x, dpt->y); in _get_point_image()
865 dpt.x = pt->x, dpt.y = pt->y; in drawOpSub_pointAttachGrid_area()
868 drawCalc_imageToarea_pt_double(p, pt, dpt.x, dpt.y); in drawOpSub_pointAttachGrid_area()
887 drawCalc_imageToarea_pt_double(p, pt, dpt.x, dpt.y); in drawOpSub_getAreaPoint_int()
910 pt->x = dpt->x, pt->y = dpt->y; in drawOpSub_getImagePoint_fromDrawPoint()
963 dst->x = dpt.x; in drawOpSub_getDrawPoint()
981 dpt.x = floor(dpt.x) + 0.5; in drawOpSub_getDrawPoint_dotpen()
982 dpt.y = floor(dpt.y) + 0.5; in drawOpSub_getDrawPoint_dotpen()
[all …]
H A Ddraw_op_brush_dot.c208 DrawPoint dpt; in _brush_free_motion() local
213 drawOpSub_getDrawPoint(p, &dpt); in _brush_free_motion()
216 (p->rule.funcGetPoint)(p, &dpt.x, &dpt.y); in _brush_free_motion()
219 dpt.pressure = 1; in _brush_free_motion()
221 DrawPointBuf_addPoint(dpt.x, dpt.y, dpt.pressure); in _brush_free_motion()
234 DrawPoint dpt; in drawOp_brush_free_press() local
250 drawOpSub_getDrawPoint(p, &dpt); in drawOp_brush_free_press()
251 if(pressure_max) dpt.pressure = 1; in drawOp_brush_free_press()
259 DrawPointBuf_setPoint(dpt.x, dpt.y, dpt.pressure); in drawOp_brush_free_press()
263 TileImage_beginDrawBrush_free(p->w.dstimg, dpt.x, dpt.y, dpt.pressure); in drawOp_brush_free_press()
H A Ddraw_rule.c197 DrawPoint dpt; in drawRule_onPress() local
202 drawOpSub_getDrawPoint(p, &dpt); in drawRule_onPress()
206 dpt.x = floor(dpt.x) + 0.5; in drawRule_onPress()
207 dpt.y = floor(dpt.y) + 0.5; in drawRule_onPress()
210 p->rule.press_pos.x = dpt.x; in drawRule_onPress()
211 p->rule.press_pos.y = dpt.y; in drawRule_onPress()
229 atan2(dpt.y - p->rule.conc_pos.y, dpt.x - p->rule.conc_pos.x)); in drawRule_onPress()
233 x = dpt.x - p->rule.circle_pos.x; in drawRule_onPress()
234 y = dpt.y - p->rule.circle_pos.y; in drawRule_onPress()
242 x = dpt.x - p->rule.ellipse_pos.x; in drawRule_onPress()
[all …]
/dports/misc/vxl/vxl-3.3.2/core/vil/
H A Dvil_resample_bicub.hxx70 dType *dpt = row; in vil_resample_bicub() local
71 for (int i=0;i<n1;++i,x+=dx1,y+=dy1,dpt+=d_istep) in vil_resample_bicub()
81 dType *dpt = row; in vil_resample_bicub() local
82 for (int i=0;i<n1;++i,x+=dx1,y+=dy1,dpt+=d_istep) in vil_resample_bicub()
99 dType *dpt = row; in vil_resample_bicub() local
100 for (int i=0;i<n1;++i,x+=dx1,y+=dy1,dpt+=d_istep) in vil_resample_bicub()
111 dType *dpt = row; in vil_resample_bicub() local
167 dType *dpt = row; in vil_resample_bicub_edge_extend() local
178 dType *dpt = row; in vil_resample_bicub_edge_extend() local
196 dType *dpt = row; in vil_resample_bicub_edge_extend() local
[all …]
H A Dvil_resample_nearest.hxx85 dType *dpt = row; in vil_resample_nearest() local
86 for (int i=0;i<n1;++i,x+=dx1,y+=dy1,dpt+=d_istep) in vil_resample_nearest()
96 dType *dpt = row; in vil_resample_nearest() local
97 for (int i=0;i<n1;++i,x+=dx1,y+=dy1,dpt+=d_istep) in vil_resample_nearest()
114 dType *dpt = row; in vil_resample_nearest() local
115 for (int i=0;i<n1;++i,x+=dx1,y+=dy1,dpt+=d_istep) in vil_resample_nearest()
126 dType *dpt = row; in vil_resample_nearest() local
208 dType *dpt = row; in vil_resample_nearest_edge_extend() local
219 dType *dpt = row; in vil_resample_nearest_edge_extend() local
237 dType *dpt = row; in vil_resample_nearest_edge_extend() local
[all …]
H A Dvil_resample_bilin.hxx79 dType *dpt = row; in vil_resample_bilin() local
80 for (int i=0;i<n1;++i,x+=dx1,y+=dy1,dpt+=d_istep) in vil_resample_bilin()
90 dType *dpt = row; in vil_resample_bilin() local
91 for (int i=0;i<n1;++i,x+=dx1,y+=dy1,dpt+=d_istep) in vil_resample_bilin()
108 dType *dpt = row; in vil_resample_bilin() local
120 dType *dpt = row; in vil_resample_bilin() local
202 dType *dpt = row; in vil_resample_bilin_edge_extend() local
213 dType *dpt = row; in vil_resample_bilin_edge_extend() local
231 dType *dpt = row; in vil_resample_bilin_edge_extend() local
233 *dpt = (dType) vil_bilin_interp_safe_extend( in vil_resample_bilin_edge_extend()
[all …]
/dports/audio/stk/stk-4.6.2/include/
H A DLentPitShift.h29 delete dpt; in ~LentPitShift() local
95 StkFloat* dpt; // Array containing the pitch tracking function coefficients variable
142 dpt[delay_] = dt[delay_] * delay_ / cumDt[delay_]; in process()
145 if ( delay_ > 1 && dpt[delay_-1]-dpt[delay_-2] < 0 && dpt[delay_]-dpt[delay_-1] > 0 ) { in process()
147 if ( dpt[delay_-1] < threshold_ ){ in process()
152 else if ( dpt[alternativePitch] > dpt[delay_-1] ) in process()
159 if ( dpt[delay_]-dpt[delay_-1] < 0 ) { in process()
160 if ( dpt[delay_] < threshold_ ) in process()
162 else if ( dpt[alternativePitch] > dpt[delay_] ) in process()
/dports/science/R-cran-Epi/Epi/R/
H A Dgen.exp.R25 dof = set$dop + c(0,set$amt/set$dpt),
27 dpt = c(set$dpt,0), nameattr in c
30 cum.tim = c(0,set$amt/set$dpt) )
35 drug.dur <- set$amt / set$dpt
59 dpt = set$dpt ), nameattr
63 dpt = 0 ) ) nameattr
66 dfR$off <- (dfR$dpt==0) | (dfR$dof < min(set$dop))
70 dfR$cum.amt <- with( dfR, cumsum( c(0, diff(dof)* dpt[-length(dpt)]) ) )
186 use.dpt = ( dpt %in% names(purchase) ), argument
203 if( is.numeric(dpt) )
[all …]
/dports/science/afni/afni-AFNI_21.3.16/src/
H A Dthd_table.c59 if( dpt != NULL ){ ii = dpt-fname; dname[ii] = '\0'; } in THD_simple_table_read()
223 if( strcmp(cpt,dpt) == 0 ) in THD_simple_table_read()
309 if( dpt != NULL ){ ii = dpt-fname; dname[ii] = '\0'; } in THD_mixed_table_read()
520 if( strcmp(cpt,dpt) == 0 ) in THD_mixed_table_read()
583 if( dpt != NULL ){ ii = dpt-fname; dname[ii] = '\0'; } in THD_string_table_read()
705 char **vec_lab , **cpt , *dpt ; in THD_read_tsv() local
775 dpt = strstr(fname,"[") ; in THD_read_tsv()
776 if( dpt != NULL ){ in THD_read_tsv()
909 char **vec_lab , **cpt , *dpt ; in THD_read_csv() local
979 dpt = strstr(fname,"[") ; in THD_read_csv()
[all …]
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/test/src/projection/
H A Dossim-projection-test.cpp77 ossimDpt dpt(-20037508.3428, 20037508.3428); in main() local
78 ossimGpt gpt = proj5->inverse( dpt ); in main()
81 << "\ndpt: " << dpt in main()
85 dpt.x = 20037508.3428; in main()
86 dpt.y = -20037508.3428; in main()
87 gpt = proj5->inverse( dpt ); in main()
89 cout << "\ndpt: " << dpt in main()
/dports/biology/ugene/ugene-40.1/src/corelibs/U2Core/src/tasks/
H A DAddDocumentTask.cpp33 : Task("Add document task", TaskFlags_NR_FOSE_COSC), document(_d), dpt(nullptr), conf(_conf) { in AddDocumentTask()
45 : Task("Add document task", TaskFlags_NR_FOSE_COSC), document(nullptr), dpt(_dpt), conf(c) { in AddDocumentTask()
48 addSubTask(dpt); in AddDocumentTask()
57 if (subTask == dpt && dpt != nullptr) { in onSubTaskFinished()
58 if (dpt->isCanceled()) { in onSubTaskFinished()
61 document = dpt->takeDocument(); in onSubTaskFinished()
/dports/misc/vxl/vxl-3.3.2/contrib/mul/vil3d/
H A Dvil3d_resample_tricubic.hxx114 T *dpt = row; in vil3d_resample_tricubic() local
119 *dpt); in vil3d_resample_tricubic()
134 T *dpt = row; in vil3d_resample_tricubic() local
161 T *dpt = row; in vil3d_resample_tricubic() local
183 T *dpt = row; in vil3d_resample_tricubic() local
281 T *dpt = row; in vil3d_resample_tricubic_edge_extend() local
301 T *dpt = row; in vil3d_resample_tricubic_edge_extend() local
327 T *dpt = row; in vil3d_resample_tricubic_edge_extend() local
348 T *dpt = row; in vil3d_resample_tricubic_edge_extend() local
445 T *dpt = row; in vil3d_resample_tricubic_edge_trilin_extend() local
[all …]
/dports/devel/dev86/dev86-0.16.20/bootblocks/
H A Dbuffer.c38 long dpt; in reset_disk() local
44 dpt = _bios_get_dpt(disk_drive); in reset_disk()
45 v = ((dpt>>16) & 0xFF); in reset_disk()
48 disk_spt = (dpt & 0x3F); /* Max sector number 1-63 */ in reset_disk()
50 disk_heads = ((dpt>>24) & 0xFF) + 1; /* Head count 1-256 */ in reset_disk()
51 disk_cyls = ((dpt>>8) & 0xFF) + ((dpt<<2) & 0x300) + 1; in reset_disk()
/dports/audio/festival/speech_tools/main/
H A Dalign_main.cc341 EST_FMatrix dpt(r_size+1,h_size+1); in align() local
345 dpt(0,0) = subs_cost * name_distance(ri,hi); in align()
349 dpt(i,0) = insdel_cost + dpt(i-1,0); in align()
354 dpt(0,j) = insdel_cost + dpt(0,j-1); in align()
366 to_insert = insdel_cost + dpt(i,j-1); in align()
367 to_del = insdel_cost + dpt(i-1,j); in align()
368 to_subs = (cost * subs_cost) + dpt(i-1,j-1); in align()
373 dpt(i,j) = to_insert; in align()
378 dpt(i,j) = to_subs; in align()
386 dpt(i,j) = to_del; in align()
[all …]
/dports/graphics/azpainter/azpainter-2.1.7/src/widget/
H A DTransformViewArea.c93 mDoublePoint dpt[2]; in _change_canvas_param() local
100 dpt[0].x = dpt[0].y = 0; in _change_canvas_param()
101 dpt[1].x = p->boxsrc.w; in _change_canvas_param()
102 dpt[1].y = p->boxsrc.h; in _change_canvas_param()
104 TransformViewArea_affine_source_to_canv_pt(p, p->ptCornerCanv, dpt[0].x, dpt[0].y); in _change_canvas_param()
105 TransformViewArea_affine_source_to_canv_pt(p, p->ptCornerCanv + 1, dpt[1].x, dpt[0].y); in _change_canvas_param()
106 TransformViewArea_affine_source_to_canv_pt(p, p->ptCornerCanv + 2, dpt[1].x, dpt[1].y); in _change_canvas_param()
107 TransformViewArea_affine_source_to_canv_pt(p, p->ptCornerCanv + 3, dpt[0].x, dpt[1].y); in _change_canvas_param()
157 mDoublePoint dpt; in _event_motion() local
193 dpt.x -= p->centerx; in _event_motion()
[all …]
/dports/converters/fondu/fondu/
H A Dsetfondname.c322 char *spt, *pt, *dpt; in FindResourceFile() local
345 dpt = strchr(spt,'.'); in FindResourceFile()
346 if ( dpt==NULL ) dpt = spt+strlen(spt); in FindResourceFile()
347 if ( dpt-spt>8 || strlen(dpt)>4 ) { in FindResourceFile()
349 strncpy(exten,dpt,7); in FindResourceFile()
351 if ( dpt-spt>6 ) in FindResourceFile()
352 dpt = spt+6; in FindResourceFile()
353 *dpt++ = '~'; in FindResourceFile()
354 *dpt++ = '1'; in FindResourceFile()
355 strcpy(dpt,exten); in FindResourceFile()
/dports/science/jmol/jmol-14.32.7/src/javajs/img/
H A DBMPDecoder.java121 int dpt = (isYReversed ? imageWidth : -imageWidth); in decodeWindowsBMP() local
122 int pt0 = (isYReversed ? 0 : nPixels + dpt); in decodeWindowsBMP()
123 int pt1 = (isYReversed ? nPixels : dpt); in decodeWindowsBMP()
127 for (int pt = pt0; pt != pt1; pt += dpt, pad(npad)) in decodeWindowsBMP()
135 for (int pt = pt0; pt != pt1; pt += dpt, pad(npad)) in decodeWindowsBMP()
145 for (int pt = pt0; pt != pt1; pt += dpt, pad(npad)) in decodeWindowsBMP()
154 for (int pt = pt0; pt != pt1; pt += dpt, pad(npad)) in decodeWindowsBMP()
/dports/science/R-cran-Epi/Epi/man/
H A Dgen.exp.Rd13 gen.exp( purchase, id="id", dop="dop", amt="amt", dpt="dpt",
16 use.dpt = ( dpt \%in\% names(purchase) ),
27 \code{am}oun\code{t} purchased, and optionally \code{dpt} -
30 units used for \code{dpt} is assumed to be units of \code{amt} per
110 \code{dpt}, and is essentially what this allows for.
179 dpt <- sample( 4:1*365, sum(n), replace=TRUE )
184 dpt = dpt )
195 # "dpt"" and the follow-up data frame fu has variable names "id",
201 use.dpt = TRUE,
211 use.dpt = FALSE,
[all …]

12345678910>>...41