K 10 svn:author V 8 truckman K 8 svn:date V 27 2016-05-29T07:23:56.928129Z K 7 svn:log V 367 Cast some expressions that multiply a long long constant by a floating point constant to int64_t. This avoids the runtime conversion of the the other operand in a set of comparisons from int64_t to floating point and doing the comparisions in floating point. Suggested by: lidl Submitted by: Rasool Al-Saadi MFC after: 2 weeks (with r300779) END