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

  /src/external/mit/libcbor/dist/src/cbor/
floats_ctrls.h 53 float cbor_float_get_float4(const cbor_item_t *item);
floats_ctrls.c 34 float cbor_float_get_float4(const cbor_item_t *item) { function
54 return cbor_float_get_float4(item);
serialization.c 277 return cbor_encode_single(cbor_float_get_float4(item), buffer,
  /src/external/mit/libcbor/dist/test/
type_7_test.c 43 assert_true(cbor_float_get_float4(float_ctrl) == 100000.0F);
copy_test.c 178 assert_true(cbor_float_get_float4(copy = cbor_copy(item)) ==
179 cbor_float_get_float4(item));
  /src/external/mit/libcbor/dist/src/
cbor.c 152 return cbor_build_float4(cbor_float_get_float4(item));
  /src/external/mit/libcbor/dist/docs/doxygen/search/
functions_1.js 95 ['cbor_5ffloat_5fget_5ffloat4',['cbor_float_get_float4',['../floats__ctrls_8c.html#ad504d3d291810b0c39fc498be0bd2639',1,'cbor_float_get_float4(const cbor_item_t *item): floats_ctrls.c'],['../floats__ctrls_8h.html#ad504d3d291810b0c39fc498be0bd2639',1,'cbor_float_get_float4(const cbor_item_t *item): floats_ctrls.c']]],
all_3.js 130 ['cbor_5ffloat_5fget_5ffloat4',['cbor_float_get_float4',['../floats__ctrls_8c.html#ad504d3d291810b0c39fc498be0bd2639',1,'cbor_float_get_float4(const cbor_item_t *item): floats_ctrls.c'],['../floats__ctrls_8h.html#ad504d3d291810b0c39fc498be0bd2639',1,'cbor_float_get_float4(const cbor_item_t *item): floats_ctrls.c']]],

Completed in 63 milliseconds