Home
last modified time | relevance | path

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

12345678910>>...12

/external/webrtc/
Dcheck_root_dir.py38 for solution in config_dict.get('solutions', []):
39 if solution['name'] == 'trunk':
41 if solution.get('custom_vars', {}).get('root_dir'):
/external/libcxx/docs/DesignDocs/
DCapturingConfigInfo.rst21 * The solution should not INSTALL any additional headers. We don't want an extra
24 * The solution should not unduly affect libc++ developers. The problem is limited
25 to installed versions of libc++ and the solution should be as well.
27 * The solution should not modify any existing headers EXCEPT during installation.
31 * The solution should not make any of the libc++ headers dependant on
35 * The solution should not have ANY effect on users who don't need special
/external/eigen/doc/
DWrongStackAlignment.dox25 \section sec_sol1 Local solution
27 A local solution is to mark such a function with this attribute:
35 …a macro which you leave empty on other platforms. The advantage of this solution is that you can f…
40 A global solution is to edit your project so that when compiling with GCC on Windows, you pass this…
46 Another global solution is to pass this option to gcc:
DLeastSquares.dox7 vector \a x which is closest to being a solution, in the sense that the difference \a Ax - \a b is
8 as small as possible. This \a x is called the least square solution (if the Euclidean norm is used).
37 The solve() method in QR decomposition classes also computes the least squares solution. There are
53 Finding the least squares solution of \a Ax = \a b is equivalent to solving the normal equation
/external/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
/external/swiftshader/third_party/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
/external/v8/tools/visual_studio/
DREADME.txt2 Studio/Visual C++ Express solution has been retired. If a Visual
3 Studio project/solution is needed there is the option of using GYP to
/external/lz4/lib/dll/example/
DREADME.md52 dynamic LZ4 library from the `dll` directory. The solution works with Visual C++
53 2010 or newer. When one will open the solution with Visual C++ newer than 2010
54 then the solution will upgraded to the current version.
/external/jsoncpp/
DREADME.md50 * a build directory where the makefiles/solution are generated. It is also used
52 * the generator to use: makefiles or Visual Studio solution? What version or
53 Visual Studio, 32 or 64 bits solution?
55 Steps for generating solution/makefiles using `cmake-gui`:
63 * The generated solution/makefiles can be found in the binary directory.
/external/libpng/projects/vstudio/
DREADME.txt19 with this 'solution'. Please read and edit zlib.props first. You will
59 This solution includes limited support for debug versions of libpng. You
60 do not need these unless your own solution itself uses debug builds (it is
/external/flatbuffers/android/jni/
Dbuild_flatc.bat58 rem Generate Visual Studio solution.
59 echo Generating solution for %cmake_generator%. >&2
/external/protobuf/csharp/
Dbuildall.sh13 echo Building the solution.
Dbuild_packages.bat6 @rem Build src/Google.Protobuf.sln solution in Release configuration first.
/external/protobuf/cmake/
DREADME.md124 To create *Visual Studio* solution file:
126 C:\Path\to\protobuf\cmake\build>mkdir solution & cd solution
127 C:\Path\to\protobuf\cmake\build\solution>cmake -G "Visual Studio 12 2013 Win64" ^
131 It will generate *Visual Studio* solution file *protobuf.sln* in current directory.
169 You can also build project *check* from Visual Studio solution.
217 You can also build project *INSTALL* from Visual Studio solution.
/external/skia/site/user/
Dbuild.md149 generate `all.sln`. That solution will exist within the GN directory for the
159 This creates a new dedicated output directory and solution file
160 `out/sln/skia.sln`. It has one solution configuration for each GN configuration,
163 solution configuration.
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DRegAllocPBQP.cpp151 const PBQP::Solution &solution);
515 const PBQP::Solution &solution) { in mapPBQPToRegAlloc() argument
529 unsigned alloc = solution.getSelection(node); in mapPBQPToRegAlloc()
680 PBQP::Solution solution = in runOnMachineFunction() local
684 pbqpAllocComplete = mapPBQPToRegAlloc(*problem, solution); in runOnMachineFunction()
/external/curl/packages/EPM/
DREADME8 * Provide a complete, cross-platform software distribution solution for your
/external/swiftshader/third_party/LLVM/test/CodeGen/Blackfin/
Dcmp64.ll5 ; The proper solution would be to restrict the virtual register to D only.
/external/valgrind/docs/internals/
Darm_thumb_notes_gdbserver.txt77 * use the debug info : this solution was discarded as often debug
78 info does not allow a 100% correct solution. debug info is acceptable
87 * the final solution implemented was to add a Delta fied in IstMark.
/external/lz4/visual/
DREADME.md24 The Visual Studio solution file `lz4.sln` contains many projects that will be compiled to the
26 `Release` will be compiled to `visual\VS2010\bin\x64_Release\lz4.exe`. The solution file contains t…
/external/skia/src/sksl/
Dsksl_frag.include11 // solution for this soon.
/external/opencv/cvaux/src/
Dcvlmeds.cpp678 double solution[9]; in icvAnalyticPoints8() local
787 solution[a] = 0; in icvAnalyticPoints8()
791 solution[a] += temp2[a_num + t] * f[t]; in icvAnalyticPoints8()
801 solution[a] = solution[a - 1]; in icvAnalyticPoints8()
804 solution[a] = 1; in icvAnalyticPoints8()
816 summ += A[a9 + t] * solution[t]; in icvAnalyticPoints8()
828 F[j] = solution[j]; in icvAnalyticPoints8()
/external/clang/tools/clang-format-vs/
DREADME.txt16 CMake once, it can be built manually from the ClangFormat.sln solution in Visual
/external/libvpx/libvpx/build/make/
Dgen_msvs_sln.sh22 This script generates a Visual Studio solution file from a list of project
/external/libxml2/win32/VC10/
DREADME.vc1011 1) To use, load the libxml2.sln solution file into visual studio

12345678910>>...12