Home
last modified time | relevance | path

Searched refs:_other (Results 1 – 17 of 17) sorted by relevance

/external/eigen/blas/
DBandTriangularSolver.h28 static void run(Index size, Index k, const LhsScalar* _lhs, Index lhsStride, RhsScalar* _other)
31 RhsMap other(_other,size,1);
64 static void run(Index size, Index k, const LhsScalar* _lhs, Index lhsStride, RhsScalar* _other)
67 RhsMap other(_other,size,1);
/external/eigen/Eigen/src/Core/products/
DTriangularSolverMatrix_BLAS.h54 EIGTYPE* _other, Index otherStride, level3_blocking<EIGTYPE,EIGTYPE>& /*blocking*/) \
83 …nsa, &diag, &m, &n, &numext::real_ref(alpha), (const BLASTYPE*)a, &lda, (BLASTYPE*)_other, &ldb); \
107 EIGTYPE* _other, Index otherStride, level3_blocking<EIGTYPE,EIGTYPE>& /*blocking*/) \
136 …nsa, &diag, &m, &n, &numext::real_ref(alpha), (const BLASTYPE*)a, &lda, (BLASTYPE*)_other, &ldb); \
DTriangularSolverMatrix.h24 Scalar* _other, Index otherStride,
32 ::run(size, cols, tri, triStride, _other, otherStride, blocking);
44 Scalar* _other, Index otherStride,
51 Scalar* _other, Index otherStride,
59 OtherMapper other(_other, otherStride);
194 Scalar* _other, Index otherStride,
201 Scalar* _other, Index otherStride,
209 LhsMapper lhs(_other, otherStride);
317 pack_lhs_panel(blockA, LhsMapper(_other+absolute_j2*otherStride+i2, otherStride),
/external/python/cpython2/Modules/_sqlite/
Drow.c196 static PyObject* pysqlite_row_richcompare(pysqlite_Row *self, PyObject *_other, int opid) in pysqlite_row_richcompare() argument
202 if (PyType_IsSubtype(Py_TYPE(_other), &pysqlite_RowType)) { in pysqlite_row_richcompare()
203 pysqlite_Row *other = (pysqlite_Row *)_other; in pysqlite_row_richcompare()
/external/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
DRubyMap.java191 public IRubyObject eq(ThreadContext context, IRubyObject _other) { in eq() argument
192 if (_other instanceof RubyHash) in eq()
193 return toHash(context).op_equal(context, _other); in eq()
194 RubyMap other = (RubyMap) _other; in eq()
/external/protobuf/ruby/ext/google/protobuf_c/
Dmap.c566 VALUE Map_eq(VALUE _self, VALUE _other) { in Map_eq() argument
573 if (TYPE(_other) == T_HASH) { in Map_eq()
575 Map_merge_into_self(other_map, _other); in Map_eq()
576 _other = other_map; in Map_eq()
579 other = ruby_to_Map(_other); in Map_eq()
Drepeated_field.c401 VALUE RepeatedField_eq(VALUE _self, VALUE _other) { in RepeatedField_eq() argument
405 if (_self == _other) { in RepeatedField_eq()
409 if (TYPE(_other) == T_ARRAY) { in RepeatedField_eq()
411 return rb_equal(self_ary, _other); in RepeatedField_eq()
415 other = ruby_to_RepeatedField(_other); in RepeatedField_eq()
Dprotobuf.h381 VALUE RepeatedField_eq(VALUE _self, VALUE _other);
422 VALUE Map_eq(VALUE _self, VALUE _other);
493 VALUE Message_eq(VALUE _self, VALUE _other);
Dmessage.c305 VALUE Message_eq(VALUE _self, VALUE _other) { in Message_eq() argument
309 TypedData_Get_Struct(_other, MessageHeader, &Message_type, other); in Message_eq()
/external/clang/test/Analysis/
DPR2978.m27 MyClass *_other; field
86 [_other->_Z release]; // no-warning
DDeallocMissingRelease.m182 MyPropertyClassWithReleaseInOtherInstance *_other; field
200 [_other releaseIvars];
/external/eigen/Eigen/src/Core/
DSolveTriangular.h167 void TriangularViewImpl<MatrixType,Mode,Dense>::solveInPlace(const MatrixBase<OtherDerived>& _other
169 OtherDerived& other = _other.const_cast_derived();
DPlainObjectBase.h362 EIGEN_STRONG_INLINE void resizeLike(const EigenBase<OtherDerived>& _other)
364 const OtherDerived& other = _other.derived();
/external/python/cpython2/Doc/library/
Dothergui.rst1 .. _other-gui-packages:
Dunittest.rst1195 .. _other-methods-and-attrs:
/external/python/cpython2/Doc/reference/
Dlexical_analysis.rst296 .. _other-tokens:
/external/python/cpython2/Doc/whatsnew/
D2.5.rst970 .. _other-lang: