Home
last modified time | relevance | path

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

/trunk/main/sc/source/core/tool/
H A Dinterpr3.cxx2454 double fTyp = ::rtl::math::approxFloor(GetDouble()); in ScTTest() local
2475 if (fTyp == 1.0) in ScTTest()
2509 else if (fTyp == 2.0) in ScTTest()
2513 else if (fTyp == 3.0) in ScTTest()
H A Dinterpr1.cxx4355 double fTyp; in ScMatch() local
4357 fTyp = GetDouble(); in ScMatch()
4359 fTyp = 1.0; in ScMatch()
4402 if (fTyp < 0.0) in ScMatch()
4404 else if (fTyp > 0.0) in ScMatch()
4577 if (fTyp == 0.0) in ScMatch()