/third_party/python/Tools/demo/ |
H A D | queens.py | 28 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 D | RegAllocPBQP.h | 289 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 D | coord.h | 119 virtual UINT_64 solve(const UINT_32 *coords) const;
|
H A D | coord.cpp | 360 UINT_64 CoordEq::solve(const UINT_32 *coords) const
|
/third_party/python/Lib/test/ |
H A D | test_generators.py | 1650 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 D | LazyValueInfo.cpp | 298 // 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 D | mathutil.h | 1288 static constexpr unsigned int solve() in solve() function 1296 value = iSquareRoot::solve()
|
/third_party/ffmpeg/libavfilter/ |
H A D | af_afftdn.c | 249 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 D | af_aiir.c | 783 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 D | RegAllocPBQP.cpp | 113 /// 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 D | gfx9addrlib.cpp | 893 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 D | configure | 558 solve the problem.
|
/third_party/skia/third_party/externals/microhttpd/doc/ |
H A D | texinfo.tex | 3907 % we again encounter the problem the 1sp was intended to solve. 8818 % Texinfo, at least to some extent. (This still doesn't solve the
|