OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:testDiv
(Results
1 - 8
of
8
) sorted by null
/external/skqp/src/core/
SkMath.cpp
61
uint32_t
testDiv
= (root << 1) + 1;
62
if (remHi >=
testDiv
) {
63
remHi -=
testDiv
;
/external/skia/src/core/
SkMath.cpp
61
uint32_t
testDiv
= (root << 1) + 1;
62
if (remHi >=
testDiv
) {
63
remHi -=
testDiv
;
/external/jacoco/org.jacoco.report.test/src/org/jacoco/report/internal/html/
HTMLElementTest.java
110
public void
testDiv
() throws IOException {
/external/llvm/unittests/ADT/
APIntTest.cpp
421
void
testDiv
(APInt a, APInt b, APInt c) {
462
testDiv
({256, "1ffffffffffffffff", 16},
469
testDiv
({1024, "112233ceff"
483
testDiv
({256, "80000001ffffffffffffffff", 16},
490
testDiv
(APInt{4096, 5}.shl(2001),
497
testDiv
(APInt{1024, 19}.shl(811),
504
testDiv
(APInt{512, "ffffffffffffffff00000000000000000000000001", 16},
511
testDiv
({224, "800000008000000200000005", 16},
[
all
...]
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/
APIntTest.cpp
910
void
testDiv
(APInt a, APInt b, APInt c) {
951
testDiv
({256, "1ffffffffffffffff", 16},
958
testDiv
({1024, "112233ceff"
972
testDiv
({256, "80000001ffffffffffffffff", 16},
979
testDiv
(APInt{4096, 5}.shl(2001),
986
testDiv
(APInt{1024, 19}.shl(811),
993
testDiv
(APInt{512, "ffffffffffffffff00000000000000000000000001", 16},
1000
testDiv
({224, "800000008000000200000005", 16},
1005
void
testDiv
(APInt a, uint64_t b, APInt c) {
1038
testDiv
(APInt{64, 9}
[
all
...]
/external/tensorflow/tensorflow/python/lib/core/
bfloat16_test.py
123
def
testDiv
(self):
/external/tensorflow/tensorflow/python/framework/
tensor_shape_test.py
208
def
testDiv
(self):
/external/python/pyasn1/tests/type/
test_univ.py
731
def
testDiv
(self):
[
all
...]
Completed in 916 milliseconds