Searched refs:cbor_float_get_float (Results 1 – 6 of 6) sorted by relevance
33 assert_float_equal(cbor_float_get_float(float_ctrl), 65504.0F, eps); in test_float2()46 assert_float_equal(cbor_float_get_float(float_ctrl), 100000.0F, eps); in test_float4()62 assert_true(fabs(cbor_float_get_float(float_ctrl) - (double)1.0e+300) < eps); in test_float8()97 assert_true(isnan(cbor_float_get_float(float_ctrl))); in test_bool()107 assert_true(isnan(cbor_float_get_float(float_ctrl))); in test_bool()
77 _CBOR_NODISCARD CBOR_EXPORT double cbor_float_get_float(
46 double cbor_float_get_float(const cbor_item_t *item) { in cbor_float_get_float() function
28 .. doxygenfunction:: cbor_float_get_float
78 return cJSON_CreateNumber(cbor_float_get_float(item)); in cbor_to_cjson()
414 fprintf(out, "Value: %lf\n", cbor_float_get_float(item)); in _cbor_nested_describe()