| 129 | } |
| 130 | |
| 131 | af_err af_replace_scalar(af_array a, const af_array cond, const double b) { |
| 132 | return replaceScalar(a, cond, b); |
| 133 | } |
| 134 | |
| 135 | af_err af_replace_scalar_long(af_array a, const af_array cond, |
| 136 | const long long b) { |
no test coverage detected