Searched refs:dbvalue (Results 1 – 1 of 1) sorted by relevance
285 CFX_LCNumeric(double dbvalue);420 CFX_LCNumeric::CFX_LCNumeric(double dbvalue) { in CFX_LCNumeric() argument421 m_Integral = (int64_t)dbvalue; in CFX_LCNumeric()423 ((dbvalue > 0) ? (dbvalue - m_Integral) : (m_Integral - dbvalue)) * in CFX_LCNumeric()