Lines Matching refs:result
31 // The result will not be normalized.40 // than other. The result will not be normalized.42 DiyFp result = a;43 result.Subtract(b);44 return result;52 DiyFp result = a;53 result.Multiply(b);54 return result;78 DiyFp result = a;79 result.Normalize();80 return result;