OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:smallpos
(Results
1 - 3
of
3
) sorted by null
/external/glide/third_party/gif_encoder/src/main/java/com/bumptech/glide/gifencoder/
NeuQuant.java
181
int i, j,
smallpos
, smallval;
local
190
smallpos
= i;
196
smallpos
= j;
200
q = network[
smallpos
];
201
/* swap p (i) and q (
smallpos
) entries */
202
if (i !=
smallpos
) {
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/math/
BigIntegerTest.java
72
BigInteger
smallPos
;
564
testDivRanges(
smallPos
);
892
smallPos
= new BigInteger("48753269875973284765874598630960986276", 16);
897
booleanPairs = new BigInteger[][] { { largePos,
smallPos
},
898
{ largePos, smallNeg }, { largeNeg,
smallPos
},
/external/opencv3/modules/calib3d/src/
circlesgrid.cpp
[
all
...]
Completed in 641 milliseconds