/external/eigen/Eigen/src/Householder/ |
Householder.h | 30 * \f$ v^T = [1 essential^T] \f$ 32 * The essential part of the vector \c v is stored in *this. 53 * \f$ v^T = [1 essential^T] \f$ 56 * \param essential the essential part of the vector \c v 66 EssentialPart& essential, 83 essential.setZero(); 90 essential = tail / (c0 - beta); 98 * \f$ v^T = [1 essential^T] \f$ 102 * \param essential the essential part of the vector \c [all...] |
/external/proguard/examples/annotations/examples/ |
Applet.java | 11 * The annotation will preserve the class and its essential methods,
|
/external/valgrind/none/tests/amd64-linux/ |
filter_stderr | 10 # NOTE: it is essential for the bug345887 testcase that the stderr
|
filter_minimal | 19 # NOTE: it is essential for the bug345887 testcase that the stderr
|
/prebuilts/tools/common/proguard/proguard4.7/examples/annotations/examples/ |
Applet.java | 11 * The annotation will preserve the class and its essential methods.
|
/external/eigen/test/ |
householder.cpp | 39 EssentialVectorType essential; local 43 v1.makeHouseholder(essential, beta, alpha); 44 v1.applyHouseholderOnTheLeft(essential,beta,tmp); 49 v1.applyHouseholderOnTheLeft(essential,beta,tmp); 59 m1.col(0).makeHouseholder(essential, beta, alpha); 60 m1.applyHouseholderOnTheLeft(essential,beta,tmp); 71 m3.row(0).makeHouseholder(essential, beta, alpha); 72 m3.applyHouseholderOnTheRight(essential,beta,tmp);
|
/external/llvm/test/CodeGen/AArch64/ |
arm64-fp-contract-zero.ll | 5 ; -0.0. It's also good, though not essential, that we don't resort to a litpool.
|
/external/libvorbis/doc/ |
footer.tex | 11 to protect essential tenets of Internet multimedia from corporate
|
/external/skia/tools/ |
install_dependencies.sh | 28 build-essential
|
/external/valgrind/none/tests/ |
sigstackgrowth.c | 17 Consequence is: it is essential that we do not disable delivery of
|
/external/valgrind/none/tests/x86-linux/ |
filter_minimal | 19 # NOTE: it is essential for the bug345887 testcase that the stderr
|
/frameworks/base/docs/html/tools/sdk/ndk/ |
index.jd | 16 if it is essential to your app—never because you simply prefer to program in C/C++.
|
/external/glide/library/src/main/java/com/bumptech/glide/request/target/ |
SimpleTarget.java | 5 * of non essential methods that allows the caller to specify an exact width/height. Typicaly use cases look something
|
/frameworks/base/docs/html/distribute/engage/ |
widgets.jd | 14 an essential aspect of home screen customization. They are "at-a-glance"
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/ |
antlr3.rb | 47 when requiring 'antlr3', only the essential core components are loaded 167 # Thus, they're not essential for everything ANTLR generates and 184 # Set up non-essential components to be loaded on-demand
|
/build/tools/acp/ |
README | 28 stamp is essential, so simply turning the "-p" flag off doesn't work.
|
/development/samples/SampleSyncAdapter/ |
_index.html | 21 <p>The sync adapter (essential to the synchronization service) declares the
|
/device/generic/goldfish/ |
init.goldfish.rc | 32 # start essential services
|
/device/generic/mini-emulator-arm64/ |
init.mini-emulator.rc | 34 # start essential services
|
/device/generic/mini-emulator-armv7-a-neon/ |
init.mini-emulator.rc | 34 # start essential services
|
/external/crcalc/src/com/hp/creals/ |
StringFloatRep.java | 15 // AN ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY SUBJECT SOFTWARE IS
|
/external/jsilver/src/com/google/streamhtmlparser/ |
Parser.java | 20 * Defines essential functionality that every parser we implement
|
/external/okhttp/ |
README.md | 30 MockWebServer coupling with OkHttp is essential for proper testing of SPDY and HTTP/2.0 so that code can be shared.
|
/external/proguard/docs/manual/ |
attributes.html | 27 of essential and non-essential data are attached to these classes, fields, and 180 <h3>Essential attributes</h3> 182 ProGuard automatically keeps the following essential attributes, processing
|
/external/skia/include/core/ |
SkAtomics.h | 47 // It is essential we return by value rather than by const&. fVal may change at any time.
|