Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/cpu/cortexm4/inc/cpu/cmsis/
Darm_math.h1434 uint16_t numCols; /**< number of columns of the matrix. */ member
1446 uint16_t numCols; /**< number of columns of the matrix. */ member
1457 uint16_t numCols; /**< number of columns of the matrix. */ member
1469 uint16_t numCols; /**< number of columns of the matrix. */ member
1936 uint16_t numCols; /**< number of columns in the data table. */ member
1947 uint16_t numCols; /**< number of columns in the data table. */ member
1958 uint16_t numCols; /**< number of columns in the data table. */ member
1969 uint16_t numCols; /**< number of columns in the data table. */ member
7155 || yIndex > (S->numCols - 1)) in arm_bilinear_interp_f32()
7161 index = (xIndex - 1) + (yIndex - 1) * S->numCols; in arm_bilinear_interp_f32()
[all …]