Searched refs:nRmz (Results 1 – 1 of 1) sorted by relevance
/aoo4110/main/sc/source/core/tool/ |
H A D | interpr2.cxx | 850 double nRmz, nZzr, nZins, nZw = 0, nFlag = 0; in ScBW() local 858 nRmz = GetDouble(); in ScBW() 861 PushDouble(ScGetBw(nZins, nZzr, nRmz, nZw, nFlag)); in ScBW() 1202 double nZins, nZzr, nRmz, nBw = 0, nFlag = 0; in ScZW() local 1211 nRmz = GetDouble(); in ScZW() 1220 double nZins, nRmz, nBw, nZw = 0, nFlag = 0; in ScZZR() local 1229 nRmz = GetDouble(); in ScZZR() 1232 PushDouble(-(nBw + nZw)/nRmz); in ScZZR() 1234 PushDouble(log(-(nZins*nZw-nRmz*(1.0+nZins))/(nZins*nBw+nRmz*(1.0+nZins))) in ScZZR() 1237 PushDouble(log(-(nZins*nZw-nRmz)/(nZins*nBw+nRmz))/log(1.0+nZins)); in ScZZR() [all …]
|
Completed in 24 milliseconds