Home | History | Annotate | Download | only in protobuf

Lines Matching refs:as_float

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