enum CONVERSION_RESULT

#include <convert_mul_add_to_scaleshift_or_power.hpp>

enum CONVERSION_RESULT
{
    SCALE_SHIFT,
    POWER,
    NONE,
};