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

  /src/external/mit/libcbor/dist/src/cbor/
floats_ctrls.h 71 double cbor_float_get_float(const cbor_item_t *item);
floats_ctrls.c 46 double cbor_float_get_float(const cbor_item_t *item) { function
  /src/external/mit/libcbor/dist/test/
type_7_test.c 31 assert_true(fabs(cbor_float_get_float(float_ctrl) - 65504.0F) < eps);
44 assert_true(fabs(cbor_float_get_float(float_ctrl) - 100000.0F) < eps);
  /src/external/mit/libcbor/dist/src/
cbor.c 336 fprintf(out, "value: %lf\n", cbor_float_get_float(item));
  /src/external/mit/libcbor/dist/docs/doxygen/search/
functions_1.js 93 ['cbor_5ffloat_5fget_5ffloat',['cbor_float_get_float',['../floats__ctrls_8c.html#ad8316cf8b830431ef9ce9562ae679563',1,'cbor_float_get_float(const cbor_item_t *item):&#160;floats_ctrls.c'],['../floats__ctrls_8h.html#ad8316cf8b830431ef9ce9562ae679563',1,'cbor_float_get_float(const cbor_item_t *item):&#160;floats_ctrls.c']]],
all_3.js 128 ['cbor_5ffloat_5fget_5ffloat',['cbor_float_get_float',['../floats__ctrls_8c.html#ad8316cf8b830431ef9ce9562ae679563',1,'cbor_float_get_float(const cbor_item_t *item):&#160;floats_ctrls.c'],['../floats__ctrls_8h.html#ad8316cf8b830431ef9ce9562ae679563',1,'cbor_float_get_float(const cbor_item_t *item):&#160;floats_ctrls.c']]],

Completed in 18 milliseconds