/external/llvm/test/CodeGen/X86/ |
widen_extract-1.ll | 2 ; widen extract subvector
|
negate-add-zero.ll | 87 %"struct.SubVector<CDSVector<double, 1, CDS::DefaultAlloc> >" = type { %"struct.CDSVector<double,0,CDS::DefaultAlloc>"*, i32, i32 } 88 %"struct.SubVector<FixedVector<double, 6, 0> >" = type { %"struct.FixedMatrix<double,1,6,0,0>"*, i32, i32 } 271 declare %"struct.std::basic_ostream<char,std::char_traits<char> >"* @_ZlsI11FixedVectorIdLi6ELi0EEERSoS2_RK9SubVectorIT_E(%"struct.std::basic_ostream<char,std::char_traits<char> >"*, %"struct.SubVector<FixedVector<double, 6, 0> >"*) [all...] |
/external/valgrind/main/auxprogs/ |
gsl16-badfree.patch | 12 - view = FUNCTION (gsl_vector, subvector) (v, 0, N); 13 + view = FUNCTION (gsl_vector, subvector) (v0, 0, N); 28 - view = FUNCTION (gsl_vector, subvector) (v, 0, N); 29 + view = FUNCTION (gsl_vector, subvector) (v0, 0, N);
|
/external/eigen/Eigen/src/Core/ |
VectorwiseOp.h | 201 * \returns the i-th subvector according to the \c Direction */ 204 typename ExpressionType::RowXpr>::type SubVector; 205 SubVector subVector(Index i) 207 return SubVector(m_matrix.derived(),i); 406 /** Copies the vector \a other to each subvector of \c *this */ 416 /** Adds the vector \a other to each subvector of \c *this */ 425 /** Substracts the vector \a other to each subvector of \c *this */ 434 /** Multiples each subvector of \c *this by the vector \a other */ 445 /** Divides each subvector of \c *this by the vector \a other * [all...] |
/external/chromium_org/v8/src/ |
preparse-data.cc | 102 function_store_.WriteTo(data.SubVector(PreparseDataConstants::kHeaderSize, 158 function_store_.WriteTo(data.SubVector(PreparseDataConstants::kHeaderSize, 163 Vector<byte>::cast(data.SubVector(symbol_start, total_size)));
|
strtod.cc | 97 return buffer.SubVector(i, buffer.length()); 107 return buffer.SubVector(0, i + 1);
|
utils.h | 421 Vector<T> SubVector(int from, int to) { 747 chunks_.Add(current_chunk_.SubVector(0, index_)); 785 return this->current_chunk_.SubVector(sequence_start, this->index_); 820 this->chunks_.Add(this->current_chunk_.SubVector(0, sequence_start_)); [all...] |
/external/v8/src/ |
preparse-data.cc | 101 function_store_.WriteTo(data.SubVector(PreparseDataConstants::kHeaderSize, 157 function_store_.WriteTo(data.SubVector(PreparseDataConstants::kHeaderSize, 162 Vector<byte>::cast(data.SubVector(symbol_start, total_size)));
|
strtod.cc | 97 return buffer.SubVector(i, buffer.length()); 107 return buffer.SubVector(0, i + 1);
|
utils.h | 349 Vector<T> SubVector(int from, int to) { 655 chunks_.Add(current_chunk_.SubVector(0, index_)); 693 return this->current_chunk_.SubVector(sequence_start, this->index_); 728 this->chunks_.Add(this->current_chunk_.SubVector(0, sequence_start_));
|
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/ |
3d-raytrace.js | 45 function subVector(self, v) { 262 var zaxis = normaliseVector(subVector(lookat, origin)); 264 var yaxis = normaliseVector(cross(xaxis, subVector([0,0,0], zaxis)));
|
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/ |
3d-raytrace.js | 45 function subVector(self, v) { 262 var zaxis = normaliseVector(subVector(lookat, origin)); 264 var yaxis = normaliseVector(cross(xaxis, subVector([0,0,0], zaxis)));
|
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/ |
3d-raytrace.js | 45 function subVector(self, v) { 262 var zaxis = normaliseVector(subVector(lookat, origin)); 264 var yaxis = normaliseVector(cross(xaxis, subVector([0,0,0], zaxis)));
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/ |
VectorTest.java | 1217 SubVector<String> subvector = new SubVector<String>(); local [all...] |
/frameworks/av/media/libstagefright/codecs/amrwb/src/ |
pvamrwbdecoder.cpp | 491 ind[0] = Serial_parm(8, &prms); /* index of 1st ISP subvector */ 492 ind[1] = Serial_parm(8, &prms); /* index of 2nd ISP subvector */ 493 ind[2] = Serial_parm(6, &prms); /* index of 3rd ISP subvector */ 494 ind[3] = Serial_parm(7, &prms); /* index of 4th ISP subvector */ 495 ind[4] = Serial_parm(7, &prms); /* index of 5th ISP subvector */ 496 ind[5] = Serial_parm(5, &prms); /* index of 6th ISP subvector */ 497 ind[6] = Serial_parm(5, &prms); /* index of 7th ISP subvector */ [all...] |
/external/chromium_org/third_party/WebKit/Source/wtf/dtoa/ |
strtod.cc | 98 return buffer.SubVector(i, buffer.length()); 108 return buffer.SubVector(0, i + 1);
|
utils.h | 148 Vector<T> SubVector(int from, int to) {
|
/external/eigen/Eigen/src/SparseCore/ |
AmbiVector.h | 164 /** Set all coefficients of current subvector to zero */
|
/external/harfbuzz/contrib/ |
harfbuzz-unicode.h | 32 // A script run is a subvector of codepoints, all of which are in the same
|
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/tests/ |
sunspider-3d-raytrace.html | 49 function subVector(self, v) { 266 var zaxis = normaliseVector(subVector(lookat, origin)); 268 var yaxis = normaliseVector(cross(xaxis, subVector([0,0,0], zaxis)));
|
/frameworks/av/media/libstagefright/codecs/amrnb/common/src/ |
q_plsf_5.cpp | 165 This function performs the quantization of a 4-dimensional subvector. 203 /* Quantization of a 4 dimensional subvector */ 329 This function performs the quantization of a 4-dimensional subvector. 369 /* Quantization of a 4 dimensional subvector with a signed codebook */
|
/external/llvm/lib/CodeGen/ |
BasicTargetTransformInfo.cpp | 237 // TODO: Once we have extract/insert subvector cost we need to use them. 467 // TODO: Once we have extract/insert subvector cost we need to use them.
|
/external/llvm/include/llvm/Analysis/ |
TargetTransformInfo.h | 308 /// The index and subtype parameters are used by the subvector insertion and
|
/external/llvm/include/llvm/Target/ |
TargetSelectionDAG.td | 197 def SDTSubVecExtract : SDTypeProfile<1, 2, [// subvector extract 200 def SDTSubVecInsert : SDTypeProfile<1, 3, [ // subvector insert 468 // This operator does not do subvector type checking. The ARM 474 // This operator does subvector type checking. [all...] |
/external/speex/libspeex/ |
cb_search.c | 367 /*For all n-bests of previous subvector*/
|