Searched refs:error_term (Results 1 – 1 of 1) sorted by relevance
120 fInt error_term; in fExponential() local139 error_term = fAdd(fPositiveOne, exponent); in fExponential()141 solution = fMultiply(solution, error_term); in fExponential()155 fInt error_term; in fNaturalLog() local169 error_term = fAdd(fNegativeOne, value); in fNaturalLog()171 return (fAdd(solution, error_term)); in fNaturalLog()542 static fInt fRoundUpByStepSize(fInt A, fInt fStepSize, bool error_term) in fRoundUpByStepSize() argument549 if (error_term) in fRoundUpByStepSize()