Searched refs:dmm (Results 1 – 1 of 1) sorted by relevance
51 double convertDMMF(const int dmm, const int f, int p10) { in convertDMMF() argument52 const int d = dmm / 100; in convertDMMF()53 const int m = dmm % 100; in convertDMMF()