HomeSort by relevance Sort by last modified time
    Searched full:vectors (Results 1 - 25 of 1830) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/compile/slang/tests/F_float3_v13/
stderr.txt.expect 1 float3_v13.rs:9:10: error: structs containing vectors of dimension 3 cannot be exported at this API level: 'myStruct'
  /external/clang/test/CodeGenOpenCL/
2011-04-15-vec-init-from-vec.cl 6 // OpenCL allows vectors to be initialized by vectors Handle bug in
  /external/eigen/Eigen/src/Householder/
BlockHouseholder.h 22 void make_block_householder_triangular_factor(TriangularFactorType& triFactor, const VectorsType& vectors, const CoeffsType& hCoeffs)
26 const Index nbVecs = vectors.cols();
27 eigen_assert(triFactor.rows() == nbVecs && triFactor.cols() == nbVecs && vectors.rows()>=nbVecs);
31 Index rs = vectors.rows() - i;
32 Scalar Vii = vectors(i,i);
33 vectors.const_cast_derived().coeffRef(i,i) = Scalar(1);
34 triFactor.col(i).head(i).noalias() = -hCoeffs(i) * vectors.block(i, 0, rs, i).adjoint()
35 * vectors.col(i).tail(rs);
36 vectors.const_cast_derived().coeffRef(i, i) = Vii;
46 void apply_block_householder_on_the_left(MatrixType& mat, const VectorsType& vectors, const CoeffsType& hCoeffs
    [all...]
  /external/eigen/
eigen3.pc.in 2 Description: A C++ template library for linear algebra: vectors, matrices, and related algorithms
README.android 4 Eigen is a C++ template library for linear algebra: matrices, vectors,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
mode-classes.def 33 DEF_MODE_CLASS (MODE_VECTOR_INT), /* SIMD vectors */ \
34 DEF_MODE_CLASS (MODE_VECTOR_FRACT), /* SIMD vectors */ \
35 DEF_MODE_CLASS (MODE_VECTOR_UFRACT), /* SIMD vectors */ \
36 DEF_MODE_CLASS (MODE_VECTOR_ACCUM), /* SIMD vectors */ \
37 DEF_MODE_CLASS (MODE_VECTOR_UACCUM), /* SIMD vectors */ \
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/source/
encode_lpc_swb.h 33 * -lar : pointer to lar vectors. LAR vectors are
35 * -bandwidth : indicates if the given LAR vectors belong
50 * Remove the correlation amonge the components of LAR vectors. If LAR vectors
57 * -bandwidth : indicates if the given LAR vectors belong
61 * -out : decorrelated LAR vectors.
72 * Remover the correlation among mean-removed LAR vectors. If LAR vectors
78 * -data : pointer to matrix of LAR vectors. The matri
    [all...]
  /external/eigen/doc/snippets/
JacobiSVD_basic.cpp 5 cout << "Its left singular vectors are the columns of the thin U matrix:" << endl << svd.matrixU() << endl;
6 cout << "Its right singular vectors are the columns of the thin V matrix:" << endl << svd.matrixV() << endl;
  /external/llvm/test/CodeGen/R600/
store-v3i32.ll 4 ; 3 vectors have the same size and alignment as 4 vectors, so this
  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
encode_lpc_swb.h 33 * -lar : pointer to lar vectors. LAR vectors are
35 * -bandwidth : indicates if the given LAR vectors belong
50 * Remove the correlation amonge the components of LAR vectors. If LAR vectors
57 * -bandwidth : indicates if the given LAR vectors belong
61 * -out : decorrelated LAR vectors.
72 * Remover the correlation among mean-removed LAR vectors. If LAR vectors
78 * -data : pointer to matrix of LAR vectors. The matri
    [all...]
  /external/chromium_org/chrome/browser/history/
visit_filter.cc 246 TimeVector vectors[3]; local
247 GetTimesOnTheDayOfTheWeek(1, week, max_results, &vectors[0]);
249 GetTimesOnTheDayOfTheWeek(i, week, max_results, &vectors[(i - 1) % 3]);
250 UniteTimeVectors(vectors[(i - 2) % 3], vectors[(i - 1) % 3],
251 &vectors[i % 3]);
252 if (max_results && vectors[i % 3].size() > max_results)
253 vectors[i % 3].resize(max_results);
254 vectors[i % 3].swap(vectors[(i - 1) % 3])
274 const TimeVector* vectors[2] = { &vector1, &vector2 }; local
    [all...]
  /external/chromium_org/tools/clang/blink_gc_plugin/tests/
class_requires_finalization_field.h 43 // Off-heap vectors always need to be finalized.
51 // On-heap vectors with inlined objects that need destruction
60 // On-heap vectors with no inlined objects never need to be finalized.
68 // On-heap vectors with inlined objects that don't need destruction
  /external/clang/test/Analysis/
cxx-for-range-cfg.cpp 4 // because of the temporary array of vectors.
  /external/clang/test/CodeGen/
mips-vector-return.c 4 // vectors larger than 16-bytes are returned via the hidden pointer argument.
5 // N64/N32 returns vectors whose size is equal to or smaller than 16-bytes in
23 // O32 returns integer vectors whose size is equal to or smaller than 16-bytes
x86_32-arguments-nommx.c 8 // but SSE2 vectors should still go into an SSE2 register
  /external/svox/pico/lib/
picosig.h 34 * The PU receives parametric vectors and translates them into signal vectors.
35 * Most of the processing is based on this 1 to 1 relationship between input and output vectors.
  /external/qemu/distrib/sdl-1.2.15/src/video/ataricommon/
SDL_xbiosevents.c 25 * XBIOS mouse & joystick vectors
43 static _KBDVECS *kbdvecs; /* Pointer to access system vectors */
65 /* Read IKBD vectors base */
71 /* Install our vectors */
92 /* Read IKBD vectors base */
  /external/llvm/test/Assembler/
vector-select.ll 2 ; Rudimentary test of select on vectors returning vector of bool
  /external/llvm/test/CodeGen/X86/
fsxor-alignment.ll 5 ; to do floating-point negations, because the arguments aren't vectors
  /external/llvm/test/Transforms/InstCombine/
2006-12-01-BadFPVectorXform.ll 5 ; (X+Y)-Y != X for fp vectors.
  /prebuilts/misc/common/swig/include/2.0.11/octave/
std_vector.i 0 // Vectors
  /prebuilts/misc/common/swig/include/2.0.11/python/
std_vector.i 2 Vectors
  /external/chromium_org/third_party/icu/source/common/
propsvec.h 16 * Store bits (Unicode character properties) in bit set vectors.
29 * Unicode Properties Vectors associated with code point ranges.
32 * the range limits and the properties vectors.
109 * Compact the vectors:
111 * - keep only unique vectors
136 * Get the vectors array after calling upvec_compact().
144 * Get a clone of the vectors array after calling upvec_compact().
154 * vectors array, and freeze the trie.
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/decoder/
error_concealment.h 28 /* Estimate all missing motion vectors. */
33 /* Interpolates all motion vectors for a macroblock mb at position
  /external/icu/icu4c/source/common/
propsvec.h 16 * Store bits (Unicode character properties) in bit set vectors.
29 * Unicode Properties Vectors associated with code point ranges.
32 * the range limits and the properties vectors.
109 * Compact the vectors:
111 * - keep only unique vectors
136 * Get the vectors array after calling upvec_compact().
144 * Get a clone of the vectors array after calling upvec_compact().
154 * vectors array, and freeze the trie.

Completed in 2048 milliseconds

1 2 3 4 5 6 7 8 91011>>