Searched refs:addingValue (Results 1 – 2 of 2) sorted by relevance
759 static const double addingValue = 0.5; // adding value for leap month. in LunarDateCompare() local766 double leftMonth = (left.isLeapMonth ? left.month + addingValue : left.month); in LunarDateCompare()767 double rightMonth = (right.isLeapMonth ? right.month + addingValue : right.month); in LunarDateCompare()
1514 static const double addingValue = 0.5; // adding value for leap month. in LunarDateCompare() local1521 double leftMonth = (left.isLeapMonth ? left.month + addingValue : left.month); in LunarDateCompare()1522 double rightMonth = (right.isLeapMonth ? right.month + addingValue : right.month); in LunarDateCompare()