Searched refs:bConvError (Results 1 – 1 of 1) sorted by relevance
2047 bool bConvError; in ScGammaInv() local2050 double fVal = lcl_IterateInverse( aFunc, fStart*0.5, fStart, bConvError ); in ScGammaInv()2051 if (bConvError) in ScGammaInv()2096 bool bConvError; in ScBetaInv() local2099 double fVal = lcl_IterateInverse( aFunc, 0.0, 1.0, bConvError ); in ScBetaInv()2100 if (bConvError) in ScBetaInv()2136 bool bConvError; in ScTInv() local2138 double fVal = lcl_IterateInverse( aFunc, fDF*0.5, fDF, bConvError ); in ScTInv()2139 if (bConvError) in ScTInv()2170 bool bConvError; in ScFInv() local[all …]