Searched refs:prec (Results 1 – 5 of 5) sorted by relevance
108 bool isApprox(const Pose3f& other, float prec = kDummyPrecision) const {109 return (mTranslation - other.mTranslation).norm() < prec &&111 ((mRotation.coeffs() - other.mRotation.coeffs()).norm() < prec ||112 (mRotation.coeffs() + other.mRotation.coeffs()).norm() < prec);
54 float prec = Eigen::NumTraits<float>::dummy_precision()) const {55 return mTranslationalVelocity.isApprox(other.mTranslationalVelocity, prec) &&56 mRotationalVelocity.isApprox(other.mRotationalVelocity, prec);
49 private static void inner(int n, int prec) { in inner() argument50 BigInteger big = BigInteger.TEN.pow(prec).shiftLeft(30).add(BigInteger.ONE); in inner()75 private static BigInteger harmonic1000(int prec) { in harmonic1000() argument76 BigInteger scaledOne = BigInteger.TEN.pow(prec); in harmonic1000()139 private static BigInteger eApprox(int n, int prec) { in eApprox() argument140 BigInteger scaledOne = BigInteger.TEN.pow(prec); in eApprox()
476 enum bcinfo::RSFloatPrecision prec = ME.getRSFloatPrecision(); in findCoreLib() local477 if (prec == bcinfo::RS_FP_Relaxed) { in findCoreLib()
636 | '+' exp %prec UNARY_PLUS642 | '-' exp %prec UNARY_MINUS