Home
last modified time | relevance | path

Searched refs:bConvError (Results 1 – 1 of 1) sorted by relevance

/AOO41X/main/sc/source/core/tool/
H A Dinterpr3.cxx2047 bool bConvError; in ScGammaInv() local
2050 double fVal = lcl_IterateInverse( aFunc, fStart*0.5, fStart, bConvError ); in ScGammaInv()
2051 if (bConvError) in ScGammaInv()
2096 bool bConvError; in ScBetaInv() local
2099 double fVal = lcl_IterateInverse( aFunc, 0.0, 1.0, bConvError ); in ScBetaInv()
2100 if (bConvError) in ScBetaInv()
2136 bool bConvError; in ScTInv() local
2138 double fVal = lcl_IterateInverse( aFunc, fDF*0.5, fDF, bConvError ); in ScTInv()
2139 if (bConvError) in ScTInv()
2170 bool bConvError; in ScFInv() local
[all …]