Home
last modified time | relevance | path

Searched refs:solve (Results 1 - 13 of 13) sorted by relevance

/third_party/python/Tools/demo/
H A Dqueens.py28 def solve(self, x=0): # Recursive solver member in Queens
35 self.solve(x+1)
81 q.solve()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DRegAllocPBQP.h289 Solution solve() { in solve() function in llvm::PBQP::RegAlloc::RegAllocSolverImpl
519 inline Solution solve(PBQPRAGraph& G) { in solve() function
523 return RegAllocSolver.solve(); in solve()
/third_party/mesa3d/src/amd/addrlib/src/core/
H A Dcoord.h119 virtual UINT_64 solve(const UINT_32 *coords) const;
H A Dcoord.cpp360 UINT_64 CoordEq::solve(const UINT_32 *coords) const
/third_party/python/Lib/test/
H A Dtest_generators.py1650 def solve(self): member in Queens
1675 # solve() will set up succs[i] to be a list of square #i's
1837 def solve(self): member in Knights
1905 >>> for row2col in q.solve():
1956 >>> for x in k.solve():
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DLazyValueInfo.cpp298 // possible to solve now. We do NOT try to proactively update these values. in threadEdgeImpl()
359 // While analyzing which blocks we can solve values for, we need the dominator
449 void solve();
513 void LazyValueInfoImpl::solve() { in solve() function in LazyValueInfoImpl
1543 // this function is generally cached when called from the solve* functions
1545 // context instruction), because when this function is called from the solve*
1563 solve();
1597 solve();
2009 // We can generate (solve) LVI values only for blocks that are dominated by
/third_party/skia/third_party/externals/angle2/src/common/
H A Dmathutil.h1288 static constexpr unsigned int solve() in solve() function
1296 value = iSquareRoot::solve()
/third_party/ffmpeg/libavfilter/
H A Daf_afftdn.c249 static void solve(double *matrix, double *vector, int size) in solve() function
285 solve(s->matrix_a, s->vector_b, SOLVE_SIZE); in process_get_band_noise()
952 solve(s->matrix_a, s->vector_b, SOLVE_SIZE); in set_noise_profile()
H A Daf_aiir.c783 static void solve(double *matrix, double *vector, int n, double *y, double *x, double *lu) in solve() function
862 solve(M, &y[1], length - 1, &impulse[1], resp, W); in convert_serial2parallel()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DRegAllocPBQP.cpp113 /// PBQP based allocators solve the register allocation problem by mapping
858 PBQP::Solution Solution = PBQP::RegAlloc::solve(G); in runOnMachineFunction()
/third_party/mesa3d/src/amd/addrlib/src/gfx9/
H A Dgfx9addrlib.cpp893 UINT_64 address = pMetaEq->solve(coords); in HwlComputeCmaskAddrFromCoord()
970 UINT_64 address = pMetaEq->solve(coords); in HwlComputeHtileAddrFromCoord()
1134 UINT_64 address = pMetaEq->solve(coords); in HwlComputeDccAddrFromCoord()
/third_party/ffmpeg/
H A Dconfigure558 solve the problem.
/third_party/skia/third_party/externals/microhttpd/doc/
H A Dtexinfo.tex3907 % we again encounter the problem the 1sp was intended to solve.
8818 % Texinfo, at least to some extent. (This still doesn't solve the

Completed in 34 milliseconds