Home
last modified time | relevance | path

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

/dports/science/simbody/simbody-Simbody-3.7/SimTKcommon/Scalar/src/
H A DScalar.cpp77 const Real Ln2 = NTraits<Real>::getLn2();
/dports/science/simbody/simbody-Simbody-3.7/SimTKcommon/Scalar/include/SimTKcommon/internal/
H A DNTraits.h603 static const T& getLn2() {static const T c(NTraits<R>::getLn2()); return c;}
799 static const T& getLn2() {static const T c(NTraits<R>::getLn2()); return c;}
971 static const T& getLn2() {static const T c=(T)(SimTK_LN2); return c;} \
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/main/java/org/apache/commons/math3/dfp/
H A DDfpMath.java641 final Dfp b = a.divide(x.getField().getLn2()).rint(); in pow()
643 final Dfp c = a.subtract(b.multiply(x.getField().getLn2())); in pow()
H A DDfpField.java490 public Dfp getLn2() { in getLn2() method in DfpField