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

  /system/core/libacc/tests/data/
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/src/core/
Sk64.cpp 305 uint32_t testDiv = (root << 1) + 1;
306 if (sqr >= testDiv)
308 sqr -= testDiv;
SkMath.cpp 362 uint32_t testDiv = (root << 1) + 1;
363 if (remHi >= testDiv) {
364 remHi -= testDiv;
  /libcore/luni/src/test/java/tests/api/java/math/
BigIntegerTest.java     [all...]

Completed in 136 milliseconds