Home | History | Annotate | Download | only in protobuf_c

Lines Matching refs:as_float

8627 static float  as_float(uint32_t n)  { float  f; memcpy(&f, &n, 4); return f; }
8870 PRIMITIVE_OP(FLOAT, fixed32, float, as_float, uint32_t)