Searched refs:EXP_INT_TABLE_B (Results 1 – 1 of 1) sorted by relevance
60 private static final double EXP_INT_TABLE_B[] = new double[1500]; field in FastMath220 EXP_INT_TABLE_B[i+750] = tmp[1];226 EXP_INT_TABLE_B[750-i] = recip[1];750 intPartB = EXP_INT_TABLE_B[750-intVal]; in exp()765 intPartB = EXP_INT_TABLE_B[750+intVal]; in exp()