OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:expected_double
(Results
1 - 4
of
4
) sorted by null
/external/nanopb-c/examples/using_double_on_avr/
test_conversions.c
26
double
expected_double
= (double)expected_float;
local
33
uint64_t e2 = *(uint64_t*)&
expected_double
;
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/
ForceEarlyReturn004Test.java
32
static final double
EXPECTED_DOUBLE
= 2.4;
82
forceEarlyReturnPacket.setNextValueAsValue(new Value(
EXPECTED_DOUBLE
));
100
if (!actualValue.equals(new Double(
EXPECTED_DOUBLE
).toString())) {
103
+ " expected:<" +
EXPECTED_DOUBLE
+ "> but was:<"
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
MethodExitWithReturnValueDebuggee.java
52
public static final double
EXPECTED_DOUBLE
= 5.23d;
93
return
EXPECTED_DOUBLE
;
MethodExitWithReturnValueTest.java
227
MethodExitWithReturnValueDebuggee.
EXPECTED_DOUBLE
, d);
Completed in 2201 milliseconds