HomeSort by relevance Sort by last modified time
    Searched refs:pb_dec_fixed64 (Results 1 - 2 of 2) sorted by null

  /external/nanopb-c/tests/decode_unittests/
decode_unittests.c 163 COMMENT("Test pb_dec_fixed64 using double (failures here may be caused by imperfect rounding)")
164 TEST((s = S("\x00\x00\x00\x00\x00\x00\x00\x00"), pb_dec_fixed64(&s, &f, &d) && d == 0.0))
165 TEST((s = S("\x00\x00\x00\x00\x00\xc0\x58\x40"), pb_dec_fixed64(&s, &f, &d) && d == 99.0))
166 TEST((s = S("\x00\x00\x00\xc0\x29\x8c\x67\xc1"), pb_dec_fixed64(&s, &f, &d) && d == -12345678.0f))
  /external/nanopb-c/
pb_decode.c 53 static bool checkreturn pb_dec_fixed64(pb_istream_t *stream, const pb_field_t *field, void *dest);
68 &pb_dec_fixed64,
1090 static bool checkreturn pb_dec_fixed64(pb_istream_t *stream, const pb_field_t *field, void *dest) function
    [all...]

Completed in 49 milliseconds