HomeSort by relevance Sort by last modified time
    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 42 milliseconds