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
/external/skia/src/core/
SkMath.cpp
129
uint32_t
testDiv
= (root << 1) + 1;
130
if (remHi >=
testDiv
) {
131
remHi -=
testDiv
;
/external/jacoco/org.jacoco.report.test/src/org/jacoco/report/internal/html/
HTMLElementTest.java
110
public void
testDiv
() throws IOException {
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/math/
BigIntegerTest.java
902
private void
testDiv
(BigInteger i1, BigInteger i2) {
949
testDiv
(k, i);
983
testDiv
(i1, i2);
984
testDiv
(i1.negate(), i2);
985
testDiv
(i1, i2.negate());
986
testDiv
(i1.negate(), i2.negate());
/external/llvm/unittests/ADT/
APIntTest.cpp
393
void
testDiv
(APInt a, APInt b, APInt c) {
434
testDiv
({256, "1ffffffffffffffff", 16},
441
testDiv
({1024, "112233ceff"
455
testDiv
({256, "80000001ffffffffffffffff", 16},
462
testDiv
(APInt{4096, 5}.shl(2001),
469
testDiv
(APInt{1024, 19}.shl(811),
476
testDiv
(APInt{512, "ffffffffffffffff00000000000000000000000001", 16},
483
testDiv
({224, "800000008000000200000005", 16},
[
all
...]
/packages/apps/UnifiedEmail/tests/src/com/android/mail/utils/
BasicHtmlSanitizerTest.java
319
public void
testDiv
() {
[
all
...]
/external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1/test/type/
test_univ.py
28
def
testDiv
(self): assert univ.Integer(3) / 2 == 1, '__div__() fails'
172
def
testDiv
(self): assert univ.Real(3.0) / 2 == 1.5, '__div__() fails'
Completed in 3177 milliseconds