Home
last modified time | relevance | path

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

/external/apache-commons-math/src/main/java/org/apache/commons/math/util/
DFastMath.java195 private static final long HEX_40000000 = 0x40000000L; // 1073741824L field in FastMath
198 private static final long MASK_30BITS = -1L - (HEX_40000000 -1); // 0xFFFFFFFFC0000000L;
306 double temp = ya * HEX_40000000; in cosh()
312 temp = recip * HEX_40000000; in cosh()
370 double temp = ya * HEX_40000000; in sinh()
376 temp = recip * HEX_40000000; in sinh()
411 double temp = ratio * HEX_40000000; in sinh()
415 temp = denom * HEX_40000000; in sinh()
495 temp = da * HEX_40000000; in tanh()
501 temp = ratio * HEX_40000000; in tanh()
[all …]