Searched defs:kind1 (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/
H A Dtransitions-inl.h121 int TransitionArray::CompareKeys(Name* key1, uint32_t hash1, PropertyKind kind1, argument
128 return CompareDetails(kind1, attributes1, kind2, attributes2);
143 int TransitionArray::CompareDetails(PropertyKind kind1, argument
147 if (kind1 != kind2) {
148 return static_cast<int>(kind1) < static_cast<int>(kind2) ? -1 : 1;
/external/opencv3/modules/core/src/
H A Darithm.cpp1518 int kind1 = psrc1->kind(), kind2 = psrc2->kind(); local
1525 bool use_opencl = (kind1 == _InputArray::UMAT || kind2 == _InputArray::UMAT) &&
1531 if( dims1 <= 2 && dims2 <= 2 && kind1 == kind2 && sz1 == sz2 && type1 == type2 && !haveMask )
1558 else if( (kind1 == _InputArray::MATX) + (kind2 == _InputArray::MATX) == 1 ||
1561 if( checkScalar(*psrc1, type2, kind1, kind2) )
1570 else if( !checkScalar(*psrc2, type1, kind2, kind1) )
1931 int kind1 = psrc1->kind(), kind2 = psrc2->kind(); local
1942 bool src1Scalar = checkScalar(*psrc1, type2, kind1, kind2);
1943 bool src2Scalar = checkScalar(*psrc2, type1, kind2, kind1);
1945 if( (kind1
2261 int kind1 = _src1.kind(), kind2 = _src2.kind(); local
5014 int kind1 = _src1.kind(), kind2 = _src2.kind(); local
[all...]

Completed in 146 milliseconds