Searched refs:COSINE_TABLE_B (Results 1 - 2 of 2) sorted by relevance

/external/apache-commons-math/src/main/java/org/apache/commons/math/util/
H A DFastMath.java137 private static final double COSINE_TABLE_B[] = new double[14]; field in class:FastMath
1859 COSINE_TABLE_B[i] = result[1];
1875 ys[1] = COSINE_TABLE_B[i/2];
1889 COSINE_TABLE_B[i] = result[1];
1894 ys[1] = COSINE_TABLE_B[i/2];
1898 bs[1] = COSINE_TABLE_B[i/2+1];
1914 COSINE_TABLE_B[i] = result[1];
1925 as[1] = COSINE_TABLE_B[i];
1994 final double costB = COSINE_TABLE_B[idx];
2138 final double costB = COSINE_TABLE_B[id
[all...]
/external/conscrypt/benchmark-android/
H A Dvogar.jarMETA-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties.java package vogar ...

Completed in 156 milliseconds