Home
last modified time | relevance | path

Searched refs:cdepth (Results 1 – 25 of 97) sorted by relevance

1234

/dports/net-mgmt/netdot/Netdot-netdot-1.0.7/lib/Netdot/
H A DIPVisual.pm78 my ($class, $sector,$cdepth, $depth) = @_;
86 if(($cdepth+1)*2 == $create_tree::sub[$i]-1
87 || ($cdepth+1)*2 == $create_tree::sub[$i]){ #needed since it might be inbetween
109 my $b = $create_tree::ta[$i] >> ($create_tree::CHUNKSIZE - ($cdepth*2)-2);
122 @rtnvalues = ($class->build_tree($s0, $cdepth+1, $depth),
123 $class->build_tree($s1, $cdepth+1, $depth),
124 $class->build_tree($s2, $cdepth+1, $depth),
125 $class->build_tree($s3, $cdepth+1, $depth));
144 my($class, $s, $cdepth, $prefix, $number_bits_prefix) = @_;
160 $width = ($create_tree::GRAPHDIM/(2.0**($cdepth)));
[all …]
/dports/converters/p5-LaTeXML/LaTeXML-0.8.6/lib/LaTeXML/Core/
H A DBox.pm176 $self->computeSizeStore(%options) unless (defined $$props{depth}) or (defined $$props{cdepth});
177 return $$props{depth} || $$props{cdepth}; }
184 && ((defined $$props{depth}) or (defined $$props{cdepth}));
186 my $d = $$props{depth} || $$props{cdepth};
214 && (defined $$props{cdepth});
217 . "\n calculated : " . _showsize($$props{cwidth}, $$props{cheight}, $$props{cdepth})
219 …{width} || $$props{cwidth}, $$props{height} || $$props{cheight}, $$props{depth} || $$props{cdepth})
223 $$props{depth} || $$props{cdepth},
226 $$props{cdepth} || $$props{depth}); }
251 $$props{cdepth} = $d unless defined $$props{cdepth};
H A DAlignment.pm286 return ($$self{cwidth}, $$self{cheight}, $$self{cdepth}); }
302 cwidth => $$self{cwidth}, cheight => $$self{cheight}, cdepth => $$self{cdepth},
312 cwidth => $$row{cwidth}, cheight => $$row{cheight}, cdepth => $$row{cdepth},
332 cwidth => $$cell{cwidth}, cheight => $$cell{cheight}, cdepth => $$cell{cdepth},
415 $$cell{cdepth} = $d || Dimension(0);
459 my $d = $$cell{cdepth};
477 $$row{cdepth} = Dimension($rowd)->larger($ds);
492 $y += $$row{cdepth}->valueOf if $$row{cdepth};
502 $$self{cdepth} = Dimension(0);
610 $pruned = max($pruned, $$col{cdepth}->valueOf) if $$col{cdepth};
[all …]
/dports/graphics/p5-Image-Pngslimmer/Image-Pngslimmer-0.30/lib/Image/
H A DPngslimmer.pm1130 $ndepth = $cdepth;
1135 if ( $cdepth == 4 ) {
1144 elsif ( $cdepth == 8 ) {
1149 elsif ( $cdepth == 2 ) {
1297 $ndepth = $cdepth;
1602 $linelength = $width * $cdepth + 1;
1617 if ( $cdepth >= 6 ) {
1769 my $ndepth = $cdepth;
1773 if ( $cdepth == 4 ) {
1782 elsif ( $cdepth == 8 ) {
[all …]
/dports/math/py-numpy/numpy-1.20.3/numpy/core/src/npysort/
H A Dquicksort.c.src137 *psdepth++ = --cdepth;
156 cdepth = *(--psdepth);
213 *psdepth++ = --cdepth;
233 cdepth = *(--psdepth);
315 *psdepth++ = --cdepth;
336 cdepth = *(--psdepth);
401 *psdepth++ = --cdepth;
421 cdepth = *(--psdepth);
513 *psdepth++ = --cdepth;
534 cdepth = *(--psdepth);
[all …]
/dports/multimedia/libkate/libkate-0.4.1/tools/
H A Dkpng.c64 int cdepth,ctype; in kd_read_png8() local
115 cdepth=png_get_bit_depth(png_ptr,info_ptr); in kd_read_png8()
116 if (cdepth>8) { in kd_read_png8()
158 if (bpp) *bpp=cdepth; in kd_read_png8()
171 int ppb=8/cdepth; in kd_read_png8()
172 int mask=(1<<cdepth)-1; in kd_read_png8()
177 (*pixels)[n++]=(row[x/ppb]>>((ppb-1-x%ppb)*cdepth))&mask; in kd_read_png8()
/dports/mail/eps/eps-1.7/
H A Dboundary.c63 m->depth = (e->b->cdepth + 1); in boundary_add()
65 e->b->cdepth++; in boundary_add()
104 e->b->cdepth--; in member_kill()
128 if (m->next->depth != e->b->cdepth) in boundary_is()
176 if ((depth > e->b->cdepth) || (depth < 1)) in boundary_fetch()
193 printf("BOUNDARY_DEBUG:\nCurrent depth: %d\n", e->b->cdepth); in boundary_debug()
H A Dmime.c148 p = boundary_fetch(eps, eps->b->cdepth); in mime_init_stream()
151 eps->m->depth = eps->b->cdepth; in mime_init_stream()
224 if (eps->b->cdepth == 0) { in mime_next_line()
H A Dboundary.h12 char cdepth; member
/dports/graphics/embree/embree-3.13.2/kernels/bvh/
H A Dbvh_rotate.cpp25 vint4 cdepth; in rotate() local
27 cdepth[c] = (int)rotate(parent->child(c),depth+1); in rotate()
95 …vbool4 valid = vint4(int(depth+1))+cdepth <= vint4(mbd); // only select swaps that fulfill depth c… in rotate()
112 if (bestChild1 == size_t(-1)) return 1+reduce_max(cdepth); in rotate()
123 cdepth[bestChild1]++; // bestChild1 was pushed down one level in rotate()
124 return 1+reduce_max(cdepth); in rotate()
/dports/net-mgmt/arpwatch/arpwatch-3.2/
H A Dreport.c81 static int cdepth; /* number of outstanding children */ variable
237 --cdepth; in reaper()
282 while (cdepth >= 3) { in report()
283 lg(LOG_ERR, "report: pausing (cdepth %d)", cdepth); in report()
291 ++cdepth; in report()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/3d-viewer/3d_rendering/
H A Dpost_shader_ssao.cpp135 float cdepth = GetDepthAt( aShaderPos ); in Shade() local
137 if( cdepth > FLT_EPSILON ) in Shade()
139 cdepth = ( 30.0f / ( cdepth * 2.0f + 1.0f ) ); in Shade()
159 const int npw = (int) ( ( pw + i ) * cdepth ) + ( i + 1 ); in Shade()
160 const int nph = (int) ( ( ph + i ) * cdepth ) + ( i + 1 ); in Shade()
/dports/math/ngraph/Ngraph-6.3.54-src/x11/
H A Dogra2x11.c135 int cdepth; member
399 x11local->cdepth=X11COLORDEPTH; in x11init()
410 if (x11local->cdepth<2) x11local->cdepth=2; in x11init()
411 if (x11local->cdepth>8) x11local->cdepth=8; in x11init()
729 R=R*x11local->cdepth/256; in x11RGB()
730 if (R>=x11local->cdepth) R=x11local->cdepth-1; in x11RGB()
732 G=G*x11local->cdepth/256; in x11RGB()
733 if (G>=x11local->cdepth) G=x11local->cdepth-1; in x11RGB()
735 B=B*x11local->cdepth/256; in x11RGB()
736 if (B>=x11local->cdepth) B=x11local->cdepth-1; in x11RGB()
[all …]
/dports/math/ogdf/OGDF/src/ogdf/cluster/
H A DClusterAnalysis.cpp175 ClusterArray<int> cdepth(*m_C); in init() local
176 cdepth[m_C->rootCluster()] = 0; in init()
185 cdepth[cc] = cdepth[cc->parent()]+1; in init()
231 int clevel = cdepth[*ctit]; in init()
256 int clevel = cdepth[*ctit]; in init()
/dports/sysutils/bulk_extractor/bulk_extractor-2.0.0-beta2/src/be13_api/
H A Dpos0.h65 unsigned int cdepth = 0; in calc_depth() local
68 cdepth += 1; in calc_depth()
71 return cdepth; in calc_depth()
/dports/games/openlierox/OpenLieroX/src/client/DeprecatedGUI/
H A DMenu_Options.cpp747 int cdepth = ((CCombobox *)cOpt_System.getWidget(os_ColourDepth))->getSelectedIndex(); in Menu_OptionsFrame() local
748 switch (cdepth) { in Menu_OptionsFrame()
749 case 0: cdepth = 0; break; in Menu_OptionsFrame()
750 case 1: cdepth = 16; break; in Menu_OptionsFrame()
751 case 2: cdepth = 24; break; in Menu_OptionsFrame()
752 case 3: cdepth = 32; break; in Menu_OptionsFrame()
753 default: cdepth = 16; in Menu_OptionsFrame()
775 bool restart = (tLXOptions->bOpenGL != opengl) || (tLXOptions->iColourDepth != cdepth); in Menu_OptionsFrame()
780 tLXOptions->iColourDepth = cdepth; in Menu_OptionsFrame()
921 …if(cdepth != tLXOptions->iColourDepth || opengl != tLXOptions->bOpenGL || fullscr != tLXOptions->b… in Menu_OptionsFrame()
/dports/games/arx-libertatis/arx-libertatis-1.1.2/src/graphics/
H A DGraphicsModes.cpp151 fogEnd *= ACTIVECAM->cdepth; in ARX_GLOBALMODS_Apply()
152 fogStart *= ACTIVECAM->cdepth; in ARX_GLOBALMODS_Apply()
/dports/math/topaz/topaz-3.41/topaz/
H A Dtpvview.cc74 int cdepth = 2; variable
795 double cwidth = 65535.0 / (double)cdepth; in reducedcolor()
802 double cwidth = 65535.1 / (double)cdepth; in getusecolor()
803 for (int r = 0; r <= cdepth; r++) in getusecolor()
805 for (int g = 0; g <= cdepth; g++) in getusecolor()
807 for (int b = 0; b <= cdepth; b++) in getusecolor()
1018 cdepth = atoi(optarg); in main()
/dports/lang/snobol4/snobol4-2.2.2/
H A Dparms.h33 extern int cdepth;
/dports/math/vtk9/VTK-9.1.0/Rendering/OpenGL2/glsl/
H A DvtkDepthOfFieldPassFS.glsl62 float cdepth = texture2D(depth,tcoordVC).r;
63 float CoC = CoCScale*cdepth + CoCBias;
/dports/math/vtk8/VTK-8.2.0/Rendering/OpenGL2/glsl/
H A DvtkDepthOfFieldPassFS.glsl62 float cdepth = texture2D(depth,tcoordVC).r;
63 float CoC = CoCScale*cdepth + CoCBias;
/dports/lang/snobol4/snobol4-2.2.2/include/
H A Dmacros.h188 #define START_CALL() cdepth++; tdepth[cdepth]=0;
190 #define BRANCH(NAME) {tdepth[cdepth]++; return (NAME (retval));}
192 #define RETURN(VALUE) {returns[tdepth[cdepth--]]++; RSTSTK(); return (VALUE);}
/dports/math/ogdf/OGDF/src/ogdf/cluster/internal/
H A DCPlanarityMaster.cpp485 int cdepth = 0; in addExternalConnections() local
489 cdepth++; in addExternalConnections()
495 if ((mark[qc] == 0) && (m_ca->minIOALevel(qc)<= cdepth)) in addExternalConnections()
517 Logger::slout()<<"*Searching satchels for next cluster with depth "<<cdepth<<"*\n"; in addExternalConnections()
544 OGDF_ASSERT(m_ca->minIOALevel(w)<= cdepth); in addExternalConnections()
545 if (m_ca->minIOALevel(w)<= cdepth) in addExternalConnections()
559 if (m_ca->minIOALevel(w)<= cdepth) in addExternalConnections()
/dports/net/x11vnc/x11vnc-0.9.16/src/
H A DmacosxCG.c466 int datasize, row_bytes, cdepth, comps, bpcomp; in macosxCG_get_cursor() local
508 &rect, &hot, &cdepth, &comps, &bpcomp); in macosxCG_get_cursor()
511 datasize, row_bytes, cdepth, comps, bpcomp, (int) rect.size.width, (int) rect.size.height); in macosxCG_get_cursor()
518 if (cdepth == 24) { in macosxCG_get_cursor()
519 cdepth = 32; in macosxCG_get_cursor()
538 (int) rect.size.width, (int) rect.size.height, cdepth, (int) hot.x, (int) hot.y); in macosxCG_get_cursor()
/dports/lang/snobol4/snobol4-2.2.2/lib/
H A Dendex.c26 int cdepth; variable

1234