/external/eigen/Eigen/ |
LU | 9 * This module includes %LU decomposition and related notions such as matrix inversion and determinant.
|
/docs/source.android.com/src/devices/ |
audio_avoiding_pi.jd | 1 page.title=Avoiding Priority Inversion 14 priority inversion, as of the Android 4.1 (Jellybean) release, 45 <h2 id="priorityInversion">Priority Inversion</h2> 48 <a href="http://en.wikipedia.org/wiki/Priority_inversion">Priority inversion</a> 57 In an audio system, priority inversion typically manifests as a 66 In the Android audio implementation, priority inversion is most 98 not yet implemented. The likely priority inversion spots will be 285 finding priority inversion, especially before it happens. Some 296 are useful for seeing priority inversion after it occurs, but do
|
devices_toc.cs | 37 <li><a href="<?cs var:toroot ?>devices/audio_avoiding_pi.html">Avoiding Priority Inversion</a></li>
|
/frameworks/base/media/mca/filterpacks/native/imageproc/ |
invert.c | 39 // Run the inversion
|
/external/dropbear/libtommath/ |
bn_mp_montgomery_setup.c | 24 /* fast inversion mod 2**k
|
/external/llvm/lib/Target/R600/ |
AMDGPUCallingConv.td | 14 // Inversion of CCIfInReg
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
invert.h | 27 // Mapper to implement inversion of an arc.
|
/external/icu4c/common/ |
bmpset.h | 137 * Inversion list indexes for restricted binary searches in 147 * The inversion list of the parent set, for the slower contains() implementation
|
/external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/ |
metered_stream.py | 72 layering inversion in update() for things to work correctly. 124 # inversion (stream calling back into the logger).
|
/external/eigen/test/ |
inverse.cpp | 71 // check in-place inversion
|
/external/icu4c/test/intltest/ |
usettest.h | 127 * Return the representation of an inversion list based UnicodeSet
|
/external/openfst/src/include/fst/ |
invert.h | 30 // Mapper to implement inversion of an arc.
|
/external/qemu/android/ |
multitouch-screen.h | 73 * conversion, or in-place y-inversion.
|
/external/skia/src/gpu/ |
GrStencilAndCoverPathRenderer.cpp | 110 // theoretically could set bloat = 0, instead leave it because of matrix inversion
|
/external/ceres-solver/internal/ceres/ |
corrector.cc | 77 // deficient correction making the inversion of the Hessian fraught
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/dvb/ |
frontend.h | 227 fe_spectral_inversion_t inversion; member in struct:dvb_frontend_parameters
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/dvb/ |
frontend.h | 227 fe_spectral_inversion_t inversion; member in struct:dvb_frontend_parameters
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/dvb/ |
frontend.h | 227 fe_spectral_inversion_t inversion; member in struct:dvb_frontend_parameters
|
/sdk/emulator/opengl/host/include/libOpenglRender/ |
render_api.h | 98 * RGB conversion, or in-place y-inversion.
|
/frameworks/av/media/libeffects/lvm/lib/StereoWidening/src/ |
LVCS_ReverbGenerator.c | 57 /* 2. The numerator coefficients of the filter are negated to cause an inversion. */
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/ |
ECFieldElement.java | 615 // // Inversion in F2m using the extended Euclidean algorithm 624 // "inversion is impossible"); [all...] |
/frameworks/av/services/audioflinger/ |
FastMixer.cpp | 229 // FIXME to avoid priority inversion, don't delete here 237 // to avoid blocking here and to prevent possible priority inversion 603 // never return 'true'; Thread::_threadLoop() locks mutex which can result in priority inversion [all...] |
/external/openssl/crypto/ec/ |
ecp_smpl.c | 1206 * Modular inversion is rather slow, but luckily we can do with a single 1207 * explicit inversion, plus about 3 multiplications per input value. 1232 * parent (after inversion) and its sibling (before inversion). [all...] |
/external/valgrind/main/drd/tests/ |
matinv.c | 264 /** Matrix inversion via the Gauss-Jordan algorithm. */
|
omp_matinv.c | 228 /** Matrix inversion via the Gauss-Jordan algorithm. */
|