Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/cmsis/
Darm_math.h1439 uint16_t numRows; /**< number of rows of the matrix. */ member
1451 uint16_t numRows; /**< number of rows of the matrix. */ member
1462 uint16_t numRows; /**< number of rows of the matrix. */ member
1474 uint16_t numRows; /**< number of rows of the matrix. */ member
1941 uint16_t numRows; /**< number of rows in the data table. */ member
1952 uint16_t numRows; /**< number of rows in the data table. */ member
1963 uint16_t numRows; /**< number of rows in the data table. */ member
1974 uint16_t numRows; /**< number of rows in the data table. */ member
7160 if(xIndex < 0 || xIndex > (S->numRows - 1) || yIndex < 0 in arm_bilinear_interp_f32()
7237 if(rI < 0 || rI > (S->numRows - 1) || cI < 0 || cI > (S->numCols - 1)) in arm_bilinear_interp_q31()
[all …]
/loramac-node-latest/src/boards/mcu/stm32/cmsis/
Darm_math.h1371 uint16_t numRows; /**< number of rows of the matrix. */ member
1382 uint16_t numRows; /**< number of rows of the matrix. */ member
1392 uint16_t numRows; /**< number of rows of the matrix. */ member
1402 uint16_t numRows; /**< number of rows of the matrix. */ member
1853 uint16_t numRows; /**< number of rows in the data table. */ member
1863 uint16_t numRows; /**< number of rows in the data table. */ member
1873 uint16_t numRows; /**< number of rows in the data table. */ member
1883 uint16_t numRows; /**< number of rows in the data table. */ member
6769 if(xIndex < 0 || xIndex > (S->numRows - 1) || yIndex < 0 || yIndex > (S->numCols - 1)) in arm_bilinear_interp_f32()
6843 if(rI < 0 || rI > (S->numRows - 1) || cI < 0 || cI > (S->numCols - 1)) in arm_bilinear_interp_q31()
[all …]