Searched refs:double_to_float (Results 1 – 6 of 6) sorted by relevance
19 float v1 = double_to_float(message.field1); in main()20 float v2 = double_to_float(message.field2); in main()
22 extern float double_to_float(uint64_t value);
28 float got_float = double_to_float(*(uint64_t*)&orig); in main()
62 float double_to_float(uint64_t value) in double_to_float() function
21 3) Whenever reading a 'double' field, use double_to_float().
132 define double_to_float 140