Home
last modified time | relevance | path

Searched refs:bottom1 (Results 1 – 25 of 80) sorted by relevance

1234

/dports/games/moonlander/moon-lander/
H A Dgame_lib.c222 int bottom1, bottom2, over_bottom; in collision_detect_perfect() local
234 bottom1 = obj1.y + obj1.h; in collision_detect_perfect()
239 if (bottom1 < top2) return(0); in collision_detect_perfect()
247 if (bottom1 > bottom2) over_bottom = bottom2; in collision_detect_perfect()
248 else over_bottom = bottom1; in collision_detect_perfect()
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/main/java/org/apache/commons/math3/analysis/interpolation/
H A DHermiteInterpolator.java104 final double[] bottom1 = bottomDiagonal.get(n - (j + 1)); in addSamplePoint() local
110 bottom1[k] = inv * (bottom0[k] - bottom1[k]); in addSamplePoint()
112 bottom0 = bottom1; in addSamplePoint()
H A DFieldHermiteInterpolator.java112 final T[] bottom1 = bottomDiagonal.get(n - (j + 1)); in addSamplePoint() local
118 bottom1[k] = inv.multiply(bottom0[k].subtract(bottom1[k])); in addSamplePoint()
120 bottom0 = bottom1; in addSamplePoint()
/dports/math/R-cran-prodlim/prodlim/R/
H A DfindArrow.R7 bottom1 <- Box1[2] functionVar
28 bottom=as.numeric(bottom1),
29 top=as.numeric(bottom1+height1),
30 mid.vertical=as.numeric(bottom1+height1/2))
/dports/biology/p5-Bio-Graphics/Bio-Graphics-2.40/lib/Bio/Graphics/
H A DGlyph.pm1185 my $bottom1 = $dy + $xb;
1194 $top1,$bottom1,$left,
1224 my ($top1,$bottom1,$left,$top2,$bottom2,$right) = @_;
1228 my $center1 = ($top1 + $bottom1)/2;
1229 my $quarter1 = $top1 + ($bottom1-$top1)/4;
1254 my $center1 = ($top1 + $bottom1)/2;
1266 my $center1 = ($top1 + $bottom1)/2;
1281 my $center1 = ($top1 + $bottom1)/2;
1313 my $center1 = ($top1 + $bottom1)/2;
1320 ($top1, $bottom1) = ($bottom1, $top1) if ($bottom1 < $top1);
[all …]
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/HighOrderMeshOptimizer/
H A DBoundaryLayerCurver3D.cpp115 bottom1->xyz2uvw(xyz, uvw); in drawIdealPositionEdge()
116 bottom1->getJacobian(uvw[0], uvw[1], uvw[2], gradients); in drawIdealPositionEdge()
125 bottom1->getNum(), bottom2->getNum()); in drawIdealPositionEdge()
791 bottom1->getEdgeInfo(baseEdge.getEdge(), nEdge1, sign1); in idealPositionEdge()
796 const int nVertices1 = bottom1->getNumPrimaryVertices(); in idealPositionEdge()
806 bottom1->getNode(iNodeBeg, uvwS1beg[0], uvwS1beg[1], uvwS1beg[2]); in idealPositionEdge()
807 bottom1->getNode(iNodeEnd, uvwS1end[0], uvwS1end[1], uvwS1end[2]); in idealPositionEdge()
829 bottom1->getJacobian(uvw[0], uvw[1], uvw[2], gradients); in idealPositionEdge()
909 void computeExtremityCoefficients(const MElement *bottom1, in computeExtremityCoefficients() argument
918 getBisectorsAtCommonCorners(bottom1, bottom2, baseEdge, n1, n2); in computeExtremityCoefficients()
[all …]
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/src/operator/
H A Dcorrelation.cu51 const Dtype *bottom0, const Dtype *bottom1, Dtype *top) { in CorrelateData() argument
88 sum[ch_off] += patch_data[idxPatchData] * bottom1[idx2]; in CorrelateData()
112 Dtype *bottom0diff, const Dtype *bottom1, const Dtype *topdiff) { in CorrelateDataBackward0() argument
146 Dtype bot1tmp = bottom1[idxbot1]; // bottom1[l+s2o,m+s2p,n] in CorrelateDataBackward0()
239 const Dtype *bottom0, const Dtype *bottom1, Dtype *top) { in CorrelateDataSubtract() argument
264 sum += fabsf(bottom0[idx1] - bottom1[idx2]); in CorrelateDataSubtract()
281 Dtype *bottom0diff, const Dtype *bottom0, const Dtype *bottom1, const Dtype *topdiff) { in CorrelateDataBackward0Subtract() argument
318 Dtype bot1tmp = bottom1[idxbot1]; in CorrelateDataBackward0Subtract()
347 const Dtype *bottom1, Dtype *bottom1diff, const Dtype *topdiff) { in CorrelateDataBackward1Subtract() argument
390 Dtype bot1tmp = bottom1[idxbot1]; in CorrelateDataBackward1Subtract()
/dports/misc/mxnet/incubator-mxnet-1.9.0/src/operator/
H A Dcorrelation.cu51 const Dtype *bottom0, const Dtype *bottom1, Dtype *top) { in CorrelateData() argument
88 sum[ch_off] += patch_data[idxPatchData] * bottom1[idx2]; in CorrelateData()
112 Dtype *bottom0diff, const Dtype *bottom1, const Dtype *topdiff) { in CorrelateDataBackward0() argument
146 Dtype bot1tmp = bottom1[idxbot1]; // bottom1[l+s2o,m+s2p,n] in CorrelateDataBackward0()
239 const Dtype *bottom0, const Dtype *bottom1, Dtype *top) { in CorrelateDataSubtract() argument
264 sum += fabsf(bottom0[idx1] - bottom1[idx2]); in CorrelateDataSubtract()
281 Dtype *bottom0diff, const Dtype *bottom0, const Dtype *bottom1, const Dtype *topdiff) { in CorrelateDataBackward0Subtract() argument
318 Dtype bot1tmp = bottom1[idxbot1]; in CorrelateDataBackward0Subtract()
347 const Dtype *bottom1, Dtype *bottom1diff, const Dtype *topdiff) { in CorrelateDataBackward1Subtract() argument
390 Dtype bot1tmp = bottom1[idxbot1]; in CorrelateDataBackward1Subtract()
/dports/math/spooles/spooles.2.2/misc/src/
H A DND2.c348 int bottom1, bottom2, depth1, depth2, height, i, j, k1, k2, k3, in SplitZ() local
356 bottom1 = bottom ; in SplitZ()
362 depth1 = top1 - bottom1 + 1 ; in SplitZ()
370 west, east, south, north, bottom1, top1) ; in SplitZ()
373 west, east, south, north, bottom1, top1) ; in SplitZ()
H A DND.c289 int bottom1, bottom2, i, j, k1, k2, k3, m, m1, top1, top2 ; in SplitZ() local
292 bottom1 = bottom ; in SplitZ()
304 west, east, south, north, bottom1, top1) ; } in SplitZ()
/dports/math/spooles-mpich/spooles.2.2_SHARED/misc/src/
H A DND2.c348 int bottom1, bottom2, depth1, depth2, height, i, j, k1, k2, k3, in SplitZ() local
356 bottom1 = bottom ; in SplitZ()
362 depth1 = top1 - bottom1 + 1 ; in SplitZ()
370 west, east, south, north, bottom1, top1) ; in SplitZ()
373 west, east, south, north, bottom1, top1) ; in SplitZ()
H A DND.c289 int bottom1, bottom2, i, j, k1, k2, k3, m, m1, top1, top2 ; in SplitZ() local
292 bottom1 = bottom ; in SplitZ()
304 west, east, south, north, bottom1, top1) ; } in SplitZ()
/dports/math/spooles-mpich/spooles.2.2/misc/src/
H A DND2.c348 int bottom1, bottom2, depth1, depth2, height, i, j, k1, k2, k3, in SplitZ() local
356 bottom1 = bottom ; in SplitZ()
362 depth1 = top1 - bottom1 + 1 ; in SplitZ()
370 west, east, south, north, bottom1, top1) ; in SplitZ()
373 west, east, south, north, bottom1, top1) ; in SplitZ()
H A DND.c289 int bottom1, bottom2, i, j, k1, k2, k3, m, m1, top1, top2 ; in SplitZ() local
292 bottom1 = bottom ; in SplitZ()
304 west, east, south, north, bottom1, top1) ; } in SplitZ()
/dports/math/spooles/spooles.2.2_SHARED/misc/src/
H A DND2.c348 int bottom1, bottom2, depth1, depth2, height, i, j, k1, k2, k3, in SplitZ() local
356 bottom1 = bottom ; in SplitZ()
362 depth1 = top1 - bottom1 + 1 ; in SplitZ()
370 west, east, south, north, bottom1, top1) ; in SplitZ()
373 west, east, south, north, bottom1, top1) ; in SplitZ()
H A DND.c289 int bottom1, bottom2, i, j, k1, k2, k3, m, m1, top1, top2 ; in SplitZ() local
292 bottom1 = bottom ; in SplitZ()
304 west, east, south, north, bottom1, top1) ; } in SplitZ()
/dports/x11-wm/hs-xmonad/xmonad-0.17.0/tests/
H A DUtils.hs28 notOverlap (left1,bottom1,right1,top1)
30 = (top1 < bottom2 || top2 < bottom1)
/dports/devel/qt5-location/kde-qtlocation-5.15.2p6/src/positioning/
H A Dqgeorectangle.cpp690 double bottom1 = d->bottomRight.latitude(); in intersects() local
700 if (bottom1 > top2) in intersects()
706 if ((bottom1 == -90.0) && (bottom1 == bottom2)) in intersects()
890 double bottom1 = d->bottomRight.latitude(); in operator |=() local
898 double bottom = qMin(bottom1, bottom2); in operator |=()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/3rdparty/adaptagrams/libcola/
H A Dcc_nonoverlapconstraints.cpp195 double bottom1 = yPos1 - shape1.halfDim[1]; in computeOverlapForShapePairInfo() local
207 bottom1 -= shape1.rectPadding.min(YDIM); in computeOverlapForShapePairInfo()
238 double spaceB = bottom1 - top2; in computeOverlapForShapePairInfo()
283 (bottom1 >= bottom2) && (top1 <= top2) ) in computeOverlapForShapePairInfo()
286 double smallShapeArea = (right1 - left1) * (top1 - bottom1); in computeOverlapForShapePairInfo()
290 (bottom2 >= bottom1) && (top2 <= top1) ) in computeOverlapForShapePairInfo()
/dports/security/yersinia/yersinia-8c0d7c5/src/
H A Dmpls.c116 comm_param[MPLS_BOTTOM1] = &mpls_data->bottom1; in mpls_init_comms_struct()
148 mpls_data->bottom1 = 1; in mpls_init_attribs()
538 mpls->bottom1 = MPLS_GET_BOTTOM(cursor8); in mpls_load_values()
541 if (!mpls->bottom1) in mpls_load_values()
742 snprintf(field_values[MPLS_BOTTOM1], 2, "%01d",mpls_tmp->bottom1); in mpls_get_printable_store()
793 mpls_data->bottom1 = *(u_int8_t *)value; in mpls_update_field()
/dports/graphics/photoflow/PhotoFlow-8472024f/src/operations/
H A Dfast_demosaic_algo.cc108 int bottom1 = bottom + 1; if( bottom1 >= imgymax ) bottom1 = imgymax; in fast_demosaic() local
109 int bottom2 = bottom1 + 1; if( bottom2 >= imgymax ) bottom2 = imgymax; in fast_demosaic()
124 int yend1 = bottom1; if( yend1 > (imgymax-bord) ) yend1 = imgymax-bord; in fast_demosaic()
/dports/net-im/nheko/nheko-0.9.0/src/ui/
H A DDropShadow.cpp59 QPointF bottom1(width / 2, height); in draw() local
61 gradient.setFinalStop(bottom1); in draw()
/dports/devel/efl/efl-1.25.1/data/elementary/themes/edc/elm/
H A Dnaviframe.edc81 part { name: "bottom1"; type: SPACER; \
98 signal: "limit,height,zero"; source: "bottom1"; \
101 get_state(PART:"bottom1", st, 30, vl); \
102 if (st[0] == 'd') set_state(PART:"bottom1", "other", 1.0); \
103 else set_state(PART:"bottom1", "default", 1.0); \
108 rel1.to_y: "bottom1"; \
119 rel2.to_y: "bottom1"; \
/dports/math/ogdf/OGDF/src/ogdf/basic/
H A Dgeometry.cpp129 double bottom1 = m_p1.m_y; in intersection() local
138 OGDF_ASSERT(top1 >= bottom1); in intersection()
143 double bottomInter = max(bottom1,bottom2); in intersection()
/dports/games/openttd/openttd-12.1/src/
H A Dtilearea.cpp84 uint bottom1 = top1 + this->h - 1; in Intersects() local
94 top2 > bottom1 || in Intersects()

1234