HomeSort by relevance Sort by last modified time
    Searched full:hex_40000000 (Results 1 - 1 of 1) sorted by null

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

Completed in 965 milliseconds