Home
last modified time | relevance | path

Searched full:solve (Results 1 – 25 of 199) sorted by relevance

12345678

/freebsd/sys/compat/linux/
H A Dlinux_ipc64.h64 * - 64-bit time_t to solve y2038 problem
97 * - 64-bit time_t to solve y2038 problem
122 * - 64-bit time_t to solve y2038 problem
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSCCPSolver.h107 /// Solve - Solve for constants and executable blocks.
108 void solve();
112 /// However, this is not a safe assumption. After we solve dataflow, this
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp76 // Solve for constants. in runSCCP()
79 Solver.solve(); in runSCCP()
/freebsd/sys/contrib/openzfs/.github/ISSUE_TEMPLATE/
H A Dfeature_request.md26 What problem does this feature solve?
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DSparsePropagation.h144 /// Solve - Solve for constants and executable blocks.
145 void Solve();
470 void SparseSolver<LatticeKey, LatticeVal, KeyInfo>::Solve() { in Solve() function
/freebsd/contrib/libpcap/
H A DCONTRIBUTING.md24 Please note that if you know exactly how to solve the problem and the solution
/freebsd/usr.sbin/bsdconfig/share/
H A Ddialog.subr579 # This function helps solve this issue by taking two sets of sequential
679 # This function helps solve this issue by taking two sets of sequential
740 # This function helps solve this issue by taking two sets of sequential
805 # This function helps solve this issue by taking two sets of sequential
883 # This function helps solve this issue by taking three sets of sequential
976 # This function helps solve this issue by taking three sets of sequential
1081 # This function helps solve this issue by taking three sets of sequential
1177 # This function helps solve this issue by taking three sets of sequential
1202 # This function helps solve this issue by taking three sets of sequential
1318 # This function helps solve this issue by taking three sets of sequential
[all …]
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DWatchedLiteralsSolver.cpp146 std::pair<Solver::Result, std::int64_t> solve(std::int64_t MaxIterations) && { in solve() function in clang::dataflow::__anondce44e890111::WatchedLiteralsSolverImpl
409 WatchedLiteralsSolver::solve(llvm::ArrayRef<const Formula *> Vals) { in solve() function in clang::dataflow::WatchedLiteralsSolver
412 auto [Res, Iterations] = WatchedLiteralsSolverImpl(Vals).solve(MaxIterations); in solve()
/freebsd/contrib/libdiff/include/
H A Ddiff_main.h192 * needs a fallback algo to solve chunks that don't have common-unique atoms. */
236 * solve the divided chunks. */
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRegAllocPBQP.h292 Solution solve() { in solve() function
520 inline Solution solve(PBQPRAGraph& G) { in solve() function
524 return RegAllocSolver.solve(); in solve()
/freebsd/contrib/ncurses/man/
H A Dmenu_post.3x73 You should consider using \fBset_menu_format\fP to solve the problem.
H A Dcurs_add_wch.3x358 \fI\%ncurses\fP 5.3 (2002) provided a table of Unicode values to solve
369 Having Unicode available does not solve all of the problems with
/freebsd/contrib/ntp/ntpd/
H A Drefclock_mx4200.c429 /* dynamic: solve for pos, alt, time, while moving */ in mx4200_config()
432 /* static: solve for pos, alt, time, while stationary */ in mx4200_config()
532 * Get UTC time from a stationary receiver. Solve for time only. in mx4200_ref()
537 'K', /* known position: solve for time only */ in mx4200_ref()
1425 * D = Dynamic; solve for position and time while moving
1426 * S = Static; solve for position and time while stationary
1427 * K = Known position input, solve for time only
/freebsd/contrib/tcp_wrappers/
H A DREADME.IRIX20 restarting inetd does not solve all problems.
/freebsd/share/man/man4/
H A Dsnd_es137x.460 Increasing this value will solve most popping and crackling issues
/freebsd/crypto/heimdal/doc/
H A Dmisc.texi50 (available only in the U.S) it doesn't really solve any problems. Sure
H A Dapps.texi88 Digital's @samp{ENHANCED} (C2) security, and Kerberos solve two
123 Also, kerberised ftp will not work with C2 passwords. You can solve this
/freebsd/sys/contrib/openzfs/.github/
H A DPULL_REQUEST_TEMPLATE.md11 <!--- Why is this change required? What problem does it solve? -->
H A DCONTRIBUTING.md123 feature needed? What problem does it solve?
224 attempting to solve.
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLazyValueInfo.cpp292 // possible to solve now. We do NOT try to proactively update these values. in threadEdgeImpl()
348 // While analyzing which blocks we can solve values for, we need the dominator
439 void solve();
515 void LazyValueInfoImpl::solve() { in solve() function in LazyValueInfoImpl
1518 // this function is generally cached when called from the solve* functions in getEdgeValue()
1520 // context instruction), because when this function is called from the solve* in getEdgeValue()
1537 solve(); in getValueInBlock()
1574 // we may have to call solve() multiple times, as the edge value calculation in getValueOnEdge()
1576 solve(); in getValueOnEdge()
2024 // We can generate (solve) LVI values only for blocks that are dominated by in emitInstructionAnnot()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DWatchedLiteralsSolver.h50 Result solve(llvm::ArrayRef<const Formula *> Vals) override;
H A DSolver.h89 virtual Result solve(llvm::ArrayRef<const Formula *> Vals) = 0;
/freebsd/contrib/arm-optimized-routines/math/tools/
H A Dremez.jl180 # I had hoped that Julia's type-genericity would allow me to solve the
300 # differentiate and solve for zero. In this case, that works fine even
303 # turns out to be linear so we just solve it as a matrix.
325 # have enough information to construct our matrix and solve it
399 # Solve the matrix equation.
665 # we need to solve becomes nonlinear, because each equation
679 # a candidate value of e, solve all but one of the equations
/freebsd/contrib/sendmail/libsm/
H A Drpool.c118 ** We could solve this by
214 ** We could solve this by
/freebsd/contrib/llvm-project/llvm/lib/Support/Unix/
H A DDynamicLibrary.inc76 // If this is darwin, it has some funky issues, try to solve them here. Some

12345678