Home
last modified time | relevance | path

Searched refs:tVals (Results 1 – 25 of 30) sorted by relevance

12

/dports/graphics/py-pyqtgraph/pyqtgraph-0.12.3/pyqtgraph/imageview/
H A DImageView.py320 self.tVals = xvals
345 self.ui.roiPlot.setXRange(self.tVals.min(), self.tVals.max())
348 if len(self.tVals) > 1:
349 start = self.tVals.min()
350 stop = self.tVals.max() + abs(self.tVals[-1] - self.tVals[0]) * 0.02
351 elif len(self.tVals) == 1:
353 stop = self.tVals[0] + 0.5
585 mn = self.tVals.min()
586 mx = self.tVals.max()
635 xvals = self.tVals
[all …]
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/pathops/
H A DSkPathOpsAsWinding.cpp59 double tVals[3]; in contains_edge() local
62 int count = (*CurveIntercept[verb * 2])(pts, weight, edge.fY, tVals); in contains_edge()
66 SkScalar intersectX = (*CurvePointAtT[verb])(pts, weight, tVals[index]).fX; in contains_edge()
72 tVals[index] = tVals[--count]; in contains_edge()
83 tVals[index] = tVals[--count]; in contains_edge()
87 directions[index] = to_direction((*CurveSlopeAtT[verb])(pts, weight, tVals[index]).fY); in contains_edge()
91 if (zero_or_one(tVals[index]) && Contour::Direction::kCCW != directions[index]) { in contains_edge()
H A DSkPathOpsWinding.cpp131 double tVals[3]; in rayCheck() local
133 int roots = (*CurveIntercept[fVerb * 2 + xy_index(dir)])(fPts, fWeight, baseYX, tVals); in rayCheck()
135 double t = tVals[index]; in rayCheck()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/pathops/
H A DSkPathOpsAsWinding.cpp59 double tVals[3]; in contains_edge() local
62 int count = (*CurveIntercept[verb * 2])(pts, weight, edge.fY, tVals); in contains_edge()
66 SkScalar intersectX = (*CurvePointAtT[verb])(pts, weight, tVals[index]).fX; in contains_edge()
72 tVals[index] = tVals[--count]; in contains_edge()
83 tVals[index] = tVals[--count]; in contains_edge()
87 directions[index] = to_direction((*CurveSlopeAtT[verb])(pts, weight, tVals[index]).fY); in contains_edge()
91 if (zero_or_one(tVals[index]) && Contour::Direction::kCCW != directions[index]) { in contains_edge()
H A DSkPathOpsWinding.cpp131 double tVals[3]; in rayCheck() local
133 int roots = (*CurveIntercept[fVerb * 2 + xy_index(dir)])(fPts, fWeight, baseYX, tVals); in rayCheck()
135 double t = tVals[index]; in rayCheck()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/pathops/
H A DSkPathOpsAsWinding.cpp59 double tVals[3]; in contains_edge() local
62 int count = (*CurveIntercept[verb * 2])(pts, weight, edge.fY, tVals); in contains_edge()
66 SkScalar intersectX = (*CurvePointAtT[verb])(pts, weight, tVals[index]).fX; in contains_edge()
72 tVals[index] = tVals[--count]; in contains_edge()
83 tVals[index] = tVals[--count]; in contains_edge()
87 directions[index] = to_direction((*CurveSlopeAtT[verb])(pts, weight, tVals[index]).fY); in contains_edge()
91 if (zero_or_one(tVals[index]) && Contour::Direction::kCCW != directions[index]) { in contains_edge()
H A DSkPathOpsWinding.cpp131 double tVals[3]; in rayCheck() local
133 int roots = (*CurveIntercept[fVerb * 2 + xy_index(dir)])(fPts, fWeight, baseYX, tVals); in rayCheck()
135 double t = tVals[index]; in rayCheck()
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/pathops/
H A DSkPathOpsAsWinding.cpp59 double tVals[3]; in contains_edge() local
62 int count = (*CurveIntercept[verb * 2])(pts, weight, edge.fY, tVals); in contains_edge()
66 SkScalar intersectX = (*CurvePointAtT[verb])(pts, weight, tVals[index]).fX; in contains_edge()
72 tVals[index] = tVals[--count]; in contains_edge()
83 tVals[index] = tVals[--count]; in contains_edge()
87 directions[index] = to_direction((*CurveSlopeAtT[verb])(pts, weight, tVals[index]).fY); in contains_edge()
91 if (zero_or_one(tVals[index]) && Contour::Direction::kCCW != directions[index]) { in contains_edge()
H A DSkPathOpsWinding.cpp131 double tVals[3]; in rayCheck() local
133 int roots = (*CurveIntercept[fVerb * 2 + xy_index(dir)])(fPts, fWeight, baseYX, tVals); in rayCheck()
135 double t = tVals[index]; in rayCheck()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/pathops/
H A DSkPathOpsAsWinding.cpp59 double tVals[3]; in contains_edge() local
62 int count = (*CurveIntercept[verb * 2])(pts, weight, edge.fY, tVals); in contains_edge()
66 SkScalar intersectX = (*CurvePointAtT[verb])(pts, weight, tVals[index]).fX; in contains_edge()
72 tVals[index] = tVals[--count]; in contains_edge()
83 tVals[index] = tVals[--count]; in contains_edge()
87 directions[index] = to_direction((*CurveSlopeAtT[verb])(pts, weight, tVals[index]).fY); in contains_edge()
91 if (zero_or_one(tVals[index]) && Contour::Direction::kCCW != directions[index]) { in contains_edge()
H A DSkPathOpsWinding.cpp131 double tVals[3]; in rayCheck() local
133 int roots = (*CurveIntercept[fVerb * 2 + xy_index(dir)])(fPts, fWeight, baseYX, tVals); in rayCheck()
135 double t = tVals[index]; in rayCheck()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/pathops/
H A DSkPathOpsAsWinding.cpp60 double tVals[3]; in contains_edge() local
63 int count = (*CurveIntercept[verb * 2])(pts, weight, edge.fY, tVals); in contains_edge()
67 SkScalar intersectX = (*CurvePointAtT[verb])(pts, weight, tVals[index]).fX; in contains_edge()
73 tVals[index] = tVals[--count]; in contains_edge()
84 tVals[index] = tVals[--count]; in contains_edge()
88 directions[index] = to_direction((*CurveSlopeAtT[verb])(pts, weight, tVals[index]).fY); in contains_edge()
92 if (zero_or_one(tVals[index]) && Contour::Direction::kCCW != directions[index]) { in contains_edge()
H A DSkPathOpsWinding.cpp132 double tVals[3]; in rayCheck() local
134 int roots = (*CurveIntercept[fVerb * 2 + xy_index(dir)])(fPts, fWeight, baseYX, tVals); in rayCheck()
136 double t = tVals[index]; in rayCheck()
/dports/cad/alliance/alliance/src/nero/src/
H A Dnero.cpp188 if (options.tVals.size() < 2) { in main()
198 name_lofig = options.tVals[0]; in main()
199 name_routed = options.tVals[1]; in main()
H A DUOpts.cpp158 tVals.push_back (argv[key]); in getopts()
H A DUDefs.h295 public: vector<string> tVals;
/dports/graphics/blender/blender-2.91.0/release/scripts/addons/add_curve_sapling/
H A Dutils.py235 for t in tVals:
283 for t in tVals:
1399 tVals = [1.0]
1402 tVals = tVals[trimNum:]
1407 tVals = [(floor(t * nrings) / nrings) * uniform(.995, 1.005) for t in tVals[:-1]]
1408 tVals.append(1)
1409 tVals = [t for t in tVals if t > baseSize]
1413 tVals = [((t - baseSize) / (1 - baseSize)) for t in tVals]
1415 tVals = [t ** (1 / branchDist) for t in tVals]
1417 tVals = [1 - (1 - t) ** branchDist for t in tVals]
[all …]
/dports/science/rdkit/rdkit-Release_2021_03_5/rdkit/ML/Data/
H A DUnitTestStats.py48 tVals = numpy.array([1.76877414, 0.92707592, 0.30414995])
52 assert max((abs(eVals - tVals)).ravel()) < FLOAT_TOL, 'bad variances from PCA'
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/io/
H A DNCHelperEuler.cpp186 tVals.resize(nTimeSteps); in init_mesh_vals()
295 …rval = read_coordinate("time", 0, nTimeSteps - 1, tVals);MB_CHK_SET_ERR(rval, "Trouble reading 'ti… in init_mesh_vals()
298 …rval = read_coordinate("t", 0, nTimeSteps - 1, tVals);MB_CHK_SET_ERR(rval, "Trouble reading 't' va… in init_mesh_vals()
303 tVals.push_back((double)t); in init_mesh_vals()
H A DNCHelperFV.cpp191 tVals.resize(nTimeSteps); in init_mesh_vals()
282 …rval = read_coordinate("time", 0, nTimeSteps - 1, tVals);MB_CHK_SET_ERR(rval, "Trouble reading 'ti… in init_mesh_vals()
285 …rval = read_coordinate("t", 0, nTimeSteps - 1, tVals);MB_CHK_SET_ERR(rval, "Trouble reading 't' va… in init_mesh_vals()
290 tVals.push_back((double)t); in init_mesh_vals()
H A DNCHelper.cpp167 if (tVals.empty()) in create_conventional_tags()
169 val.resize(tVals.size()); in create_conventional_tags()
170 for (unsigned int j = 0; j != tVals.size(); j++) in create_conventional_tags()
336 if (time_tag_vals[i] < tVals[j]) in update_time_tag_vals()
339 merged_time_vals.push_back(tVals[j++]); in update_time_tag_vals()
348 merged_time_vals.push_back(tVals[j++]); in update_time_tag_vals()
H A DNCHelperHOMME.cpp159 …rval = read_coordinate("time", 0, nTimeSteps - 1, tVals);MB_CHK_SET_ERR(rval, "Trouble reading 'ti… in init_mesh_vals()
162 …rval = read_coordinate("t", 0, nTimeSteps - 1, tVals);MB_CHK_SET_ERR(rval, "Trouble reading 't' va… in init_mesh_vals()
167 tVals.push_back((double)t); in init_mesh_vals()
H A DNCHelper.hpp94 std::vector<double> tVals, levVals; member in moab::NCHelper
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/pathops/
H A DSkPathOpsWinding.cpp129 double tVals[3]; in rayCheck() local
131 int roots = (*CurveIntercept[fVerb * 2 + xy_index(dir)])(fPts, fWeight, baseYX, tVals); in rayCheck()
133 double t = tVals[index]; in rayCheck()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/pathops/
H A DSkPathOpsWinding.cpp129 double tVals[3]; in rayCheck() local
131 int roots = (*CurveIntercept[fVerb * 2 + xy_index(dir)])(fPts, fWeight, baseYX, tVals); in rayCheck()
133 double t = tVals[index]; in rayCheck()

12