OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:testDiv
(Results
1 - 6
of
6
) 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/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
;
/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 698 milliseconds