Home
last modified time | relevance | path

Searched refs:math_exp_constants_array (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/
Dassembler.cc120 static double* math_exp_constants_array = NULL; variable
906 math_exp_constants_array = new double[9]; in InitializeMathExpData()
908 math_exp_constants_array[0] = -708.39641853226408; in InitializeMathExpData()
910 math_exp_constants_array[1] = 709.78271289338397; in InitializeMathExpData()
911 math_exp_constants_array[2] = V8_INFINITY; in InitializeMathExpData()
916 math_exp_constants_array[3] = constant3; in InitializeMathExpData()
917 math_exp_constants_array[4] = in InitializeMathExpData()
919 math_exp_constants_array[5] = 1 / constant3; in InitializeMathExpData()
920 math_exp_constants_array[6] = 3.0000000027955394; in InitializeMathExpData()
921 math_exp_constants_array[7] = 0.16666666685227835; in InitializeMathExpData()
[all …]