Searched refs:SUGGEST_INTERFACE_OUTPUT_SCALE (Results 1 – 3 of 3) sorted by relevance
97 return (static_cast<float>(score) / SUGGEST_INTERFACE_OUTPUT_SCALE) * weight; in calcNormalizedScore()
93 return static_cast<int>(score * SUGGEST_INTERFACE_OUTPUT_SCALE); in calculateFinalScore()
264 #define SUGGEST_INTERFACE_OUTPUT_SCALE 1000000.0f macro