HomeSort by relevance Sort by last modified time
    Searched full:quo (Results 1 - 14 of 14) sorted by null

  /dalvik/libcore/xml/src/main/java/org/apache/xpath/operations/
Quo.java 19 * $Id: Quo.java 468655 2006-10-28 07:12:06Z minchau $
27 * The 'quo' operation expression executer. (no longer supported by XPath).
30 public class Quo extends Operation
  /bionic/libm/src/
s_remquo.c 22 * Return the IEEE remainder and set *quo to the last n bits of the
30 remquo(double x, double y, int *quo)
52 *quo = 1;
115 *quo = (sxy ? -q : q);
150 *quo = (sxy ? -q : q);
s_remquof.c 22 * Return the IEEE remainder and set *quo to the last n bits of the
30 remquof(float x, float y, int *quo)
49 *quo = 1;
91 *quo = (sxy ? -q : q);
119 *quo = (sxy ? -q : q);
  /bionic/libm/man/
remainder.3 53 .Fn remquo "double x" "double y" "int *quo"
55 .Fn remquof "float x" "float y" "int *quo"
109 .Fa quo ,
  /dalvik/libcore/xml/src/main/java/org/apache/xpath/axes/
HasPositionalPredChecker.java 35 import org.apache.xpath.operations.Quo;
107 (pred instanceof Quo) ||
  /dalvik/libcore/math/src/main/java/java/math/
Division.java 206 long quo = a / b; local
209 quo = -quo;
214 return new BigInteger[] { BigInteger.valueOf(quo),
  /external/v8/test/mjsunit/
string-indexof-2.js 49 + "qui dolorem eum fugiat, quo voluptas nulla pariatur?\n";
  /dalvik/libcore/xml/src/main/java/org/apache/xpath/compiler/
Compiler.java 152 // expr = quo(opPos); break;
187 new Object[]{ "quo" }); //"ERROR! Unknown op code: "+m_opMap[opPos]);
425 * Compile a 'quo' operation.
429 * @return reference to {@link org.apache.xpath.operations.Quo} instance.
433 // protected Expression quo(int opPos) throws TransformerException
435 // return compileOperation(new Quo(), opPos);
    [all...]
XPathParser.java 1047 * | MultiplicativeExpr 'quo' UnaryExpr
1103 else if (tokenIs("quo"))
    [all...]
  /dalvik/libcore/xml/src/main/java/org/apache/xpath/res/
XPATHErrorResources.java     [all...]
  /external/dnsmasq/src/
dhcp.c 919 restore the status-quo ante first. */
  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-GB/
en-GB_lexpos.utf     [all...]
  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-US/
en-US_lexpos.utf     [all...]
  /external/icu4c/data/unidata/
UnicodeData.txt     [all...]

Completed in 60 milliseconds