Lines Matching refs:fAdd
59 static fInt fAdd (fInt, fInt); /* Returns the sum of two fInt numbers */
137 error_term = fAdd(fPositiveOne, exponent); in fExponential()
158 while (GreaterThan(fAdd(value, fNegativeOne), upper_bound)) { in fNaturalLog()
162 solution = fAdd(solution, GetScaledFraction(logk_array[i], 10000)); in fNaturalLog()
167 error_term = fAdd(fNegativeOne, value); in fNaturalLog()
169 return (fAdd(solution, error_term)); in fNaturalLog()
181 f_decoded_value = fAdd(f_decoded_value, f_min); in fDecodeLinearFuse()
200 f_decoded_value = fAdd(f_decoded_value, f_average); in fDecodeLogisticFuse()
297 static fInt fAdd (fInt X, fInt Y) in fAdd() function
385 fullNumber = fAdd(scaledDecimal,scaledReal); in ConvertBackToInteger()
474 root_second = fAdd(fNegate(B), temp); /* b + Sqrt(b^2 - 4AC) */ in SolveQuadracticEqn()
551 solution = fAdd(solution, fStepSize); in fRoundUpByStepSize()