/external/ImageMagick/www/ |
D | openmp.html | 8 <meta charset="utf-8" /> 9 …<meta name="viewport" content="width=device-width,minimum-scale=1,initial-scale=1,shrink-to-fit=no… 10 <title>Parallel Execution with OpenMP @ ImageMagick</title> 11 <meta name="application-name" content="ImageMagick" /> 13 <meta name="application-url" content="https://imagemagick.org" /> 15 …nt="parallel, execution, with, openmp, ImageMagick, PerlMagick, image processing, image, photo, so… 20 <meta name="revisit-after" content="2 DAYS" /> 21 <meta name="resource-type" content="document" /> 22 <meta name="copyright" content="Copyright (c) 1999-2019 ImageMagick Studio LLC" /> 24 <meta name="magick-serial" content="P131-S030410-R485315270133-P82224-A6668-G1245-1" /> [all …]
|
D | advanced-unix-installation.html | 8 <meta charset="utf-8" /> 9 …<meta name="viewport" content="width=device-width,minimum-scale=1,initial-scale=1,shrink-to-fit=no… 11 <meta name="application-name" content="ImageMagick" /> 13 <meta name="application-url" content="https://imagemagick.org" /> 15 …n, ImageMagick, PerlMagick, image processing, image, photo, software, Magick++, OpenMP, convert" /> 20 <meta name="revisit-after" content="2 DAYS" /> 21 <meta name="resource-type" content="document" /> 22 <meta name="copyright" content="Copyright (c) 1999-2019 ImageMagick Studio LLC" /> 24 <meta name="magick-serial" content="P131-S030410-R485315270133-P82224-A6668-G1245-1" /> 25 <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4" /> [all …]
|
D | high-dynamic-range.html | 8 <meta charset="utf-8" /> 9 …<meta name="viewport" content="width=device-width,minimum-scale=1,initial-scale=1,shrink-to-fit=no… 10 <title>High Dynamic-Range Images @ ImageMagick</title> 11 <meta name="application-name" content="ImageMagick" /> 13 <meta name="application-url" content="https://imagemagick.org" /> 15 …rds" content="high, dynamic-range, images, ImageMagick, PerlMagick, image processing, image, photo… 20 <meta name="revisit-after" content="2 DAYS" /> 21 <meta name="resource-type" content="document" /> 22 <meta name="copyright" content="Copyright (c) 1999-2019 ImageMagick Studio LLC" /> 24 <meta name="magick-serial" content="P131-S030410-R485315270133-P82224-A6668-G1245-1" /> [all …]
|
D | architecture.html | 8 <meta charset="utf-8" /> 9 …<meta name="viewport" content="width=device-width,minimum-scale=1,initial-scale=1,shrink-to-fit=no… 11 <meta name="application-name" content="ImageMagick" /> 13 <meta name="application-url" content="https://imagemagick.org" /> 15 …e, ImageMagick, PerlMagick, image processing, image, photo, software, Magick++, OpenMP, convert" /> 20 <meta name="revisit-after" content="2 DAYS" /> 21 <meta name="resource-type" content="document" /> 22 <meta name="copyright" content="Copyright (c) 1999-2019 ImageMagick Studio LLC" /> 24 <meta name="magick-serial" content="P131-S030410-R485315270133-P82224-A6668-G1245-1" /> 25 <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4" /> [all …]
|
/external/eigen/doc/ |
D | TopicMultithreading.dox | 3 /** \page TopicMultiThreading Eigen and multi-threading 7 …iple cores present in your hardware. To this end, it is enough to enable OpenMP on your compiler, … 8 * GCC: \c -fopenmp 9 * ICC: \c -openmp 11 You can control the number of thread that will be used using either the OpenMP API or Eigen's API u… 17 Unless setNbThreads has been called, Eigen uses the number of threads specified by OpenMP. You can … 22 You can disable Eigen's multi threading at compile time by defining the EIGEN_DONT_PARALLELIZE prep… 24 Currently, the following algorithms can make use of multi-threading: 25 - general dense matrix - matrix products 26 - PartialPivLU [all …]
|
D | PreprocessorDirectives.dox | 21 - \b EIGEN2_SUPPORT and \b EIGEN2_SUPPORT_STAGEnn_xxx are disabled starting from the 3.3 release. 22 Defining one of these will raise a compile-error. If you need to compile Eigen2 code, 24 …- \b EIGEN_DEFAULT_DENSE_INDEX_TYPE - the type for column and row indices in matrices, vectors and… 26 …- \b EIGEN_DEFAULT_IO_FORMAT - the IOFormat to use when printing a matrix if no %IOFormat is speci… 28 …- \b EIGEN_INITIALIZE_MATRICES_BY_ZERO - if defined, all entries of newly constructed matrices and… 41 …- \b EIGEN_INITIALIZE_MATRICES_BY_NAN - if defined, all entries of newly constructed matrices and … 46 of these macros when applied to \c 1x1, \c 1x2, and \c 2x1 fixed-size matrices. 47 …- \b EIGEN_NO_AUTOMATIC_RESIZING - if defined, the matrices (or arrays) on both sides of an assign… 54 By default, %Eigen strive to automatically detect and enable langage features at compile-time based… 57 …- \b EIGEN_MAX_CPP_VER - disables usage of C++ features requiring a version greater than EIGEN_MAX… [all …]
|
/external/eigen/ |
D | CMakeLists.txt | 5 # guard against in-source builds 8 …message(FATAL_ERROR "In-source builds not allowed. Please make a new directory (called a build dir… 16 # guard against bad build-type strings 26 …pe \"${CMAKE_BUILD_TYPE}\". Allowed values are Debug, Release, RelWithDebInfo (case-insensitive).") 36 string(REGEX MATCH "define[ \t]+EIGEN_WORLD_VERSION[ \t]+([0-9]+)" _eigen_world_version_match "${_e… 38 string(REGEX MATCH "define[ \t]+EIGEN_MAJOR_VERSION[ \t]+([0-9]+)" _eigen_major_version_match "${_e… 40 string(REGEX MATCH "define[ \t]+EIGEN_MINOR_VERSION[ \t]+([0-9]+)" _eigen_minor_version_match "${_e… 46 execute_process(COMMAND hg tip -R ${CMAKE_SOURCE_DIR} OUTPUT_VARIABLE EIGEN_HGTIP_OUTPUT) 47 execute_process(COMMAND hg branch -R ${CMAKE_SOURCE_DIR} OUTPUT_VARIABLE EIGEN_BRANCH_OUTPUT) 51 string(REGEX MATCH "^changeset: *[0-9]*:([0-9;a-f]+).*" EIGEN_HG_CHANGESET_MATCH "${EIGEN_HGTIP_OUT… [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/msbuild/ |
D | LLVM.Cpp.Common.targets | 5 <!-- Set the path to clang-cl executable based on the value of the project- 9 that the user may have overridden in the UI. --> 14 <PropertyPageSchema Include="$(VCTargetsPath)$(LangID)\llvm-general.xml"> 19 <!-- We hook up a target to run every time ClCompile is about to run, the 31 For any options that clang-cl discards, we would prefer to not even pass 35 then notice this and pass these through to clang-cl.exe. Clang would of 37 -Wunused-command-line-argument warnings, so it's better if we can just 41 --> 43 <!-- Warn on /Zi and /ZI, then map them both to /Z7. --> 46 …Text="clang-cl does not support /Zi (Program Database). The file will be compiled as if /Z7 (C7 C… [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/projects/ |
D | CMakeLists.txt | 7 if((NOT ${entry} STREQUAL ${CMAKE_CURRENT_SOURCE_DIR}/compiler-rt) AND 12 (NOT ${entry} STREQUAL ${CMAKE_CURRENT_SOURCE_DIR}/test-suite) AND 13 (NOT ${entry} STREQUAL ${CMAKE_CURRENT_SOURCE_DIR}/parallel-libs) AND 14 (NOT ${entry} STREQUAL ${CMAKE_CURRENT_SOURCE_DIR}/openmp) AND 15 (NOT ${entry} STREQUAL ${CMAKE_CURRENT_SOURCE_DIR}/debuginfo-tests)) 21 # Also add in libc++ and compiler-rt trees if present (and we have 24 # MSVC isn't quite working with libc++ yet, disable it until issues are 27 # enable the in-tree build when targeting clang-cl. 36 add_llvm_external_project(compiler-rt) 41 add_llvm_external_project(parallel-libs) [all …]
|
/external/llvm/utils/release/ |
D | test-release.sh | 2 #===-- test-release.sh - Test the LLVM release candidates ------------------===# 9 #===------------------------------------------------------------------------===# 13 #===------------------------------------------------------------------------===# 15 System=`uname -s` 23 Base_url="http://llvm.org/svn/llvm-project" 46 echo "usage: `basename $0` -release X.Y.Z -rc NUM [OPTIONS]" 48 echo " -release X.Y.Z The release version to test." 49 echo " -rc NUM The pre-release candidate number." 50 echo " -final The final release candidate." 51 echo " -triple TRIPLE The target triple for this machine." [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/release/ |
D | test-release.sh | 2 #===-- test-release.sh - Test the LLVM release candidates ------------------===# 9 #===------------------------------------------------------------------------===# 13 #===------------------------------------------------------------------------===# 15 System=`uname -s` 23 Base_url="http://llvm.org/svn/llvm-project" 48 echo "usage: `basename $0` -release X.Y.Z -rc NUM [OPTIONS]" 50 echo " -release X.Y.Z The release version to test." 51 echo " -rc NUM The pre-release candidate number." 52 echo " -final The final release candidate." 53 echo " -triple TRIPLE The target triple for this machine." [all …]
|
/external/eigen/Eigen/src/Core/products/ |
D | Parallelizer.h | 22 static EIGEN_UNUSED int m_maxThreads = -1; in manage_multi_threading() 78 GemmParallelInfo() : sync(-1), users(0), lhs_start(0), lhs_length(0) {} in GemmParallelInfo() 95 // fix to support row-major destination matrices. This whole in parallelize_gemm() 102 // Dynamically check whether we should enable or disable OpenMP. in parallelize_gemm() 104 // - the max number of threads we can create is greater than 1 in parallelize_gemm() 105 // - we are not already in a parallel code in parallelize_gemm() 106 // - the sizes are large enough in parallelize_gemm() 122 …// if multi-threading is explicitely disabled, not useful, or if we already are in a parallel sess… in parallelize_gemm() 123 // then abort multi-threading in parallelize_gemm() 124 // FIXME omp_get_num_threads()>1 only works for openmp, what if the user does not use openmp? in parallelize_gemm() [all …]
|
/external/clang/include/clang/Basic/ |
D | LangOptions.def | 1 //===--- LangOptions.def - Language option database -------------*- C++ -*-===// 8 //===----------------------------------------------------------------------===// 36 //===----------------------------------------------------------------------===// 93 LANGOPT(ObjC1 , 1, 0, "Objective-C 1") 94 LANGOPT(ObjC2 , 1, 0, "Objective-C 2") 96 "Objective-C auto-synthesized properties") 100 "Objective-C related result type inference") 101 LANGOPT(AppExt , 1, 0, "Objective-C App Extension") 119 LANGOPT(ConstStrings , 1, 0, "const-qualified string support") 121 LANGOPT(AltiVec , 1, 0, "AltiVec-style vector initializers") [all …]
|
D | DiagnosticDriverKinds.td | 1 //==--- DiagnosticDriverKinds.td - libdriver diagnostics ------------------===// 8 //===----------------------------------------------------------------------===// 19 "-E or -x required when input is from standard input">; 27 "cannot find CUDA installation. Provide its path via --cuda-path, or pass " 28 "-nocudainc to build without CUDA includes.">; 31 "Use --cuda-path to specify a different CUDA install, or pass " 32 "--no-cuda-version-check.">; 46 "cannot use '%0' output with multiple -arch options">; 49 "unsupported use of internal gcc -Z option '%0'">; 51 "cannot specify -o when generating multiple output files">; [all …]
|
D | DiagnosticParseKinds.td | 1 //==--- DiagnosticParseKinds.td - libparse diagnostics --------------------===// 8 //===----------------------------------------------------------------------===// 10 //===----------------------------------------------------------------------===// 12 //===----------------------------------------------------------------------===// 25 "Unsupported architecture '%0' for MS-style inline assembly">; 27 "MS-style inline assembly is not available: %0">; 29 "GNU-style inline assembly is disabled">; 38 InGroup<DiagGroup<"empty-translation-unit">>; 64 InGroup<DiagGroup<"nullability-extension">>; 69 "type-less parameter names in function declaration">; [all …]
|
/external/ImageMagick/ |
D | Install-unix.txt | 3 ImageMagick builds on a variety of Unix and Unix-like operating systems 26 $magick> cd ImageMagick-7.0.7 36 Host system type: x86_64-unknown-linux-gnu 37 Build system type: x86_64-unknown-linux-gnu 40 ---------------------------------------------------------------------------- 41 Shared libraries --enable-shared=yes yes 42 Static libraries --enable-static=yes yes 43 Module support --with-modules=yes yes 44 GNU ld --with-gnu-ld=yes yes 45 Quantum depth --with-quantum-depth=16 16 [all …]
|
D | .travis.yml | 7 - clang 8 - gcc 11 - sudo add-apt-repository -y ppa:as-bahanta/raqm 12 - sudo add-apt-repository ppa:dns/gnu -y 13 - sudo apt-key update -q 14 - sudo apt-get update -q 15 - sudo apt-get install --only-upgrade autoconf 16 - sudo apt-get install -y libraqm-dev libfreetype6-dev libharfbuzz-dev libfribidi-dev 19 set -e 20 set -x [all …]
|
D | README.txt | 14 JMagick (Java), L-Magick (Lisp), Lua, NMagick (Neko/haXe), Magick.NET 21 and can read, process, or write mega-, giga-, or tera-pixel image sizes. 23 ImageMagick is free software delivered as a ready-to-run binary distribution 33 The current release is the ImageMagick 7.0.8-* series. It runs on Linux, 75 hash-- useful in image retrieval, authentication, indexing, or copy 79 lieu of-- built-in gamma compression or expansion as demanded by the 81 * High dynamic-range images: accurately represent the wide range of 88 * Large image support: read, process, or write mega-, giga-, or 89 tera-pixel image sizes. 91 internal algorithms are OpenMP-enabled to take advantage of speed-ups [all …]
|
D | configure.ac | 1 # Copyright 1999-2019 ImageMagick Studio LLC, a non-profit organization 15 # Copyright (C) 2003 - 2008 GraphicsMagick Group 32 … [magick_major_version.magick_minor_version.magick_micro_version-magick_patchlevel_version]) 33 m4_define([magick_git_revision], esyscmd([sh -c "(gitversion.sh .) | awk '{ print \$1 }' | tr -d '\… 46 AC_REQUIRE_AUX_FILE([tap-driver.sh]) 49 AX_PREFIX_CONFIG_H([MagickCore/magick-baseconfig.h],[MagickCore]) 52 AM_INIT_AUTOMAKE([foreign color-tests -Wall -Wno-portability subdir-objects dist-bzip2 dist-lzip di… 56 # Save initial user-tunable values 71 AC_ARG_ENABLE([reproducible-build], 72 [AC_HELP_STRING([--enable-reproducible-build], [all …]
|
/external/mesa3d/scons/ |
D | gallium.py | 3 Frontend-tool for Gallium3D architecture. 25 # MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. 77 version = version[:-1] 88 '-Werror=vla', 89 '-Werror=pointer-arith', 120 return int(os.popen2("sysctl -n hw.ncpu")[1].read()) 127 def check_cc(env, cc, expr, cpp_opt = '-E'): 128 # Invoke C-preprocessor to determine whether the specified expression is 207 # Detect gcc/clang not by executable name, but through pre-defined macros 209 # that overrice CC/CXX like scan-build. [all …]
|
/external/clang/include/clang/Driver/ |
D | CLCompatOptions.td | 1 //===--- CLCompatOptions.td - Options for clang-cl ------------------------===// 8 //===----------------------------------------------------------------------===// 10 // This file defines the options accepted by clang-cl. 12 //===----------------------------------------------------------------------===// 14 def cl_Group : OptionGroup<"<clang-cl options>">, 17 def cl_compile_Group : OptionGroup<"<clang-cl compile-only options>">, 20 def cl_ignored_Group : OptionGroup<"<clang-cl ignored options>">, 23 class CLFlag<string name> : Option<["/", "-"], name, KIND_FLAG>, 26 class CLCompileFlag<string name> : Option<["/", "-"], name, KIND_FLAG>, 29 class CLIgnoredFlag<string name> : Option<["/", "-"], name, KIND_FLAG>, [all …]
|
/external/clang/docs/ |
D | UsersManual.rst | 11 The Clang Compiler is an open-source compiler for the C family of 14 allowing it to provide high-quality optimization and code generation 20 for an end-user, documenting the supported features, command line 23 `Clang Static Analyzer <http://clang-analyzer.llvm.org>`_, please see its web 27 which includes :ref:`C <c>`, :ref:`Objective-C <objc>`, :ref:`C++ <cxx>`, and 28 :ref:`Objective-C++ <objcxx>` as well as many dialects of those. For 29 language-specific information, please see the corresponding language 32 - :ref:`C Language <c>`: K&R C, ANSI C89, ISO C90, ISO C94 (C89+AMD1), ISO 34 - :ref:`Objective-C Language <objc>`: ObjC 1, ObjC 2, ObjC 2.1, plus 36 - :ref:`C++ Language <cxx>` [all …]
|
/external/ImageMagick/www/source/ |
D | configure.xml | 1 <?xml version="1.0" encoding="UTF-8"?> 9 <!-- 11 --> 14 …-I/usr/include/libxml2 -I/usr/include/libraw -I/usr/include/libpng16 -I/usr/include/pango-1.… 15 <configure name="CODER_PATH" value="/usr/local/lib/ImageMagick-7.0.7/modules-Q16HDRI/coders"/> 16 <configure name="CONFIGURE_PATH" value="/usr/local/etc/ImageMagick-7/"/> 17 <configure name="CONFIGURE" value="./configure '--with-modules'"/> 18 <configure name="COPYRIGHT" value="Copyright (C) 1999-2019 ImageMagick Studio LLC"/> 19 <configure name="CPPFLAGS" value="-I/usr/local/include/ImageMagick-7"/> 20 <configure name="CXXFLAGS" value="-g -O2 -pthread"/> [all …]
|
/external/clang/include/clang-c/ |
D | Index.h | 1 /*===-- clang-c/Index.h - Indexing Public C Interface -------------*- C -*-===*\ 8 |*===----------------------------------------------------------------------===*| 11 |* high-level symbol information from source files without exposing the full *| 14 \*===----------------------------------------------------------------------===*/ 21 #include "clang-c/Platform.h" 22 #include "clang-c/CXErrorCode.h" 23 #include "clang-c/CXString.h" 24 #include "clang-c/BuildSystem.h" 62 * loading already-parsed ASTs, traversing the AST, associating 64 * facilities that support Clang-based development tools. [all …]
|
/external/tensorflow/tensorflow/contrib/cmake/ |
D | CMakeLists.txt | 6 …rs when building. Consider upgrading your cmake to > 3.8 and using the flag -Thost=x64 when runnin… 9 …"compiler out of heap space\" errors when building. Consider using the flag -Thost=x64 when runnin… 53 option(tensorflow_DISABLE_EIGEN_FORCEINLINE "Disable forceinline, to speed up build on windows." OF… 77 # Threads: defines CMAKE_THREAD_LIBS_INIT and adds -pthread compile option 124 set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -fPIC") 125 set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fPIC") 152 add_definitions(-DSQLITE_OMIT_LOAD_EXTENSION) 155 add_definitions(-DEIGEN_STRONG_INLINE=inline) 158 add_definitions(-DEIGEN_AVOID_STL_ARRAY) 162 add_definitions(-DWIN64) [all …]
|