Searched refs:negate (Results 1 – 9 of 9) sorted by relevance
300 @Override public CharMatcher negate() {364 @Override public CharMatcher negate() {395 @Override public CharMatcher negate() { in is() method in CharMatcher425 @Override public CharMatcher negate() {478 return anyOf(sequence).negate();541 public CharMatcher negate() {557 @Override public CharMatcher negate() {879 return negate().removeFrom(sequence);1093 int first = negate().indexIn(sequence);
123 return new BoundedRational(mNum.negate(), mDen.negate()); in positiveDen()196 public static BoundedRational negate(BoundedRational r) { in negate() method in BoundedRational200 return new BoundedRational(r.mNum.negate(), r.mDen); in negate()204 return add(r1, negate(r2)); in subtract()448 return inverse(pow(exp.negate())); in pow()
744 ratVal = BoundedRational.sqrt(BoundedRational.negate(argVal.ratVal)); in evalUnary()749 argVal.val.negate().sqrt(), null); in evalUnary()877 return pow(base, exp.negate()).inverse(); in pow()978 CR crVal = negative ? tmp.val.negate() : tmp.val; in evalSignedFactor()979 BoundedRational ratVal = negative ? BoundedRational.negate(tmp.ratVal) in evalSignedFactor()1071 BoundedRational ratVal = isSubtraction ? BoundedRational.negate(tmp.ratVal) in getPercentFactor()1073 CR crVal = isSubtraction ? tmp.val.negate() : tmp.val; in getPercentFactor()
174 checkBR(BoundedRational.negate(new BoundedRational(4,9))); in testBR()180 checkBR(BoundedRational.negate(new BoundedRational(36))); in testBR()
30 .negate();
... ) public final org.javia.arity.Complex negate () public final boolean isInfinite () public final ...
META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
META-INF/ META-INF/MANIFEST.MF build-data.properties com/ com ...