OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mat
(Results
126 - 130
of
130
) sorted by null
1
2
3
4
5
6
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_output.c
3758
struct mbuf *
mat
;
local
3776
struct mbuf *
mat
;
local
5184
struct mbuf *
mat
, *op_err;
local
6732
struct mbuf *
mat
;
local
6832
struct mbuf *
mat
;
local
7107
struct mbuf *
mat
;
local
7622
struct mbuf *
mat
;
local
9173
struct mbuf *
mat
;
local
9255
struct mbuf *
mat
;
local
9327
struct mbuf *
mat
;
local
9614
struct mbuf *
mat
;
local
[
all
...]
/external/mesa3d/src/mesa/drivers/dri/r200/
r200_context.h
503
struct radeon_state_atom
mat
[9];
member in struct:r200_hw_state
/external/opencv/cxcore/src/
cxpersistence.cpp
3533
const CvMat*
mat
= (const CvMat*)struct_ptr;
local
3578
CvMat*
mat
;
local
3628
void*
mat
= (void*)struct_ptr;
local
3664
CvMatND*
mat
;
local
3745
const CvSparseMat*
mat
= (const CvSparseMat*)struct_ptr;
local
3821
CvSparseMat*
mat
;
local
[
all
...]
/external/deqp/modules/glshared/
glsBuiltinPrecisionTests.cpp
987
ExprP<Matrix<float, Rows, Cols> > operator- (const ExprP<Matrix<float, Rows, Cols> >&
mat
);
3502
ExprP<Mat2>
mat
= args.a;
local
3514
ExprP<Mat3>
mat
= args.a;
local
3528
ExprP<Mat4>
mat
= args.a;
local
3575
ExprP<Mat2>
mat
= args.a;
local
3595
ExprP<Mat3>
mat
= args.a;
local
3635
ExprP<Mat4>
mat
= args.a;
local
[
all
...]
/external/opencv/cxcore/include/
cxtypes.h
582
#define CV_IS_MAT_HDR(
mat
) \
583
((
mat
) != NULL && \
584
(((const CvMat*)(
mat
))->type & CV_MAGIC_MASK) == CV_MAT_MAGIC_VAL && \
585
((const CvMat*)(
mat
))->cols > 0 && ((const CvMat*)(
mat
))->rows > 0)
587
#define CV_IS_MAT(
mat
) \
588
(CV_IS_MAT_HDR(
mat
) && ((const CvMat*)(
mat
))->data.ptr != NULL)
590
#define CV_IS_MASK_ARR(
mat
) \
591
(((
mat
)->type & (CV_MAT_TYPE_MASK & ~CV_8SC1)) == 0
780
CvSparseMat*
mat
;
member in struct:CvSparseMatIterator
815
CvMatND
mat
; \/* Embedded
mat
rix header for array histograms. *\/
member in struct:CvHistogram
[
all
...]
Completed in 297 milliseconds
1
2
3
4
5
6