Home
last modified time | relevance | path

Searched refs:acos (Results 1 – 4 of 4) sorted by relevance

/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/
Dtgmath.h145 #undef acos
208 #define acos(x) __tg_real_complex(acos, (x)) macro
Dmath.h169 double acos(double);
/device/board/isoftstone/yangfan/common/seetafaceengine/opencv2/modules/calib3d/src/
Dcalibration.cpp391 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()
/device/board/isoftstone/zhiyuan/kernel/driver/ramfs/
Drootfs_arm64.cpio.gz