Home
last modified time | relevance | path

Searched refs:solution (Results 1 – 25 of 339) sorted by relevance

12345678910>>...14

/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dppevvmath.h117 fInt solution = fPositiveOne; /*Starting off with baseline of 1 */ in fExponential() local
132 solution = fMultiply(solution, GetScaledFraction(expk_array[i], 10000)); in fExponential()
139 solution = fMultiply(solution, error_term); in fExponential()
142 solution = fDivide(fPositiveOne, solution); in fExponential()
144 return solution; in fExponential()
152 fInt solution = ConvertToFraction(0); /*Starting off with baseline of 0 */ in fNaturalLog() local
162 solution = fAdd(solution, GetScaledFraction(logk_array[i], 10000)); in fNaturalLog()
169 return (fAdd(solution, error_term)); in fNaturalLog()
542 fInt solution; in fRoundUpByStepSize() local
544 solution = fDivide(A, fStepSize); in fRoundUpByStepSize()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/wagyu/0.4.3/include/mapbox/geometry/wagyu/
H A Dbuild_result.hpp36 void build_result_polygons(mapbox::geometry::multi_polygon<T2>& solution, in build_result_polygons() argument
44 solution.emplace_back(); in build_result_polygons()
45 push_ring_to_polygon(solution.back(), r, reverse_output); in build_result_polygons()
51 push_ring_to_polygon(solution.back(), c, reverse_output); in build_result_polygons()
58 build_result_polygons(solution, c->children, reverse_output); in build_result_polygons()
65 void build_result(mapbox::geometry::multi_polygon<T2>& solution, in build_result() argument
68 build_result_polygons(solution, rings.children, reverse_output); in build_result()
H A Dwagyu.hpp118 mapbox::geometry::multi_polygon<T2>& solution, in execute() argument
134 build_result(solution, manager, reverse_output); in execute()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/clip2tri/
H A Dclip2tri.cpp78 PolyTree solution; in triangulate() local
79 mergePolysToPolyTree(inputPolygons, solution); in triangulate()
84 triangulateComplex(outputTriangles, bounds, solution); in triangulate()
153 Paths solution; in execute() local
157 clipper.Execute(operation(op), solution, subjFillType, clipFillType); in execute()
163 solution.push_back(n->Contour); in execute()
165 solution.push_back(n->Contour); in execute()
173 return solution; in execute()
233 bool clip2tri::mergePolysToPolyTree(const vector<vector<Point> > &inputPolygons, PolyTree &solution) in mergePolysToPolyTree() argument
250 return clipper.Execute(ctUnion, solution, pftNonZero, pftNonZero); in mergePolysToPolyTree()
/OK3568_Linux_fs/kernel/Documentation/hwmon/
H A Dsch5636.rst20 their own custom hwmon solution based upon the SCH5636.
23 hwmon solution. The sch5636 driver runs a sanity check on loading to ensure
25 hwmon solution.
32 The Fujitsu Theseus hwmon solution also contains an integrated watchdog.
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/clipper/
H A Dclipper.h184 void MinkowskiSum(const Path& pattern, const Path& path, Paths& solution, bool pathIsClosed);
185 void MinkowskiSum(const Path& pattern, const Paths& paths, Paths& solution, bool pathIsClosed);
186 void MinkowskiDiff(const Path& poly1, const Path& poly2, Paths& solution);
266 Paths &solution,
269 Paths &solution,
365 void Execute(Paths& solution, double delta);
366 void Execute(PolyTree& solution, double delta);
H A Dclipper.cpp1496 bool Clipper::Execute(ClipType clipType, Paths &solution, PolyFillType fillType) in Execute() argument
1498 return Execute(clipType, solution, fillType, fillType); in Execute()
1508 bool Clipper::Execute(ClipType clipType, Paths &solution, in Execute() argument
1515 solution.resize(0); in Execute()
1521 if (succeeded) BuildResult(solution); in Execute()
3880 void ClipperOffset::Execute(Paths& solution, double delta) in Execute() argument
3882 solution.clear(); in Execute()
3891 clpr.Execute(ctUnion, solution, pftPositive, pftPositive); in Execute()
3904 clpr.Execute(ctUnion, solution, pftNegative, pftNegative); in Execute()
3905 if (solution.size() > 0) solution.erase(solution.begin()); in Execute()
[all …]
/OK3568_Linux_fs/buildroot/package/python3/
H A D0028-Fix-cross-compiling-the-uuid-module.patch10 To fix this, use the same solution as the one used by the NIS
15 [Thomas: drop STAGING_DIR based solution, use a solution similar to
/OK3568_Linux_fs/buildroot/docs/manual/
H A Dconfigure.txt72 Type+ option in the +Toolchain+ menu. Once one solution has been
159 definitely the easiest solution.
171 itself. To do this, select the +Custom toolchain+ solution in the
300 * The first solution is *Static using device table*. This is the old
324 * The second solution is *Dynamic using devtmpfs only*. _devtmpfs_ is
340 * The third solution is *Dynamic using devtmpfs + mdev*. This method
360 * The fourth solution is *Dynamic using devtmpfs + eudev*. This
365 more heavyweight solution than +mdev+, but provides higher
372 using devtmpfs only* solution, until you have the need for userspace
375 good solution.
[all …]
/OK3568_Linux_fs/kernel/net/smc/
H A DKconfig6 SMC-R provides a "sockets over RDMA" solution making use of
9 The Linux implementation of the SMC-R solution is designed as
/OK3568_Linux_fs/kernel/Documentation/kbuild/
H A DKconfig.recursion-issue-0137 # obvious that an easy to solution to this problem should just be the removal
41 # implications of this recursive issue where the solution is perhaps not so
43 # CORE also consist of a solution to this recursive problem.
/OK3568_Linux_fs/kernel/Documentation/process/
H A D3.Early-stage.rst20 with the proposed solution, and that can lead to difficulties.
24 by excessive latency in the system. The solution they arrived at was a
38 The audio community, however, could not see past the particular solution
53 the right solution to the problem than they were with a specific module.
54 The moral of the story is to focus on the problem - not a specific solution
64 solution address?
87 - There may be elements of the proposed solution which will not be
92 problem; they may have ideas for a better solution, and may be willing
93 to help in the creation of that solution.
/OK3568_Linux_fs/yocto/poky/meta/recipes-support/nettle/nettle/
H A DAdd-target-to-only-build-tests-not-run-them.patch3 Not sending upstream as this is only a start of a solution to
6 Upstream-Status: Inappropriate [not a complete solution]
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/nds32/
H A Dandestech-boards21 processors to provide a cost-effective and high performance solution for
24 logics to complete a SoC solution for a specific application. With
/OK3568_Linux_fs/yocto/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0/
H A D0003-tests-use-a-dictionaries-for-environment.patch7 use a dictionary as this is simplest solution to install the environment.
34 + # use a dictionary as this is the simplest solution
/OK3568_Linux_fs/u-boot/doc/driver-model/
H A Dfdt-fixup.txt31 In the Linux kernel, one possible solution to this problem is to employ the
51 tree (at least after the relocation) would greatly simplify the solution of
53 solution is needed to address the problem at least in the medium-term.
55 Hence, we propose a solution to this problem by offering a board-specific
/OK3568_Linux_fs/external/mpp/build/vc12-x86_64/
H A Dmake-solutions.bat3 :: run this batch file to create a Visual Studio solution file for this project.
/OK3568_Linux_fs/external/mpp/build/vc10-x86_64/
H A Dmake-solutions.bat3 :: run this batch file to create a Visual Studio solution file for this project.
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/regulator/
H A Dpwm-regulator.txt20 more fine grained solution when compared with
21 voltage-table mode above. This solution does make an
/OK3568_Linux_fs/buildroot/package/ti-utils/
H A DConfig.in7 solution, based on wl12xx driver.
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Dlocks.rst45 The solution I have chosen, after much experimentation and discussion,
50 race and deadlock conditions that the current solution was the only
/OK3568_Linux_fs/kernel/Documentation/sound/hd-audio/
H A Ddp-mst.rst14 The new solution is to create a few PCMs and to dynamically bind pcm to
16 the new solution.
/OK3568_Linux_fs/buildroot/package/spice-protocol/
H A DConfig.in5 solution for interaction with virtualized desktop devices.
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/tmate/
H A Dtmate_2.4.0.bb2 DESCRIPTION = "Tmate is a fork of tmux. It provides an instant pairing solution."
/OK3568_Linux_fs/buildroot/package/haproxy/
H A DConfig.in15 HAProxy is a free, very fast and reliable solution offering

12345678910>>...14