HomeSort by relevance Sort by last modified time
    Searched refs:Edge (Results 276 - 300 of 359) sorted by null

<<1112131415

  /external/v8/src/compiler/
js-typed-lowering.cc 274 for (Edge edge : node_->use_edges()) {
275 Node* const user = edge.from();
277 if (NodeProperties::IsControlEdge(edge)) {
283 edge.UpdateTo(jsgraph()->Dead());
479 for (Edge edge : exception_merge->use_edges()) {
480 if (NodeProperties::IsEffectEdge(edge)) edge.UpdateTo(exception_effect);
481 if (NodeProperties::IsValueEdge(edge)) edge.UpdateTo(exception_value)
    [all...]
simplified-lowering.cc 163 for (Edge edge : node->use_edges()) {
164 if (NodeProperties::IsControlEdge(edge)) {
165 edge.UpdateTo(control);
166 } else if (NodeProperties::IsEffectEdge(edge)) {
167 edge.UpdateTo(effect);
169 DCHECK(NodeProperties::IsValueEdge(edge) ||
170 NodeProperties::IsContextEdge(edge));
    [all...]
instruction-selector.cc 251 for (Edge const edge : node->use_edges()) {
252 if (edge.from() != user && NodeProperties::IsValueEdge(edge)) {
264 for (Edge const edge : node->use_edges()) {
265 Node* from = edge.from();
    [all...]
js-native-context-specialization.cc 247 for (Edge edge : node->use_edges()) {
248 if (NodeProperties::IsValueEdge(edge) && edge.from() != value) {
249 edge.UpdateTo(value);
250 Revisit(edge.from());
    [all...]
  /system/update_engine/payload_generator/
inplace_generator_unittest.cc 240 set<Edge> cut_edges;
  /external/ImageMagick/www/api/
morphology.php 107 <p>AcquireKernelBuiltIn() returned one of the 'named' built-in types of kernels used for special purposes such as gaussian blurring, skeleton pruning, and edge distance determination.</p>
142 <dd> LoG:{radius},{sigma} "Laplacian of a Gaussian" or "Mexician Hat" Kernel. The supposed ideal edge detection, zero-summing kernel. </dd>
168 <dd> Laplacian:{type} Discrete Lapacian Kernels, (without normalization) Type 0 : 3x3 with center:8 surounded by -1 (8 neighbourhood) Type 1 : 3x3 with center:4 edge:-1 corner:0 (4 neighbourhood) Type 2 : 3x3 with center:4 edge:1 corner:-2 Type 3 : 3x3 with center:4 edge:-2 corner:1 Type 5 : 5x5 laplacian Type 7 : 7x7 laplacian Type 15 : 5x5 LoG (sigma approx 1.4) Type 19 : 9x9 LoG (sigma approx 1.4) </dd>
170 <dd> Sobel:{angle} Sobel 'Edge' convolution kernel (3x3) | -1, 0, 1 | | -2, 0,-2 | | -1, 0, 1 | </dd>
174 <dd> Prewitt:{angle} Prewitt Edge convolution kernel (3x3) | -1, 0, 1 | | -1, 0, 1 | | -1, 0, 1 | </dd>
180 <dd> FreiChen:{angle} Frei-Chen Edge Detector is based on a kernel that is similar to the Sobel Kernel, but is designed to be isotropic. That is it takes into account the distance of the diagonal in the kernel. </dd>
194 <dd> However this kernel is als at the heart of the FreiChen Edge Detection Process which uses a set of 9 specially weighted kernel. These 9 kernels not be normalized, but directly applied to the image. The results is then added together, to produce the intensity of an edge in a specific direction. The square root of the pixel value can then be taken as the cosine of th (…)
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
MallocChecker.cpp     [all...]
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
rasterizer.cpp 73 struct EDGE
75 double a, b; // a, b edge coefficients in fix8
87 /// @param vEdge0-2 - edge equations evaluated at sample pos at each of the 4 corners of a raster tile
88 /// @param vA, vB - A & B coefs for each edge of the triangle (Ax + Bx + C)
89 /// @param vStepQuad0-2 - edge equations evaluated at the UL corners of the 2x2 pixel quad.
92 INLINE uint64_t rasterizePartialTile(DRAW_CONTEXT *pDC, double startEdges[NumEdges], EDGE *pRastEdges)
126 // if edge 0 is degenerate and will be skipped; init the mask
258 // Top: if an edge is horizontal, and it is above other edges in tri pixel space, it is a 'top' edge
259 // Left: if an edge is not horizontal, and it is on the left side of the triangle in pixel space, it is a 'left' edg
    [all...]
  /external/v8/tools/turbolizer/
graph-view.js 190 edges.forEach(function(edge) {
191 if (edgeFilter == undefined || edgeFilter(edge, edgeNumber)) {
192 frontier.add(edge);
207 edgeFrontier.forEach(function(edge) {
208 if (edge.visible) {
213 edgeFrontier.forEach(function(edge) {
214 edge.visible = newState;
216 var node = inEdges ? edge.source : edge.target;
295 var newEdge = new Edge(t, e.index, s, e.type)
    [all...]
  /prebuilts/tools/common/m2/repository/org/parboiled/parboiled-java/1.0.2/
parboiled-java-1.0.2.jar 
  /external/pdfium/xfa/fxfa/parser/
xfa_basic_data.cpp 227 {0x4523af55, L"edge", XFA_Element::Edge,
    [all...]
  /external/llvm/lib/Analysis/
ValueTracking.cpp     [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/codegen/
nv50_ir_peephole.cpp     [all...]
nv50_ir_emit_gm107.cpp     [all...]
nv50_ir_emit_nvc0.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp 332 // When we if-convert we need to create edge masks. We have to cache values
368 /// A helper function that computes the predicate of the edge between SRC
    [all...]
  /prebuilts/tools/common/m2/repository/net/orfjackal/retrolambda/retrolambda/2.0.6/
retrolambda-2.0.6.jar 
  /external/guice/lib/build/
jarjar-1.1.jar 
  /external/testng/lib-supplied/
jarjar-issue-21.jar 
  /prebuilts/tools/common/m2/repository/com/googlecode/jarjar/jarjar/1.3/
jarjar-1.3.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/jarjar/jarjar/1.2.1/
jarjar-1.2.1.jar 
  /prebuilts/misc/common/jacoco/lib/
jacocoagent.jar 
  /prebuilts/tools/common/asm-tools/
asm-debug-all-4.0.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/
org.eclipse.sisu.inject-0.0.0.M5.jar 
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/
org.jacoco.agent-0.7.6.201602180812-runtime.jar 

Completed in 1130 milliseconds

<<1112131415