Searched refs:AddOrSubtract (Results 1 – 4 of 4) sorted by relevance
83 CBC_ReedSolomonGF256Poly::AddOrSubtract(const CBC_ReedSolomonGF256Poly* other) { in AddOrSubtract() function in CBC_ReedSolomonGF256Poly100 sumDiff[i] = CBC_ReedSolomonGF256::AddOrSubtract( in AddOrSubtract()119 product[i + j] = CBC_ReedSolomonGF256::AddOrSubtract( in Multiply()171 quotient = quotient->AddOrSubtract(iteratorQuotient.get()); in Divide()174 remainder = remainder->AddOrSubtract(term.get()); in Divide()
26 static int32_t AddOrSubtract(int32_t a, int32_t b);
27 std::unique_ptr<CBC_ReedSolomonGF256Poly> AddOrSubtract(
69 int32_t CBC_ReedSolomonGF256::AddOrSubtract(int32_t a, int32_t b) { in AddOrSubtract() function in CBC_ReedSolomonGF256