OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:got_float
(Results
1 - 1
of
1
) sorted by null
/external/nanopb-c/examples/using_double_on_avr/
test_conversions.c
28
float
got_float
= double_to_float(*(uint64_t*)&orig);
local
29
uint64_t got_double = float_to_double(
got_float
);
32
uint32_t g1 = *(uint32_t*)&
got_float
;
Completed in 82 milliseconds