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/ |
D | tgmath.h | 150 #undef atan2 213 #define atan2(x,y) __tg_real_2(atan2, (x), (y)) macro
|
D | math.h | 546 double atan2(double, double);
|
/device/soc/hpmicro/sdk/hpm_sdk/middleware/hpm_mcl/src/ |
D | hpm_smc.c | 39 …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/ |
D | hpm_motor_math.h | 137 #define HPM_MOTOR_MATH_ATAN2(x, y) atan2(x, y)
|
/device/board/isoftstone/yangfan/common/seetafaceengine/opencv2/modules/calib3d/src/ |
D | calibration.cpp | 3527 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/ |
D | rootfs_arm64.cpio.gz |
|