Searched refs:m (Results 1 – 5 of 5) sorted by relevance
179 static void FragGetParityMatrixRow( int32_t n, int32_t m, uint8_t *matrixRow );575 static void FragGetParityMatrixRow( int32_t n, int32_t m, uint8_t *matrixRow ) in FragGetParityMatrixRow() argument582 if( IsPowerOfTwo( m ) != false ) in FragGetParityMatrixRow()592 for( int32_t i = 0; i < ( ( m >> 3 ) + 1 ); i++ ) in FragGetParityMatrixRow()596 while( nbCoeff < ( m >> 1 ) ) in FragGetParityMatrixRow()599 while( r >= m ) in FragGetParityMatrixRow()602 r = x % ( m + mTemp ); in FragGetParityMatrixRow()
72 target_link_libraries(${PROJECT_NAME} m)
86 target_link_libraries(${PROJECT_NAME} m)
161 target_link_libraries(${PROJECT_NAME}-${SUB_PROJECT} m)