/external/chromium-trace/trace-viewer/third_party/gl-matrix/src/gl-matrix/ |
common.js | 38 * Sets the type of array used when creating new vectors and matricies
|
/external/chromium_org/chrome/browser/password_manager/ |
password_form_data.h | 37 // Checks whether two vectors of PasswordForms contain equivalent elements,
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/ |
r200_sanity.c | 616 static struct reg vectors[512*4+1]; variable in typeref:struct:reg 638 for (i = 0, tmp = vector_names ; i < Elements(vectors) ; i++) { 640 vectors[i].idx = i; 641 vectors[i].closest = tmp; 642 vectors[i].flags = ISFLOAT|ISVEC; 647 vectors[Elements(vectors)-1].idx = -1; [all...] |
/external/chromium_org/third_party/opus/src/silk/ |
interpolate.c | 34 /* Interpolate two vectors */
|
/external/chromium_org/third_party/skia/src/pathops/ |
SkPathOpsTriangle.cpp | 13 // Compute vectors
|
/external/dropbear/libtomcrypt/src/headers/ |
tomcrypt.h | 37 CRYPT_FAIL_TESTVECTOR, /* Algorithm failed test vectors */
|
/external/dropbear/libtomcrypt/src/misc/ |
error_to_string.c | 27 "Algorithm failed test vectors.",
|
/external/eigen/Eigen/src/Core/arch/Default/ |
Settings.h | 35 * for vectors (level 2 blas xTRMV and xTRSV). The default is 8.
|
/external/eigen/debug/msvc/ |
eigen_autoexp_part.dat | 27 ; Fixed size 4-vectors
52 ; Fixed size 3-vectors
76 ; Fixed size 2-vectors
99 ; Fixed size 1-vectors
|
/external/eigen/doc/ |
C00_QuickStartGuide.dox | 48 \section GettingStartedExample2 Example 2: Matrices and vectors 50 Here is another example, which combines matrices with vectors. Concentrate on the left-hand program for now; we will talk about the right-hand program later. 85 The use of fixed-size matrices and vectors has two advantages. The compiler emits better (faster) code because it knows the size of the matrices and vectors. Specifying the size in the type also allows for more rigorous checking at compile-time. For instance, the compiler will complain if you try to multiply a \c Matrix4d (a 4-by-4 matrix) with a \c Vector3d (a vector of size 3). However, the use of many types increases compilation time and the size of the executable. The size of the matrix may also not be known at compile-time. A rule of thumb is to use fixed-size matrices for size 4-by-4 and smaller.
|
C05_TutorialAdvancedInitialization.dox | 35 Moreover, the elements of the initialization list may themselves be vectors or matrices. A common use is 36 to join vectors or matrices together. For example, here is how to join two row vectors together. Remember 96 \link DenseBase::LinSpaced LinSpaced\endlink(size, low, high) is only available for vectors and
|
/external/jmonkeyengine/engine/src/core/com/jme3/collision/ |
MotionAllowedListener.java | 40 * Check if motion allowed. Modify position and velocity vectors
|
/external/llvm/test/CodeGen/NVPTX/ |
vec-param-load.ll | 7 ; Make sure we index into vectors properly
|
/external/llvm/test/CodeGen/R600/ |
indirect-addressing-si.ll | 4 ; indexing of vectors.
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
r200_sanity.c | 616 static struct reg vectors[512*4+1]; variable in typeref:struct:reg 638 for (i = 0, tmp = vector_names ; i < Elements(vectors) ; i++) { 640 vectors[i].idx = i; 641 vectors[i].closest = tmp; 642 vectors[i].flags = ISFLOAT|ISVEC; 647 vectors[Elements(vectors)-1].idx = -1; [all...] |
/external/skia/src/pathops/ |
SkPathOpsTriangle.cpp | 13 // Compute vectors
|
/frameworks/base/include/android_runtime/ |
android_view_InputQueue.h | 77 // Guards the pending and finished event vectors
|
/external/chromium_org/cc/base/ |
math_util_unittest.cc | 77 // Orthogonal vectors are at an angle of 90 degress. 85 // Parallel but reversed vectors are at 180 degrees. 103 // Orthogonal vectors project to a zero vector.
|
/external/chromium_org/chrome/browser/history/ |
visit_filter.h | 27 // functions produce vectors that are sorted in order from most recent to 133 // Unites two vectors, so the new vector has non-intersecting union of the 139 // Intersects two vectors, so the new vector has ranges that are covered by
|
/external/chromium_org/third_party/mesa/src/src/glsl/ |
glsl_types.cpp | 335 /* Handle vectors and matrices */ 404 /* Treat GLSL vectors as Nx1 matrices. 657 /* (4) If the member is an array of scalars or vectors, the base alignment 666 * <S>*<C> column vectors with <R> components each, according to rule 671 * row vectors with <C> components each, according to rule (4). 689 * <C> column vectors with <R> components each, according to 694 * row vectors with <C> components each, according to rule (4). 763 * <C> column vectors with <R> components each, according to 768 * <S>*<C> column vectors with <R> components each, according to rule 773 * row vectors with <C> components each, according to rule (4) [all...] |
/external/chromium_org/third_party/opus/src/tests/ |
run_vectors.sh | 52 echo Test vectors found in $VECTOR_PATH 54 echo No test vectors found 55 #Don't make the test fail here because the test vectors
|
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/ |
main.c | 28 {'b', 0, "bit-vectors"}, 47 "-b --bit-vectors Implies -s. Use bit vectors as well in the attempt to\n"
|
/external/mesa3d/src/glsl/ |
glsl_types.cpp | 335 /* Handle vectors and matrices */ 404 /* Treat GLSL vectors as Nx1 matrices. 657 /* (4) If the member is an array of scalars or vectors, the base alignment 666 * <S>*<C> column vectors with <R> components each, according to rule 671 * row vectors with <C> components each, according to rule (4). 689 * <C> column vectors with <R> components each, according to 694 * row vectors with <C> components each, according to rule (4). 763 * <C> column vectors with <R> components each, according to 768 * <S>*<C> column vectors with <R> components each, according to rule 773 * row vectors with <C> components each, according to rule (4) [all...] |
/frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/ |
sparse_weight_vector.h | 17 // Purpose: A container for sparse weight vectors 58 // This function implements checks to prevent unbounded vectors. It returns 114 // Load another weight vectors. Will overwrite the current vector.
|
/external/chromium_org/ppapi/cpp/ |
output_traits.h | 189 // Output traits for vectors of all "plain old data" (POD) types. It is 217 // Output traits for all vectors of resource types. It is implemented to pass 240 // Specialization of CallbackOutputTraits for vectors. This struct covers both 254 // the information on how to handle vectors of pp::Var. Vectors of resources
|