HomeSort by relevance Sort by last modified time
    Searched full:subvector (Results 1 - 25 of 39) 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...]
unaligned-32-byte-memops.ll 48 ; Merge two consecutive 16-byte subvector loads into a single 32-byte load
  /external/valgrind/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 202 * \returns the i-th subvector according to the \c Direction */
205 typename ExpressionType::RowXpr>::type SubVector;
206 SubVector subVector(Index i)
208 return SubVector(m_matrix.derived(),i);
433 /** Copies the vector \a other to each subvector of \c *this */
443 /** Adds the vector \a other to each subvector of \c *this */
452 /** Substracts the vector \a other to each subvector of \c *this */
461 /** Multiples each subvector of \c *this by the vector \a other */
472 /** Divides each subvector of \c *this by the vector \a other *
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/transform/
FastFourierTransformer.java 563 * @param subVector recursion subvector
567 int d, int[] subVector)
571 if (subVector.length == dimensionSize.length) {
575 subVector[d] = i;
576 temp[i] = mdcm.get(subVector);
585 subVector[d] = i;
586 mdcm.set(temp[i], subVector);
589 int[] vector = new int[subVector.length + 1];
590 System.arraycopy(subVector, 0, vector, 0, subVector.length)
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
VectorTest.java 1298 SubVector<String> subvector = new SubVector<String>(); local
    [all...]
  /external/v8/src/
vector.h 33 Vector<T> SubVector(int from, int to) {
strtod.cc 76 return buffer.SubVector(i, buffer.length());
86 return buffer.SubVector(0, i + 1);
utils.h 600 chunks_.Add(current_chunk_.SubVector(0, index_));
638 return this->current_chunk_.SubVector(sequence_start, this->index_);
673 this->chunks_.Add(this->current_chunk_.SubVector(0, sequence_start_));
    [all...]
parser.cc 152 Vector<const uc16> prefix = char_vector.SubVector(0, num_chars - 1);
154 char_vector = char_vector.SubVector(num_chars - 1, num_chars);
193 Vector<unsigned> subvector(&(Data()[index]), FunctionEntry::kSize);
194 return FunctionEntry(subvector);
    [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/eigen/Eigen/src/SparseCore/
AmbiVector.h 164 /** Set all coefficients of current subvector to zero */
  /external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
FieldVector.java 312 * Get a subvector from consecutive elements.
RealVector.java 948 * Get a subvector from consecutive elements.
    [all...]
  /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 */
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/llvm/include/llvm/Target/
TargetSelectionDAG.td 221 def SDTSubVecExtract : SDTypeProfile<1, 2, [// subvector extract
224 def SDTSubVecInsert : SDTypeProfile<1, 3, [ // subvector insert
504 // This operator does not do subvector type checking. The ARM
510 // This operator does subvector type checking.
    [all...]
  /external/speex/libspeex/
cb_search.c 367 /*For all n-bests of previous subvector*/
  /external/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 312 // TODO: Once we have extract/insert subvector cost we need to use them.
641 // TODO: Once we have extract/insert subvector cost we need to use them.
ISDOpcodes.h 284 /// EXTRACT_SUBVECTOR(VECTOR, IDX) - Returns a subvector from VECTOR (an
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.h 502 /// INSERT_SUBVECTOR operand specifies a subvector insert that is
512 /// INSERT_SUBVECTOR operand specifies a subvector insert that is
    [all...]
X86InstrFormats.td 108 // The tuple (subvector) forms.
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]
  /external/llvm/include/llvm/Analysis/
TargetTransformInfo.h 417 /// The index and subtype parameters are used by the subvector insertion and
    [all...]

Completed in 2201 milliseconds

1 2