Home
last modified time | relevance | path

Searched refs:cn_cbor_double_create (Results 1 – 3 of 3) sorted by relevance

/external/cn-cbor/include/cn-cbor/
Dcn-cbor.h353 cn_cbor* cn_cbor_double_create(double value
/external/cn-cbor/src/
Dcn-create.c90 cn_cbor* cn_cbor_double_create(double value in cn_cbor_double_create() function
/external/cn-cbor/test/
Dcbor_test.c346 cb_dbl = cn_cbor_double_create(3.14159 CONTEXT_NULL, &err); in CTEST()