Home
last modified time | relevance | path

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

12345678910

/openbsd-src/sys/dev/pci/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 …]
/openbsd-src/gnu/llvm/llvm/docs/HistoricalNotes/
H A D2001-04-16-DynamicCompilation.txt7 providing a solution to these two goals will yield an excellent solution
30 On a social level, static compilation is a very shortsighted solution to
44 solution to these problems. Its design allows the large body of platform
/openbsd-src/gnu/gcc/gcc/
H A Dtree-ssa-structalias.c255 bitmap solution; member
381 ret->solution = BITMAP_ALLOC (&pta_obstack); in new_var_info()
1078 bitmap_set_bit (get_varinfo (lhsvar)->solution, rhsvar); in build_succ_graph()
1238 if (bitmap_ior_into (get_varinfo (to)->solution, in unify_nodes()
1239 get_varinfo (from)->solution)) in unify_nodes()
1248 BITMAP_FREE (get_varinfo (from)->solution); in unify_nodes()
1368 sol = get_varinfo (t)->solution; in do_da_constraint()
1394 bitmap sol = get_varinfo (lhs)->solution; in do_sd_constraint()
1424 flag |= bitmap_ior_into (sol, get_varinfo (t)->solution); in do_sd_constraint()
1426 flag |= bitmap_ior_into (sol, get_varinfo (t)->solution); in do_sd_constraint()
[all …]
/openbsd-src/gnu/llvm/lld/docs/
H A Dmissingkeyfunction.rst51 The solution in this case is to implement the missing function.
73 The solution in this case is to add the missing ``= 0`` to the declaration of
83 The solution in this case is to check your dependencies to make sure that
/openbsd-src/gnu/llvm/clang/tools/clang-format-vs/
H A DREADME.txt26 CMake once, it can be built manually from the ClangFormat.sln solution in Visual
49 instance, open or create a C++ solution, and you should now see the Clang Format
/openbsd-src/gnu/usr.bin/texinfo/makeinfo/tests/
H A Dtop.txi7 @c The solution is to use @ifnottex instead.
/openbsd-src/gnu/gcc/libstdc++-v3/docs/html/17_intro/
H A DBUGS3 - _GLIBCPP_HAS_BUILTIN_SINF: We should still hold out for a cleaner solution the is currenly the ca…
/openbsd-src/gnu/lib/libstdc++/libstdc++/docs/html/17_intro/
H A DBUGS3 - _GLIBCPP_HAS_BUILTIN_SINF: We should still hold out for a cleaner solution the is currenly the ca…
/openbsd-src/gnu/llvm/llvm/cmake/modules/
H A DCMakeLists.txt31 # LLVM_ENABLE_MODULES=On. Eventually we should come up with a better solution to
32 # this, but there is no easy solution.
H A DLLVMProcessSources.cmake66 # This adds .td and .h files to the Visual Studio solution:
/openbsd-src/gnu/gcc/libstdc++-v3/docs/html/27_io/
H A Dbinary_iostreams_kuehl.txt64 solution and you want us to confirm that it is the right one without
82 read this question! As I said above: You told us what solution you have
/openbsd-src/gnu/lib/libstdc++/libstdc++/docs/html/27_io/
H A Dbinary_iostreams_kuehl.txt64 solution and you want us to confirm that it is the right one without
82 read this question! As I said above: You told us what solution you have
/openbsd-src/gnu/usr.bin/perl/
H A Dutil.h268 # error 134221 will need a new solution for VMS
/openbsd-src/usr.sbin/unbound/doc/
H A DREADME.ipset.md4 …book, twitter, youtube and thousands web site for some reason. VPN is a solution. But the internet…
/openbsd-src/gnu/llvm/libcxx/docs/DesignDocs/
H A DFileTimeType.rst71 One solution to the range problem is to simply reduce the resolution of
368 emulating ``timespec``. The solution which provides the most uniformity with
471 The solution I selected for libc++ is using ``__int128_t`` when available,
485 Although the ``timespec`` emulation solution is feasible and would largely
495 Therefore, ``__int128_t`` seems like the better solution.
H A DCapturingConfigInfo.rst20 * The solution should be simple, consistent and robust to avoid subtle bugs.
/openbsd-src/gnu/llvm/clang/docs/analyzer/developer-docs/
H A Dnullability.rst30 …rsion I might spend additional time to try to find a more sophisticated solution, in which we woul…
86 …ned the analyzer will not warn when the obj symbol is dereferenced. One solution for this is to re…
/openbsd-src/gnu/usr.bin/binutils-2.17/intl/
H A Dpo2tbl.sed.in64 # The following nice solution is by
H A Dlinux-msg.sed44 # The following nice solution is by
H A Dxopen-msg.sed57 # The following nice solution is by
/openbsd-src/gnu/usr.bin/binutils/intl/
H A Dpo2tbl.sed.in64 # The following nice solution is by
H A Dlinux-msg.sed44 # The following nice solution is by
H A Dxopen-msg.sed57 # The following nice solution is by
/openbsd-src/usr.bin/vi/cl/
H A DREADME.signal83 Also, the second solution doesn't work for flow control characters, as
156 itself to sleep. There's a solution to all of this: when vi starts, it puts
175 The simplest solution is probably to twiddle the tty, install a handler for
/openbsd-src/gnu/llvm/lldb/cmake/modules/
H A DLLDBStandalone.cmake113 option(LLVM_USE_FOLDERS "Enable solution folders in Visual Studio. Disable for Express versions." O…

12345678910