Home
last modified time | relevance | path

Searched refs:numCols (Results 1 – 2 of 2) sorted by relevance

/loramac-node-latest/src/boards/mcu/saml21/cmsis/
Darm_math.h1440 uint16_t numCols; /**< number of columns of the matrix. */ member
1452 uint16_t numCols; /**< number of columns of the matrix. */ member
1463 uint16_t numCols; /**< number of columns of the matrix. */ member
1475 uint16_t numCols; /**< number of columns of the matrix. */ member
1942 uint16_t numCols; /**< number of columns in the data table. */ member
1953 uint16_t numCols; /**< number of columns in the data table. */ member
1964 uint16_t numCols; /**< number of columns in the data table. */ member
1975 uint16_t numCols; /**< number of columns in the data table. */ member
7161 || yIndex > (S->numCols - 1)) in arm_bilinear_interp_f32()
7167 index = (xIndex - 1) + (yIndex - 1) * S->numCols; in arm_bilinear_interp_f32()
[all …]
/loramac-node-latest/src/boards/mcu/stm32/cmsis/
Darm_math.h1372 uint16_t numCols; /**< number of columns of the matrix. */ member
1383 uint16_t numCols; /**< number of columns of the matrix. */ member
1393 uint16_t numCols; /**< number of columns of the matrix. */ member
1403 uint16_t numCols; /**< number of columns of the matrix. */ member
1854 uint16_t numCols; /**< number of columns in the data table. */ member
1864 uint16_t numCols; /**< number of columns in the data table. */ member
1874 uint16_t numCols; /**< number of columns in the data table. */ member
1884 uint16_t numCols; /**< number of columns in the data table. */ member
6769 if(xIndex < 0 || xIndex > (S->numRows - 1) || yIndex < 0 || yIndex > (S->numCols - 1)) in arm_bilinear_interp_f32()
6775 index = (xIndex - 1) + (yIndex - 1) * S->numCols; in arm_bilinear_interp_f32()
[all …]