Lines Matching refs:in1
43 arm_mat_inverse_f64(&this->in1,&this->out); in test_mat_inverse_f64()
48 arm_mat_cholesky_f64(&this->in1,&this->out); in test_mat_cholesky_dpo_f64()
53 arm_mat_solve_upper_triangular_f64(&this->in1,&this->in2,&this->out); in test_solve_upper_triangular_f64()
58 arm_mat_solve_lower_triangular_f64(&this->in1,&this->in2,&this->out); in test_solve_lower_triangular_f64()
79 this->in1.numRows = this->nbr; in setUp()
80 this->in1.numCols = this->nbc; in setUp()
81 this->in1.pData = input1.ptr(); in setUp()
113 this->in1.numRows = this->nbr; in setUp()
114 this->in1.numCols = this->nbc; in setUp()
115 this->in1.pData = aPtr; in setUp()
152 this->in1.numRows = this->nbr; in setUp()
153 this->in1.numCols = this->nbc; in setUp()
154 this->in1.pData = aPtr; in setUp()
192 this->in1.numRows = this->nbr; in setUp()
193 this->in1.numCols = this->nbc; in setUp()
194 this->in1.pData = aPtr; in setUp()