Home
last modified time | relevance | path

Searched defs:ctrls (Results 1 – 7 of 7) sorted by relevance

/external/eigen/unsupported/test/
Dsplines.cpp52 MatrixXd ctrls(8,2); in closed_spline2d() local
82 MatrixXd ctrls(8,3); in spline3d() local
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DRoundRectangle.java325 double ctrls[] = ctrlpts[index]; in getPathIterator() local
342 double ctrls[] = ctrlpts[index]; in getPathIterator() local
/external/eigen/unsupported/Eigen/src/Splines/
DSpline.h81 …Spline(const OtherVectorType& knots, const OtherArrayType& ctrls) : m_knots(knots), m_ctrls(ctrls)… in Spline()
99 const ControlPointVectorType& ctrls() const { return m_ctrls; } in ctrls() function
DSplineFitting.h315 ControlPointVectorType ctrls = qr.solve(MatrixType(pts.transpose())).transpose(); in Interpolate() local
/external/libxkbcommon/xkbcommon/src/
Dkeymap.h200 enum xkb_action_controls ctrls; member
238 struct xkb_controls_action ctrls; member
277 enum xkb_action_controls ctrls; member
/external/v8/src/runtime/
Druntime-test.cc44 const WasmCompileControls& ctrls = g_PerIsolateWasmControls.Get().at(isolate); in IsWasmCompileAllowed() local
56 const WasmCompileControls& ctrls = g_PerIsolateWasmControls.Get().at(isolate); in IsWasmInstantiateAllowed() local
/external/tensorflow/tensorflow/python/debug/cli/
Danalyzer_cli.py1484 def _format_neighbors(self, neighbor_type, non_ctrls, ctrls): argument