Home
last modified time | relevance | path

Searched refs:atan2 (Results 1 – 6 of 6) sorted by relevance

/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/
Dtgmath.h150 #undef atan2
213 #define atan2(x,y) __tg_real_2(atan2, (x), (y)) macro
Dmath.h546 double atan2(double, double);
/device/soc/hpmicro/sdk/hpm_sdk/middleware/hpm_mcl/src/
Dhpm_smc.c39 …theta = atan2(HPM_MOTOR_MATH_MDF_FL(-par->alpha_cal), HPM_MOTOR_MATH_MDF_FL(par->beta_cal))*(180/3… in bldc_smc_pos_cal()
/device/soc/hpmicro/sdk/hpm_sdk/middleware/hpm_mcl/inc/
Dhpm_motor_math.h137 #define HPM_MOTOR_MATH_ATAN2(x, y) atan2(x, y)
/device/board/isoftstone/yangfan/common/seetafaceengine/opencv2/modules/calib3d/src/
Dcalibration.cpp3527 fovx = atan2(K(0, 2), K(0, 0)) + atan2(imageSize.width - K(0, 2), K(0, 0)); in calibrationMatrixValues()
3528 fovy = atan2(K(1, 2), K(1, 1)) + atan2(imageSize.height - K(1, 2), K(1, 1)); in calibrationMatrixValues()
/device/board/isoftstone/zhiyuan/kernel/driver/ramfs/
Drootfs_arm64.cpio.gz