/device/soc/hpmicro/sdk/hpm_sdk/middleware/hpm_mcl/src/ |
D | hpm_bldc_foc_func.c | 220 int32_t tx, ty, t0; in bldc_foc_svpwm() local 243 ty = -uref3; in bldc_foc_svpwm() 244 t0 = pwm_reload - tx - ty; in bldc_foc_svpwm() 247 tx = ((float)tx / (tx + ty)) * pwm_reload; in bldc_foc_svpwm() 248 ty = pwm_reload - tx; in bldc_foc_svpwm() 252 tuon = (int) (ty + twon); in bldc_foc_svpwm() 257 ty = -uref1; in bldc_foc_svpwm() 258 t0 = pwm_reload - tx - ty; in bldc_foc_svpwm() 260 tx = ((float)tx / (tx + ty)) * pwm_reload; in bldc_foc_svpwm() 261 ty = pwm_reload - tx; in bldc_foc_svpwm() [all …]
|
/device/soc/esp/esp32/components/bootloader/subproject/components/micro-ecc/ |
D | uECC_verify_antifault.c | 27 uECC_word_t ty[uECC_MAX_WORDS]; in uECC_verify_antifault() local 79 uECC_vli_set(ty, curve->G + num_words, num_words); in uECC_verify_antifault() 81 XYcZ_add(tx, ty, sum, sum + num_words, curve); in uECC_verify_antifault() 108 uECC_vli_set(ty, point + num_words, num_words); in uECC_verify_antifault() 109 apply_z(tx, ty, z, curve); in uECC_verify_antifault() 111 XYcZ_add(tx, ty, rx, ry, curve); in uECC_verify_antifault()
|
/device/soc/winnermicro/wm800/board/src/bt/blehost/ext/tinycrypt/src/ |
D | ecc_dsa.c | 202 uECC_word_t ty[NUM_ECC_WORDS]; in uECC_verify() local 242 uECC_vli_set(ty, curve->G + num_words, num_words); in uECC_verify() 244 XYcZ_add(tx, ty, sum, sum + num_words, curve); in uECC_verify() 269 uECC_vli_set(ty, point + num_words, num_words); in uECC_verify() 270 apply_z(tx, ty, z, curve); in uECC_verify() 272 XYcZ_add(tx, ty, rx, ry, curve); in uECC_verify()
|
/device/board/isoftstone/yangfan/common/seetafaceengine/opencv2/modules/calib3d/perf/ |
D | perf_affine2d.cpp | 61 double ty = rngIn(-2, 2); in rngPartialAffMat() local 63 std::sin(theta) * scale, std::cos(theta) * scale, ty }; in rngPartialAffMat()
|
/device/soc/winnermicro/wm800/board/include/arch/xt804/csi_dsp/ |
D | csky_math.h | 245 # define EMULV(x, y, z, zz, p, hx, tx, hy, ty) do { \ argument 247 (p)=CN*(y); (hy)=((y)-(p))+(p); (ty)=(y)-(hy); \ 249 (zz)=((((hx)*(hy)-(z))+(hx)*(ty))+(tx)*(hy))+(tx)*(ty); \ 256 # define MUL12(x, y, z, zz, p, hx, tx, hy, ty, q) do { \ argument 258 (p)=CN*(y); (hy)=((y)-(p))+(p); (ty)=(y)-(hy); \ 260 (q)=(hx)*(ty)+(tx)*(hy); (z)=(p)+(q); \ 261 (zz)=(((p)-(z))+(q))+(tx)*(ty); \ 298 #define MUL2(x, xx, y, yy, z, zz, p, hx, tx, hy, ty, q, c, cc) do { \ argument 299 MUL12((x), (y), (c), (cc), (p), (hx), (tx), (hy), (ty), (q)) \
|
/device/soc/esp/esp32/components/bootloader/subproject/components/micro-ecc/micro-ecc/ |
D | uECC.c | 1465 uECC_word_t ty[uECC_MAX_WORDS]; in uECC_verify() local 1517 uECC_vli_set(ty, curve->G + num_words, num_words); in uECC_verify() 1519 XYcZ_add(tx, ty, sum, sum + num_words, curve); in uECC_verify() 1546 uECC_vli_set(ty, point + num_words, num_words); in uECC_verify() 1547 apply_z(tx, ty, z, curve); in uECC_verify() 1549 XYcZ_add(tx, ty, rx, ry, curve); in uECC_verify()
|
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/input/ctp/gslx680new/ |
D | gsl_point_id.c | 1947 int tx, ty; in DiagonalCompress() local 1965 ty = y; in DiagonalCompress() 1966 x = ((tx+ty)+(tx-ty)*cp_ceof/256)/2; in DiagonalCompress() 1967 y = ((tx+ty)+(ty-tx)*cp_ceof/256)/2; in DiagonalCompress()
|
/device/board/isoftstone/zhiyuan/kernel/driver/ramfs/ |
D | rootfs_arm64.cpio.gz |
|