OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:negOne
(Results
1 - 3
of
3
) sorted by null
/dalvik/tests/003-omnibus-opcodes/src/
IntMath.java
143
int
negOne
= -results[5];
145
int result = (((minInt + plusOne) - plusOne) /
negOne
) /
negOne
;
283
long
negOne
= -results[5];
285
long result = (((minLong + plusOne) - plusOne) /
negOne
) /
negOne
;
/external/chromium/third_party/icu/source/test/intltest/
itrbnf.cpp
599
llong
negOne
(0xffffffff, 0xffffffff);
603
LLAssert(
negOne
> (int32_t)-2);
613
LLAssert(
negOne
>= (int32_t)-2);
[
all
...]
/external/icu4c/test/intltest/
itrbnf.cpp
596
llong
negOne
(0xffffffff, 0xffffffff);
600
LLAssert(
negOne
> (int32_t)-2);
610
LLAssert(
negOne
>= (int32_t)-2);
[
all
...]
Completed in 2987 milliseconds