| 3714 | |
| 3715 | |
| 3716 | inline void MultiplyBottom(word *R, word *T, const word *A, const word *B, |
| 3717 | unsigned int N) |
| 3718 | { |
| 3719 | RecursiveMultiplyBottom(R, T, A, B, N); |
| 3720 | } |
| 3721 | |
| 3722 | inline void MultiplyTop(word *R, word *T, const word *L, const word *A, |
| 3723 | const word *B, unsigned int N) |
no outgoing calls
no test coverage detected