Home
last modified time | relevance | path

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

12345678910

/openbsd/src/sys/dev/pci/drm/amd/pm/powerplay/hwmgr/
Dppevvmath.h123 fInt solution = fPositiveOne; /*Starting off with baseline of 1 */ in fExponential() local
138 solution = fMultiply(solution, GetScaledFraction(expk_array[i], 10000)); in fExponential()
145 solution = fMultiply(solution, error_term); in fExponential()
148 solution = fDivide(fPositiveOne, solution); in fExponential()
150 return solution; in fExponential()
158 fInt solution = ConvertToFraction(0); /*Starting off with baseline of 0 */ in fNaturalLog() local
168 solution = fAdd(solution, GetScaledFraction(logk_array[i], 10000)); in fNaturalLog()
175 return fAdd(solution, error_term); in fNaturalLog()
548 fInt solution; in fRoundUpByStepSize() local
550 solution = fDivide(A, fStepSize); in fRoundUpByStepSize()
[all …]
/openbsd/src/gnu/llvm/llvm/docs/HistoricalNotes/
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/
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/
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/
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/
Dtop.txi7 @c The solution is to use @ifnottex instead.
/openbsd/src/gnu/gcc/libstdc++-v3/docs/html/17_intro/
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/
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/
DCMakeLists.txt31 # LLVM_ENABLE_MODULES=On. Eventually we should come up with a better solution to
32 # this, but there is no easy solution.
DLLVMProcessSources.cmake66 # This adds .td and .h files to the Visual Studio solution:
/openbsd/src/gnu/gcc/libstdc++-v3/docs/html/27_io/
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/
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/
Dutil.h268 # error 134221 will need a new solution for VMS
/openbsd/src/usr.sbin/unbound/doc/
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/
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.
DCapturingConfigInfo.rst20 * The solution should be simple, consistent and robust to avoid subtle bugs.
/openbsd/src/gnu/llvm/clang/docs/analyzer/developer-docs/
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/
Dpo2tbl.sed.in64 # The following nice solution is by
Dlinux-msg.sed44 # The following nice solution is by
Dxopen-msg.sed57 # The following nice solution is by
/openbsd/src/gnu/usr.bin/binutils/intl/
Dpo2tbl.sed.in64 # The following nice solution is by
Dlinux-msg.sed44 # The following nice solution is by
Dxopen-msg.sed57 # The following nice solution is by
/openbsd/src/usr.bin/vi/cl/
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/
DLLDBStandalone.cmake113 option(LLVM_USE_FOLDERS "Enable solution folders in Visual Studio. Disable for Express versions." O…

12345678910