/external/deqp/framework/opengl/ |
D | gluShaderProgram.hpp | 136 void setSeparable (bool separable); 247 bool separable; member 248 explicit ProgramSeparable (bool separable_) : separable(separable_) {} in ProgramSeparable() 306 bool separable; member 308 ProgramSources (void) : transformFeedbackBufferMode(0), separable(false) {} in ProgramSources() 314 … operator<< (const ProgramSeparable& progSeparable) { separable = progSeparable.separable; … in operator <<()
|
D | gluShaderProgram.cpp | 247 int separable = GL_FALSE; in isSeparable() local 249 m_gl.getProgramiv(m_program, GL_PROGRAM_SEPARABLE, &separable); in isSeparable() 252 return (separable != GL_FALSE); in isSeparable() 255 void Program::setSeparable (bool separable) in setSeparable() argument 257 m_gl.programParameteri(m_program, GL_PROGRAM_SEPARABLE, separable); in setSeparable() 363 if (sources.separable) in init()
|
D | gluShaderLibrary.cpp | 100 const bool isSeparable = !spec.programs.empty() && spec.programs[0].sources.separable; in isValid() 1439 pipelineProgram.sources.separable = true; in parseShaderCase()
|
/external/opencv3/doc/tutorials/ml/non_linear_svms/ |
D | non_linear_svms.markdown | 16 Why is it interesting to extend the SVM optimation problem in order to handle non-linearly separable 24 of each sample (_feature vector_) that could make the whole set of faces linearly separable from the 31 now non-linearly separable, we must admit that the hyperplane found will misclassify some of the 57 region. The following picture shows non-linearly separable training data from two classes, a 105 In the first part we generate data for both classes that is linearly separable. 108 In the second part we create data for both classes that is non-linearly separable, data that 132 increased considerably in order to solve correctly a problem with non-linearly separable 175 separating hyperplane. Since the training data is non-linearly separable, it can be seen that
|
/external/opencv3/doc/tutorials/ml/introduction_to_svm/ |
D | introduction_to_svm.markdown | 21 For a linearly separable set of 2D-points which belong to one of two classes, find a separating 118 training examples are spread into two classes that are linearly separable. However, SVMs can be 119 used in a wide variety of problems (e.g. problems with non-linearly separable data, a SVM using 129 … with imperfect separation of classes (i.e. when the training data is non-linearly separable). 130 … This feature is not important here since the data is linearly separable and we chose this SVM 136 its resemblance to a linearly separable set of data. This mapping consists of increasing the
|
/external/opencv3/doc/py_tutorials/py_ml/py_svm/py_svm_basics/ |
D | py_svm_basics.markdown | 61 separable. But there are methods to solve these kinds of problems. If we can map this data set with 62 a function, \f$f(x) = x^2\f$, we get 'X' at 9 and 'O' at 1 which are linear separable. 66 This is also linear separable. In short, chance is more for a non-linear separable data in 67 lower-dimensional space to become linear separable in higher-dimensional space.
|
/external/deqp/modules/gles31/functional/ |
D | es31fProgramInterfaceDefinition.hpp | 95 void setSeparable (bool separable);
|
D | es31fProgramInterfaceDefinition.cpp | 470 void Program::setSeparable (bool separable) in setSeparable() argument 472 m_separable = separable; in setSeparable()
|
D | es31fSeparateShaderTests.cpp | 1036 bool separable); 1092 bool separable) in createShaderProgram() argument 1100 sources << ProgramSeparable(separable); in createShaderProgram()
|
/external/deqp/doc/testspecs/GLES31/ |
D | functional.program_interface_query.txt | 93 or separable shader programs. 98 separate tests for a complete vertex-fragment program and for separable
|
/external/llvm/docs/HistoricalNotes/ |
D | 2001-01-31-UniversalIRIdea.txt | 30 convince people. E.g., the idea of providing a package of separable
|
/external/opencv3/cmake/ |
D | FindCUDA.cmake | 103 # -- If set this will enable separable compilation for all CUDA runtime object 164 # -- Compute the name of the intermediate link file used for separable 167 # based on cuda_target the list of objects files that need separable 183 # -- Generates the link object required by separable compilation from the given 472 option(CUDA_SEPARABLE_COMPILATION "Compile CUDA objects with separable compilation enabled. Requir… 1069 # If CMake doesn't support separable compilation, complain 1448 # Setup the build rule for the separable compilation intermediate link file. 1540 # Compute the file name of the intermedate link file used for separable 1551 # Add a link phase for the separable compilation if it has been enabled. If 1584 # Compute the file name of the intermedate link file used for separable [all …]
|
/external/ceres-solver/docs/source/ |
D | bibliography.rst | 93 .. [RuheWedin] A. Ruhe and P.Å. Wedin, **Algorithms for separable
|
/external/deqp/modules/glshared/ |
D | glsShaderLibraryCase.cpp | 595 dst << ProgramSeparable(src.separable); in specializeProgramSources() 833 if (spec.programs[0].sources.separable) in isTessellationPresent() 926 const bool separablePrograms = m_spec.programs[0].sources.separable; in execute()
|
/external/autotest/client/deps/glbench/src/ |
D | yuv2rgb_1.glslf | 102 * separable blocks.
|
/external/slf4j/jcl-over-slf4j/ |
D | LICENSE.txt | 45 separable from, or merely link (or bind by name) to the interfaces of,
|
/external/snakeyaml/ |
D | NOTICE | 45 separable from, or merely link (or bind by name) to the interfaces of,
|
D | LICENSE.txt | 45 separable from, or merely link (or bind by name) to the interfaces of,
|
/external/chromium-trace/catapult/third_party/pyfakefs/ |
D | COPYING | 46 separable from, or merely link (or bind by name) to the interfaces of,
|
/external/chromium-trace/catapult/third_party/closure_linter/ |
D | LICENSE | 45 separable from, or merely link (or bind by name) to the interfaces of,
|
/external/webrtc/webrtc/examples/androidapp/third_party/autobanh/ |
D | LICENSE | 46 separable from, or merely link (or bind by name) to the interfaces of,
|
/external/skia/third_party/etc1/ |
D | LICENSE | 46 separable from, or merely link (or bind by name) to the interfaces of,
|
/external/chromium-trace/catapult/third_party/coverage/ |
D | LICENSE.txt | 46 separable from, or merely link (or bind by name) to the interfaces of,
|
/external/chromium-trace/catapult/telemetry/third_party/pyfakefs/pyfakefs/ |
D | COPYING | 46 separable from, or merely link (or bind by name) to the interfaces of,
|
/external/svox/PicoLangInstallerEngUsa/ |
D | NOTICE | 58 separable from, or merely link (or bind by name) to the interfaces of,
|