Searched refs:y1 (Results 1 – 5 of 5) sorted by relevance
/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/ |
D | p_256_ecc_pp.c | 57 DWORD *y1; in ECC_Double() local 67 x1 = p->x; y1 = p->y; z1 = p->z; in ECC_Double() 77 multiprecision_mersenns_mult_mod(z3, y1, z1, keyLength); // z3=y1*z1 in ECC_Double() 80 multiprecision_mersenns_squa_mod(y3, y1, keyLength); // y3=y1^2 in ECC_Double() 103 DWORD *y1; in ECC_Add() local 110 x1 = p->x; y1 = p->y; z1 = p->z; in ECC_Add() 132 multiprecision_sub_mod(t2, t2, y1, keyLength); // t2=t2-y1 in ECC_Add() 154 multiprecision_mersenns_mult_mod(z1, z1, y1, keyLength); // t4=t4*t1 in ECC_Add()
|
/hal_espressif-latest/components/esp_adc/deprecated/esp32/ |
D | esp_adc_cal_legacy.c | 258 static inline uint32_t interpolate_two_points(uint32_t y1, uint32_t y2, uint32_t x_step, uint32_t x) in interpolate_two_points() argument 261 return ((y1 * x_step) + (y2 * x) - (y1 * x) + (x_step / 2)) / x_step; in interpolate_two_points()
|
/hal_espressif-latest/components/bt/host/bluedroid/external/sbc/decoder/srce/ |
D | synthesis-sbc.c | 480 OI_INT32 y0, y1, y2, y3; in cosineModulateSynth4() local 496 y1 = -SCALE(f10 - f9, DCT_SHIFT); in cosineModulateSynth4() 503 out[5] = (OI_INT16)y1; in cosineModulateSynth4() 505 out[7] = (OI_INT16)y1; in cosineModulateSynth4()
|
/hal_espressif-latest/zephyr/esp32/src/esp_adc_cal/ |
D | esp_adc_cal.c | 264 static inline uint32_t interpolate_two_points(uint32_t y1, uint32_t y2, uint32_t x_step, uint32_t x) in interpolate_two_points() argument 267 return ((y1 * x_step) + (y2 * x) - (y1 * x) + (x_step / 2)) / x_step; in interpolate_two_points()
|
/hal_espressif-latest/components/esp_adc/esp32/ |
D | adc_cali_line_fitting.c | 130 static inline uint32_t interpolate_two_points(uint32_t y1, uint32_t y2, uint32_t x_step, uint32_t x) in interpolate_two_points() argument 133 return ((y1 * x_step) + (y2 * x) - (y1 * x) + (x_step / 2)) / x_step; in interpolate_two_points()
|