/external/eigen/Eigen/src/Householder/ |
D | Householder.h | 66 EssentialPart& essential, in makeHouseholder() argument 83 essential.setZero(); in makeHouseholder() 90 essential = tail / (c0 - beta); in makeHouseholder() 113 const EssentialPart& essential, in applyHouseholderOnTheLeft() argument 125 tmp.noalias() = essential.adjoint() * bottom; in applyHouseholderOnTheLeft() 128 bottom.noalias() -= tau * essential * tmp; in applyHouseholderOnTheLeft() 150 const EssentialPart& essential, in applyHouseholderOnTheRight() argument 162 tmp.noalias() = right * essential.conjugate(); in applyHouseholderOnTheRight() 165 right.noalias() -= tau * tmp * essential.transpose(); in applyHouseholderOnTheRight()
|
/external/eigen/test/ |
D | householder.cpp | 39 EssentialVectorType essential; in householder() local 43 v1.makeHouseholder(essential, beta, alpha); in householder() 44 v1.applyHouseholderOnTheLeft(essential,beta,tmp); in householder() 49 v1.applyHouseholderOnTheLeft(essential,beta,tmp); in householder() 59 m1.col(0).makeHouseholder(essential, beta, alpha); in householder() 60 m1.applyHouseholderOnTheLeft(essential,beta,tmp); in householder() 71 m3.row(0).makeHouseholder(essential, beta, alpha); in householder() 72 m3.applyHouseholderOnTheRight(essential,beta,tmp); in householder()
|
/external/skia/tools/ |
D | install_dependencies.sh | 28 build-essential
|
/external/llvm/test/CodeGen/AArch64/ |
D | arm64-fp-contract-zero.ll | 5 ; -0.0. It's also good, though not essential, that we don't resort to a litpool.
|
/external/elfutils/tests/ |
D | lfs-symbols | 9 # with build-essential installed
|
/external/libvorbis/doc/ |
D | footer.tex | 11 to protect essential tenets of Internet multimedia from corporate
|
/external/eigen/Eigen/src/Core/ |
D | MatrixBase.h | 425 void makeHouseholder(EssentialPart& essential, 428 void applyHouseholderOnTheLeft(const EssentialPart& essential, 432 void applyHouseholderOnTheRight(const EssentialPart& essential,
|
/external/okhttp/ |
D | README.md | 30 MockWebServer coupling with OkHttp is essential for proper testing of SPDY and HTTP/2.0 so that cod…
|
/external/skia/site/user/quick/ |
D | linux.md | 55 * A C++ compiler (typically GCC or Clang) **build-essential** or **clang-3.6**
|
/external/zlib/src/contrib/pascal/ |
D | readme.txt | 22 class wrappers around zlib streams. Other essential features,
|
/external/mesa3d/src/gallium/docs/source/ |
D | distro.rst | 151 or other essential parts of pre-rasterization vertex preparation.
|
/external/google-breakpad/src/testing/ |
D | CHANGES | 25 * Some non-essential project files for Visual Studio 2005 are removed.
|
/external/valgrind/ |
D | README_MISSING_SYSCALL_OR_IOCTL | 33 essential. 37 just been written to. This step is essential.
|
/external/opencv3/doc/tutorials/introduction/linux_install/ |
D | linux_install.markdown | 23 [compiler] sudo apt-get install build-essential
|
/external/opencv3/doc/tutorials/highgui/raster-gdal/ |
D | raster_io_gdal.markdown | 41 When loading digital elevation models, the actual numeric value of each pixel is essential and
|
/external/fonttools/Doc/ |
D | install.txt | 53 Windows/README.TXT. Thanks a LOT to Adam Twardoch for this essential
|
/external/gmock/ |
D | CHANGES | 59 * Some non-essential project files for Visual Studio 2005 are removed.
|
/external/valgrind/docs/internals/ |
D | Darwin-notes.txt | 7 /* IMPORTANT: on Darwin it is essential to use the _nocancel versions
|
/external/iputils/doc/ |
D | tftpd.sgml | 88 However, this is not very essential; remember, only files accessible
|
/external/tlsdate/ |
D | INSTALL | 182 lintian libevent-dev libseccomp-dev build-essential \
|
/external/wpa_supplicant_8/hs20/server/ |
D | hs20-osu-server.txt | 36 sudo apt-get install build-essential
|
/external/vulkan-validation-layers/ |
D | BUILD.md | 33 sudo apt-get install git cmake build-essential bison libxcb1-dev
|
/external/opencv3/3rdparty/libjpeg/ |
D | README | 79 decoding, but they are essential for output to colormapped file formats or 202 of the most essential properties and algorithms of the underlying DCT
|
/external/webrtc/webrtc/modules/audio_device/ios/ |
D | audio_device_ios.mm | 165 // It is essential that we use the same sample rate as stream format 214 // for all of them. It is essential that we only activate the app's audio 276 // Helper method that logs essential device information strings.
|
/external/owasp/sanitizer/tools/findbugs/doc/ |
D | AddingDetectors.txt | 96 BAD_PRACTICE - violations of recommended and essential coding practice
|