HomeSort by: relevance | last modified time | path
    Searched refs:cbor_float_get_float8 (Results 1 - 8 of 8) sorted by relevancy

  /src/external/mit/libcbor/dist/src/cbor/
floats_ctrls.h 62 double cbor_float_get_float8(const cbor_item_t *item);
floats_ctrls.c 40 double cbor_float_get_float8(const cbor_item_t *item) { function
56 return cbor_float_get_float8(item);
serialization.c 280 return cbor_encode_double(cbor_float_get_float8(item), buffer,
  /src/external/mit/libcbor/dist/test/
type_7_test.c 58 assert_true(cbor_float_get_float8(float_ctrl) == (double)1.0e+300);
copy_test.c 184 assert_true(cbor_float_get_float8(copy = cbor_copy(item)) ==
185 cbor_float_get_float8(item));
  /src/external/mit/libcbor/dist/src/
cbor.c 154 return cbor_build_float8(cbor_float_get_float8(item));
  /src/external/mit/libcbor/dist/docs/doxygen/search/
functions_1.js 96 ['cbor_5ffloat_5fget_5ffloat8',['cbor_float_get_float8',['../floats__ctrls_8c.html#a2f215940998d05730b23b7e0e7ad8ebe',1,'cbor_float_get_float8(const cbor_item_t *item): floats_ctrls.c'],['../floats__ctrls_8h.html#a2f215940998d05730b23b7e0e7ad8ebe',1,'cbor_float_get_float8(const cbor_item_t *item): floats_ctrls.c']]],
all_3.js 131 ['cbor_5ffloat_5fget_5ffloat8',['cbor_float_get_float8',['../floats__ctrls_8c.html#a2f215940998d05730b23b7e0e7ad8ebe',1,'cbor_float_get_float8(const cbor_item_t *item): floats_ctrls.c'],['../floats__ctrls_8h.html#a2f215940998d05730b23b7e0e7ad8ebe',1,'cbor_float_get_float8(const cbor_item_t *item): floats_ctrls.c']]],

Completed in 21 milliseconds