Searched refs:acos (Results 1 – 4 of 4) sorted by relevance
145 #undef acos208 #define acos(x) __tg_real_complex(acos, (x)) macro
169 double acos(double);
391 theta = acos(c); in cvRodrigues2()2335 cvConvertScale(&ww, &ww, acos(fabs(c)/nt)/nw); in cvStereoRectify()3034 eulerAngles->x = acos(_Qx[1][1]) * (_Qx[1][2] >= 0 ? 1 : -1) * (180.0 / CV_PI); in cvRQDecomp3x3()3035 eulerAngles->y = acos(_Qy[0][0]) * (_Qy[2][0] >= 0 ? 1 : -1) * (180.0 / CV_PI); in cvRQDecomp3x3()3036 eulerAngles->z = acos(_Qz[0][0]) * (_Qz[0][1] >= 0 ? 1 : -1) * (180.0 / CV_PI); in cvRQDecomp3x3()3911 ww *= acos(fabs(c)/nt)/nw; in rectify3Collinear()