Searched refs:math_exp_log_table_array (Results 1 – 1 of 1) sorted by relevance
121 static double* math_exp_log_table_array = NULL; variable924 math_exp_log_table_array = new double[kTableSize]; in InitializeMathExpData()930 math_exp_log_table_array[i] = mantissa; in InitializeMathExpData()941 delete[] math_exp_log_table_array; in TearDownMathExpData()942 math_exp_log_table_array = NULL; in TearDownMathExpData()1367 return ExternalReference(reinterpret_cast<void*>(math_exp_log_table_array)); in math_exp_log_table()