/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/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
mode-classes.def | 34 DEF_MODE_CLASS (MODE_VECTOR_INT), /* SIMD vectors */ \ 35 DEF_MODE_CLASS (MODE_VECTOR_FRACT), /* SIMD vectors */ \ 36 DEF_MODE_CLASS (MODE_VECTOR_UFRACT), /* SIMD vectors */ \ 37 DEF_MODE_CLASS (MODE_VECTOR_ACCUM), /* SIMD vectors */ \ 38 DEF_MODE_CLASS (MODE_VECTOR_UACCUM), /* SIMD vectors */ \
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
mode-classes.def | 34 DEF_MODE_CLASS (MODE_VECTOR_INT), /* SIMD vectors */ \ 35 DEF_MODE_CLASS (MODE_VECTOR_FRACT), /* SIMD vectors */ \ 36 DEF_MODE_CLASS (MODE_VECTOR_UFRACT), /* SIMD vectors */ \ 37 DEF_MODE_CLASS (MODE_VECTOR_ACCUM), /* SIMD vectors */ \ 38 DEF_MODE_CLASS (MODE_VECTOR_UACCUM), /* SIMD vectors */ \
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
mode-classes.def | 34 DEF_MODE_CLASS (MODE_VECTOR_INT), /* SIMD vectors */ \ 35 DEF_MODE_CLASS (MODE_VECTOR_FRACT), /* SIMD vectors */ \ 36 DEF_MODE_CLASS (MODE_VECTOR_UFRACT), /* SIMD vectors */ \ 37 DEF_MODE_CLASS (MODE_VECTOR_ACCUM), /* SIMD vectors */ \ 38 DEF_MODE_CLASS (MODE_VECTOR_UACCUM), /* SIMD vectors */ \
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
mode-classes.def | 34 DEF_MODE_CLASS (MODE_VECTOR_INT), /* SIMD vectors */ \ 35 DEF_MODE_CLASS (MODE_VECTOR_FRACT), /* SIMD vectors */ \ 36 DEF_MODE_CLASS (MODE_VECTOR_UFRACT), /* SIMD vectors */ \ 37 DEF_MODE_CLASS (MODE_VECTOR_ACCUM), /* SIMD vectors */ \ 38 DEF_MODE_CLASS (MODE_VECTOR_UACCUM), /* SIMD vectors */ \
|
/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/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/clang/test/Analysis/ |
cxx-for-range-cfg.cpp | 4 // because of the temporary array of vectors.
|
misc-ps-arm.m | 4 // <rdar://problem/11405978> - Handle casts of vectors to structs, and loading
|
/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.
|
/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/icu4c/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/javassist/sample/vector/ |
Test.j | 5 This automatically produces the classes representing vectors of integer 6 and vectors of java.lang.String.
|
/external/libvpx/libvpx/vp8/decoder/ |
error_concealment.h | 24 /* Estimate all missing motion vectors. */ 29 /* Interpolates all motion vectors for a macroblock mb at position
|