Searched refs:totalInt (Results 1 – 2 of 2) sorted by relevance
6 uint64_t totalInt = 0; in loopBytes() local11 totalInt += abs(pow(i, static_cast<uint8_t>(a))); in loopBytes()14 return totalInt > totalFloat; in loopBytes()
6 uint64_t totalInt = 0; in loopWords() local11 totalInt += abs(pow(i, static_cast<uint16_t>(a))); in loopWords()14 return totalInt > totalFloat; in loopWords()