Searched refs:math_exp_constants_array (Results 1 – 1 of 1) sorted by relevance
119 static double* math_exp_constants_array = NULL; variable931 math_exp_constants_array = new double[9]; in InitializeMathExpData()933 math_exp_constants_array[0] = -708.39641853226408; in InitializeMathExpData()935 math_exp_constants_array[1] = 709.78271289338397; in InitializeMathExpData()936 math_exp_constants_array[2] = V8_INFINITY; in InitializeMathExpData()941 math_exp_constants_array[3] = constant3; in InitializeMathExpData()942 math_exp_constants_array[4] = in InitializeMathExpData()944 math_exp_constants_array[5] = 1 / constant3; in InitializeMathExpData()945 math_exp_constants_array[6] = 3.0000000027955394; in InitializeMathExpData()946 math_exp_constants_array[7] = 0.16666666685227835; in InitializeMathExpData()[all …]