Searched refs:error_term (Results 1 – 2 of 2) sorted by relevance
124 fInt error_term; in fExponential() local143 error_term = fAdd(fPositiveOne, exponent); in fExponential()145 solution = fMultiply(solution, error_term); in fExponential()159 fInt error_term; in fNaturalLog() local173 error_term = fAdd(fNegativeOne, value); in fNaturalLog()175 return fAdd(solution, error_term); in fNaturalLog()546 static fInt fRoundUpByStepSize(fInt A, fInt fStepSize, bool error_term) in fRoundUpByStepSize() argument553 if (error_term) in fRoundUpByStepSize()
796 goto error_term; in siw_proc_rresp()805 goto error_term; in siw_proc_rresp()817 goto error_term; in siw_proc_rresp()853 goto error_term; in siw_proc_rresp()865 error_term: in siw_proc_rresp()
Completed in 10 milliseconds