Home
last modified time | relevance | path

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

/dports/science/jmol/jmol-14.32.7/src/org/jmol/script/
H A DScriptMathProcessor.java475 case T.minmaxmask: // ALL in addOpAllowMath()
703 return (((op.intValue & ~T.minmaxmask) == T.function in addOpAllowMath()
833 tok = (op.tok == T.propselector ? op.intValue & ~T.minmaxmask : op.tok); in evaluateFunction()
973 int iv = (op.intValue == T.opIf ? T.opIf : op.intValue & ~T.minmaxmask); in operate()
1005 String[] keys = x2.getKeys((op.intValue & T.minmaxmask) == T.minmaxmask); in operate()
1717 tok |= T.minmaxmask; in getAllProperties()
1836 if (isAtoms && bs.cardinality() == 1 && (op.intValue & T.minmaxmask) == 0) in getPointOrBitsetOperation()
H A DScriptExpr.java480 tok2 = T.minmaxmask; in parameterExpression()
491 || tok2 == T.minmaxmask || tok2 == T.selectedfloat); in parameterExpression()
1571 int minmaxtype = tok & T.minmaxmask; in getBitsetProperty()
1575 boolean isExplicitlyAll = (minmaxtype == T.minmaxmask || selectedFloat); in getBitsetProperty()
1576 tok &= ~T.minmaxmask; in getBitsetProperty()
H A DT.java502 public final static int minmaxmask /*all*/ = 0xF << 5; field in T
/dports/science/jmol/jmol-14.32.7/src/org/jmol/scriptext/
H A DMathExt.java1260 int minMax = (op == Integer.MIN_VALUE ? 0 : op & T.minmaxmask); in evaluateDotDist()
1262 boolean isAll = minMax == T.minmaxmask; in evaluateDotDist()
2140 boolean asArray = T.tokAttr(intValue, T.minmaxmask); // "all" in evaluateFormat()