HomeSort by relevance Sort by last modified time
    Searched refs:testDiv (Results 1 - 8 of 8) sorted by null

  /frameworks/compile/libbcc/tests/data/src/
expr-ansi.c 6 void testDiv(){ printf("%d / %d = %d\n", 11, 4, 11 / 4); }
35 testDiv();
expr.c 6 testDiv(){ printf("%d / %d = %d\n", 11, 4, 11 / 4); }
35 testDiv();
  /external/skia/legacy/src/core/
Sk64.cpp 298 uint32_t testDiv = (root << 1) + 1;
299 if (sqr >= testDiv)
301 sqr -= testDiv;
SkMath.cpp 355 uint32_t testDiv = (root << 1) + 1;
356 if (remHi >= testDiv) {
357 remHi -= testDiv;
  /external/skia/src/core/
Sk64.cpp 296 uint32_t testDiv = (root << 1) + 1;
297 if (sqr >= testDiv)
299 sqr -= testDiv;
SkMath.cpp 354 uint32_t testDiv = (root << 1) + 1;
355 if (remHi >= testDiv) {
356 remHi -= testDiv;
  /external/apache-harmony/math/src/test/java/tests/api/java/math/
BigIntegerTest.java 927 private void testDiv(BigInteger i1, BigInteger i2) {
974 testDiv(k, i);
    [all...]
  /libcore/luni/src/test/java/tests/api/java/math/
BigIntegerTest.java     [all...]

Completed in 688 milliseconds