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.cxx2456 double fTyp = ::rtl::math::approxFloor(GetDouble()); in ScTTest() local
2477 if (fTyp == 1.0) in ScTTest()
2511 else if (fTyp == 2.0) in ScTTest()
2515 else if (fTyp == 3.0) in ScTTest()
H A Dinterpr1.cxx4357 double fTyp; in ScMatch() local
4359 fTyp = GetDouble(); in ScMatch()
4361 fTyp = 1.0; in ScMatch()
4404 if (fTyp < 0.0) in ScMatch()
4406 else if (fTyp > 0.0) in ScMatch()
4579 if (fTyp == 0.0) in ScMatch()

Completed in 59 milliseconds