Searched refs:divide (Results 1 – 9 of 9) sorted by relevance
101 return CR.valueOf(mNum).divide(CR.valueOf(mDen)); in CRValue()135 return new BoundedRational(mNum.divide(divisor), mDen.divide(divisor)); in reduce()237 static BoundedRational divide(BoundedRational r1, BoundedRational r2) { in divide() method in BoundedRational394 return divide(degSin, degCos); in degreeTan()507 n = n.divide(BigInteger.TEN); in b10Log()621 den = den.divide(BIG_FIVE); in digitsRequired()
667 private final CR RADIANS_PER_DEGREE = CR.PI.divide(CR.valueOf(180));669 private final CR DEGREES_PER_RADIAN = CR.valueOf(180).divide(CR.PI);797 return new EvalRet(argVal.pos, argCR.sin().divide(argCR.cos()), null); in evalUnary()827 return new EvalRet(argVal.pos, argVal.val.ln().divide(CR.valueOf(10).ln()), null); in evalUnary()1012 ratVal = BoundedRational.divide(ratVal, tmp.ratVal); in evalTerm()1014 crVal = crVal.divide(tmp.val); in evalTerm()
55 private final static CR RADIANS_PER_DEGREE = CR.PI.divide(CR.valueOf(180));56 private final static CR DEGREES_PER_RADIAN = CR.valueOf(180).divide(CR.PI);77 checkEq(BoundedRational.divide(x, BR_15), in checkBR()78 xAsCR.divide(CR.valueOf(15)), "divide 15:" + x); in checkBR()119 checkWeakEq(BoundedRational.log(x), xAsCR.ln().divide(LN10), in checkBR()
64 BigDecimal kb = bytes.divide(new BigDecimal(1024), 2, BigDecimal.ROUND_HALF_UP); in getFileSizeString()68 BigDecimal mb = kb.divide(new BigDecimal(1024), 2, BigDecimal.ROUND_HALF_UP); in getFileSizeString()
56 inline void divide(T dst[], N divisor, int dimension) { in divide() function167 divide<N, int>(tmp + x, popularities[x / stride], dimension); in calculateNewCentroids()
META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
META-INF/ META-INF/MANIFEST.MF build-data.properties com/ com ...