/external/eigen/blas/ |
D | BandTriangularSolver.h | 28 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/ |
D | TriangularSolverMatrix_BLAS.h | 54 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); \
|
D | TriangularSolverMatrix.h | 24 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/protobuf/ruby/src/main/java/com/google/protobuf/jruby/ |
D | RubyMap.java | 191 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/ |
D | map.c | 566 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()
|
D | repeated_field.c | 401 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()
|
D | protobuf.h | 381 VALUE RepeatedField_eq(VALUE _self, VALUE _other); 422 VALUE Map_eq(VALUE _self, VALUE _other); 493 VALUE Message_eq(VALUE _self, VALUE _other);
|
D | message.c | 305 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/ |
D | PR2978.m | 27 MyClass *_other; field 86 [_other->_Z release]; // no-warning
|
D | DeallocMissingRelease.m | 182 MyPropertyClassWithReleaseInOtherInstance *_other; field 200 [_other releaseIvars];
|
/external/eigen/Eigen/src/Core/ |
D | SolveTriangular.h | 167 void TriangularViewImpl<MatrixType,Mode,Dense>::solveInPlace(const MatrixBase<OtherDerived>& _other… 169 OtherDerived& other = _other.const_cast_derived();
|
D | PlainObjectBase.h | 362 EIGEN_STRONG_INLINE void resizeLike(const EigenBase<OtherDerived>& _other) 364 const OtherDerived& other = _other.derived();
|