Searched refs:x1 (Results 1 – 3 of 3) sorted by relevance
/loramac-node-latest/src/boards/ |
D | display-board.h | 185 void DisplayDrawLine( int16_t x0, int16_t y0, int16_t x1, int16_t y1, DisplayColor_t color ); 247 void DisplayDrawTriangle( int16_t x0, int16_t y0, int16_t x1, int16_t y1, int16_t x2, int16_t y2, D… 260 void DisplayFillTriangle( int16_t x0, int16_t y0, int16_t x1, int16_t y1, int16_t x2, int16_t y2, D…
|
/loramac-node-latest/src/boards/mcu/saml21/cmsis/ |
D | arm_math.h | 1930 float32_t x1; /**< x1 */ member 5775 float32_t x0, x1; /* Nearest input values */ in arm_linear_interp_f32() local 5782 i = (int32_t) ((x - S->x1) / xSpacing); in arm_linear_interp_f32() 5797 x0 = S->x1 + i * xSpacing; in arm_linear_interp_f32() 5798 x1 = S->x1 + (i + 1) * xSpacing; in arm_linear_interp_f32() 5805 y = y0 + (x - x0) * ((y1 - y0) / (x1 - x0)); in arm_linear_interp_f32() 7219 q31_t x1, x2, y1, y2; /* Nearest output values */ in arm_bilinear_interp_q31() local 7247 x1 = pYData[(rI) + nCols * (cI)]; in arm_bilinear_interp_q31() 7259 out = ((q31_t) (((q63_t) x1 * (0x7FFFFFFF - xfract)) >> 32)); in arm_bilinear_interp_q31() 7294 q15_t x1, x2, y1, y2; /* Nearest output values */ in arm_bilinear_interp_q15() local [all …]
|
/loramac-node-latest/src/boards/mcu/stm32/cmsis/ |
D | arm_math.h | 1843 float32_t x1; /**< x1 */ member 5438 float32_t x0, x1; /* Nearest input values */ in arm_linear_interp_f32() local 5445 i = (int32_t) ((x - S->x1) / xSpacing); in arm_linear_interp_f32() 5460 x0 = S->x1 + i * xSpacing; in arm_linear_interp_f32() 5461 x1 = S->x1 + (i + 1) * xSpacing; in arm_linear_interp_f32() 5468 y = y0 + (x - x0) * ((y1 - y0) / (x1 - x0)); in arm_linear_interp_f32() 6826 q31_t x1, x2, y1, y2; /* Nearest output values */ in arm_bilinear_interp_q31() local 6853 x1 = pYData[(rI) + (int32_t)nCols * (cI) ]; in arm_bilinear_interp_q31() 6865 out = ((q31_t) (((q63_t) x1 * (0x7FFFFFFF - xfract)) >> 32)); in arm_bilinear_interp_q31() 6899 q15_t x1, x2, y1, y2; /* Nearest output values */ in arm_bilinear_interp_q15() local [all …]
|