Home
last modified time | relevance | path

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

/dports/japanese/skkinput3/skkinput-3.0.6/lib/lisp/
H A Dlnumber.c366 register Boolean fGreaterEqual ; in lispMgr_mathTestGreaterEqual() local
370 fGreaterEqual = (pNum1->m_Value.m_fFloat >= pNum2->m_Value.m_fFloat) ; in lispMgr_mathTestGreaterEqual()
372 fGreaterEqual = (pNum1->m_Value.m_fFloat >= pNum2->m_Value.m_lLong) ; in lispMgr_mathTestGreaterEqual()
376 fGreaterEqual = (pNum1->m_Value.m_lLong >= pNum2->m_Value.m_fFloat) ; in lispMgr_mathTestGreaterEqual()
378 fGreaterEqual = (pNum1->m_Value.m_lLong >= pNum2->m_Value.m_lLong) ; in lispMgr_mathTestGreaterEqual()
381 return fGreaterEqual ; in lispMgr_mathTestGreaterEqual()