Searched refs:_W1 (Results 1 – 2 of 2) sorted by relevance
2793 register mp_word *_W, *_W1; in fast_mp_montgomery_reduce() local2798 _W1 = W + ix; in fast_mp_montgomery_reduce()2804 *_W++ += *_W1++ >> ((mp_word) DIGIT_BIT); in fast_mp_montgomery_reduce()
412 double _W1[9*3], _W2[3*3]; in cvComposeRT() local416 CvMat W1 = cvMat(3,9,CV_64F,_W1), W2 = cvMat(3,3,CV_64F,_W2); in cvComposeRT()