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

1 2

  /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/v8/test/cctest/
test-log-utils.cc 115 CHECK_EQ(ref_buf.SubVector(128 - 32, 128), tail_buf.SubVector(0, 32));
135 CHECK_EQ(CStrVector(seal), seal_buf.SubVector(0, seal_size));
  /external/v8/src/
preparse-data.cc 103 function_store_.WriteTo(data.SubVector(PreparseDataConstants::kHeaderSize,
159 function_store_.WriteTo(data.SubVector(PreparseDataConstants::kHeaderSize,
164 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 312 Vector<T> SubVector(int from, int to) {
612 chunks_.Add(current_chunk_.SubVector(0, index_));
661 return this->current_chunk_.SubVector(sequence_start, this->index_);
parser.cc 216 Vector<const uc16> prefix = char_vector.SubVector(0, num_chars - 1);
218 char_vector = char_vector.SubVector(num_chars - 1, num_chars);
299 return FunctionEntry(store_.SubVector(index,
    [all...]
  /external/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/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/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/base/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/harfbuzz/contrib/
harfbuzz-unicode.h 32 // A script run is a subvector of codepoints, all of which are in the same
  /external/llvm/include/llvm/Target/
TargetSelectionDAG.td 193 def SDTSubVecExtract : SDTypeProfile<1, 2, [// subvector extract
196 def SDTSubVecInsert : SDTypeProfile<1, 3, [ // subvector insert
443 // This operator does not do subvector type checking. The ARM
449 // This operator does subvector type checking.
    [all...]
  /frameworks/base/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 */
q_plsf_3.cpp 186 This function performs the quantization of a 4-dimensional subvector.
492 This function performs the quantization of a 3 dimensional subvector.
    [all...]
  /external/speex/libspeex/
cb_search.c 367 /*For all n-bests of previous subvector*/
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]
LegalizeDAG.cpp     [all...]
LegalizeVectorTypes.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 280 /// EXTRACT_SUBVECTOR(VECTOR, IDX) - Returns a subvector from VECTOR (an
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.h 430 /// INSERT_SUBVECTOR operand specifies a subvector insert that is
    [all...]
X86ISelLowering.cpp 175 // Insert the upper subvector.
185 // Insert the lower subvector.
    [all...]
  /external/llvm/utils/TableGen/
NeonEmitter.cpp 957 // Handle multiple-vector values specially, emitting each subvector as an
    [all...]
  /external/llvm/lib/Transforms/Scalar/
ScalarReplAggregates.cpp 442 // to bitcast and extract a subvector.
    [all...]

Completed in 271 milliseconds

1 2