Ambiguous usage of native_exp()
Detected with oclgrind.
Large constant coefficients might be considered as of double type by the compiler. Data derived from these coefficients can be treated as double too. If so, such data will not be valid arguments for native_*()
functions as in here.
Therefore, such constant coefficients have be expressed with fewer decimal points so they are treated as float by any compiler.