Home
last modified time | relevance | path

Searched refs:lowerTail (Results 1 – 6 of 6) sorted by relevance

/dports/textproc/sablotron/Sablot-1.0.3/src/engine/
H A Dhash.cpp197 *lowerTail, in expandWatching() local
204 upperTail = lowerTail = NULL; in expandWatching()
210 chain(p, lowerTail, i); in expandWatching()
214 if (lowerTail) in expandWatching()
215 lowerTail -> next = NULL; in expandWatching()
222 retval = (hashed & distinguish) ? upperTail : lowerTail; in expandWatching()
/dports/java/jgraph/jgraph-java-5.13.0.4/src/com/jgraph/layout/tree/
H A DJGraphCompactTreeLayout.java237 t.contour.lowerTail = new PolyLine(0, -t.width - 2 * nodeDistance, null); in layoutLeaf()
239 t.contour.lowerTail); in layoutLeaf()
303 c1.lowerTail = c2.lowerTail; in merge()
305 b = bridge(c2.lowerTail, x, y, upper, 0, 0); in merge()
307 c1.lowerTail = b; in merge()
625 PolyLine lowerHead, lowerTail; field in JGraphCompactTreeLayout.Polygon
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/test/java/org/apache/commons/math3/distribution/
H A DNormalDistributionTest.java164 double lowerTail = distribution.cumulativeProbability(-i); in testExtremeValues() local
169 Assert.assertTrue(lowerTail > 0.0d); in testExtremeValues()
173 Assert.assertTrue(lowerTail < 0.00001); in testExtremeValues()
/dports/java/jgraphx/jgraphx-4.2.2/src/com/mxgraph/layout/
H A DmxCompactTreeLayout.java684 node.contour.lowerTail = createLine(0, -node.width - dist, null); in layoutLeaf()
686 node.contour.lowerTail); in layoutLeaf()
751 p1.lowerTail = p2.lowerTail; in merge()
755 Polyline b = bridge(p2.lowerTail, x, y, upper, 0, 0); in merge()
759 p1.lowerTail = b; in merge()
1182 protected Polyline lowerHead, lowerTail, upperHead, upperTail; field in mxCompactTreeLayout.Polygon
/dports/textproc/enchant/enchant-1.6.0/src/
H A Dpwl.c593 gchar* upperStr, * upperTail, * lowerTail; in enchant_utf8_strtitle() local
605 lowerTail = g_utf8_strdown(upperTail, -1); in enchant_utf8_strtitle()
608 lowerTail, in enchant_utf8_strtitle()
612 g_free(lowerTail); in enchant_utf8_strtitle()
/dports/textproc/enchant2/enchant-2.2.15/src/
H A Dpwl.c520 gchar *lowerTail = g_utf8_strdown(g_utf8_next_char(upperStr), -1); in enchant_utf8_strtitle() local
521 gchar *result = g_strconcat(title_case_utf8, lowerTail, NULL); in enchant_utf8_strtitle()
523 g_free(lowerTail); in enchant_utf8_strtitle()