| /openbsd-src/sys/dev/pci/drm/amd/pm/powerplay/hwmgr/ |
| H A D | ppevvmath.h | 117 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 D | 2001-04-16-DynamicCompilation.txt | 7 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 D | tree-ssa-structalias.c | 255 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 D | missingkeyfunction.rst | 51 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 D | README.txt | 26 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 D | top.txi | 7 @c The solution is to use @ifnottex instead.
|
| /openbsd-src/gnu/gcc/libstdc++-v3/docs/html/17_intro/ |
| H A D | BUGS | 3 - _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 D | BUGS | 3 - _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 D | CMakeLists.txt | 31 # LLVM_ENABLE_MODULES=On. Eventually we should come up with a better solution to 32 # this, but there is no easy solution.
|
| H A D | LLVMProcessSources.cmake | 66 # This adds .td and .h files to the Visual Studio solution:
|
| /openbsd-src/gnu/gcc/libstdc++-v3/docs/html/27_io/ |
| H A D | binary_iostreams_kuehl.txt | 64 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 D | binary_iostreams_kuehl.txt | 64 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 D | util.h | 268 # error 134221 will need a new solution for VMS
|
| /openbsd-src/usr.sbin/unbound/doc/ |
| H A D | README.ipset.md | 4 …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 D | FileTimeType.rst | 71 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 D | CapturingConfigInfo.rst | 20 * The solution should be simple, consistent and robust to avoid subtle bugs.
|
| /openbsd-src/gnu/llvm/clang/docs/analyzer/developer-docs/ |
| H A D | nullability.rst | 30 …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 D | po2tbl.sed.in | 64 # The following nice solution is by
|
| H A D | linux-msg.sed | 44 # The following nice solution is by
|
| H A D | xopen-msg.sed | 57 # The following nice solution is by
|
| /openbsd-src/gnu/usr.bin/binutils/intl/ |
| H A D | po2tbl.sed.in | 64 # The following nice solution is by
|
| H A D | linux-msg.sed | 44 # The following nice solution is by
|
| H A D | xopen-msg.sed | 57 # The following nice solution is by
|
| /openbsd-src/usr.bin/vi/cl/ |
| H A D | README.signal | 83 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 D | LLDBStandalone.cmake | 113 option(LLVM_USE_FOLDERS "Enable solution folders in Visual Studio. Disable for Express versions." O…
|