Lines Matching refs:assert
24 assert(NULL != pAData); in PQ_MatrixAddition()
25 assert(NULL != pBData); in PQ_MatrixAddition()
26 assert(NULL != pResult); in PQ_MatrixAddition()
37 assert(NULL != pAData); in PQ_MatrixSubtraction()
38 assert(NULL != pBData); in PQ_MatrixSubtraction()
39 assert(NULL != pResult); in PQ_MatrixSubtraction()
50 assert(NULL != pAData); in PQ_MatrixMultiplication()
51 assert(NULL != pBData); in PQ_MatrixMultiplication()
52 assert(NULL != pResult); in PQ_MatrixMultiplication()
63 assert(NULL != pAData); in PQ_MatrixProduct()
64 assert(NULL != pBData); in PQ_MatrixProduct()
65 assert(NULL != pResult); in PQ_MatrixProduct()
76 assert(NULL != pAData); in PQ_VectorDotProduct()
77 assert(NULL != pBData); in PQ_VectorDotProduct()
78 assert(NULL != pResult); in PQ_VectorDotProduct()
89 assert(NULL != pData); in PQ_MatrixInversion()
90 assert(NULL != pTmpData); in PQ_MatrixInversion()
91 assert(NULL != pResult); in PQ_MatrixInversion()
108 assert(NULL != pData); in PQ_MatrixTranspose()
109 assert(NULL != pResult); in PQ_MatrixTranspose()
119 assert(NULL != pData); in PQ_MatrixScale()
120 assert(NULL != pResult); in PQ_MatrixScale()