Multiplies integer array x by integer array y and stores the result into the integer array dest. Note that dest's size must be >= xlen + ylen. @brief Generalized multiplicate of integer arrays.
source not stored for this graph (policy: none)
no test coverage detected