Searched refs:EXP_INT_TABLE_A (Results 1 – 1 of 1) sorted by relevance
55 private static final double EXP_INT_TABLE_A[] = new double[1500]; field in FastMath219 EXP_INT_TABLE_A[i+750] = tmp[0];225 EXP_INT_TABLE_A[750-i] = recip[0];749 intPartA = EXP_INT_TABLE_A[750-intVal]; in exp()764 intPartA = EXP_INT_TABLE_A[750+intVal]; in exp()