OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:add1
(Results
1 - 6
of
6
) sorted by null
/external/apache-harmony/support/src/test/java/tests/support/
Support_ListTest.java
187
Integer
add1
= new Integer(600);
local
189
li.add(
add1
);
/libcore/support/src/test/java/tests/support/
Support_ListTest.java
187
Integer
add1
= new Integer(600);
local
189
li.add(
add1
);
/external/llvm/examples/ParallelJIT/
ParallelJIT.cpp
34
// Create the
add1
function entry and insert this entry into module M. The
38
cast<Function>(M->getOrInsertFunction("
add1
",
50
// Get pointers to the integer argument of the
add1
function...
61
// Now, function
add1
is ready.
81
// Get pointer to the integer argument of the
add1
function...
254
// Create one thread for
add1
and two threads for fib
255
struct threadParams
add1
= { EE, add1F, 1000 };
local
260
int result = pthread_create( &add1Thread, NULL, callFunc, &
add1
);
288
std::cout << "
Add1
returned " << intptr_t(returnValue) << std::endl;
/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
basic_op.h
46
#define
add1
(a,b) (a + b)
macro
[
all
...]
/libcore/luni/src/test/java/libcore/java/math/
OldBigDecimalArithmeticTest.java
523
BigDecimal
add1
= new BigDecimal("23.456");
local
525
BigDecimal sum =
add1
.add(add2);
532
assertTrue("the sum of 23.456 + 12.34E02 is not printed correctly", (
add1
.add(add3))
/external/apache-harmony/math/src/test/java/tests/api/java/math/
BigDecimalTest.java
185
BigDecimal
add1
= new BigDecimal("23.456");
local
187
BigDecimal sum =
add1
.add(add2);
195
(
add1
.add(add3)).toString().equals("1257.456"));
[
all
...]
Completed in 1427 milliseconds