| 38 | } |
| 39 | |
| 40 | const bool ap::operator!=(const ap::complex& lhs, const ap::complex& rhs) |
| 41 | { return !(lhs==rhs); } |
| 42 | |
| 43 | const ap::complex ap::operator+(const ap::complex& lhs) |
| 44 | { return lhs; } |
nothing calls this directly
no outgoing calls
no test coverage detected