Home
last modified time | relevance | path

Searched refs:out (Results 1 – 7 of 7) sorted by relevance

/zcbor-latest/tests/unit/test3_float16/src/
Dmain.c58 float out; in ZTEST() local
62 zassert_true(zcbor_float16_decode(state_d, &out), NULL); in ZTEST()
63 zassert_true(zcbor_float16_put(state_e, out)); in ZTEST()
72 zassert_true(isnan(out), "Expected NaN (i = %d)\n", i); in ZTEST()
79 zassert_equal(out, fps[i], "Failed i 0x%x (0x%x != 0x%x)\n", in ZTEST()
80 i, *(uint32_t *)&out, *(uint32_t *)&fps[i]); in ZTEST()
153 uint16_t out = zcbor_float32_to_16(in); in do_test() local
159 zassert_true((out == exp_value) && (out2 == (exp_value + 0x8000)), in do_test()
161 out, exp_value, out2, exp_value + 0x8000); in do_test()
173 uint16_t out = zcbor_float32_to_16(in); in do_test_nan() local
[all …]
/zcbor-latest/
D.gitignore7 twister-out*
8 **/twister-out*
DLICENSE160 result of this License or out of the use or inability to use the
/zcbor-latest/tests/cases/
Dcose.cddl26 ; Comment out the counter signature since it creates a circular type.
27 ; It is optional, so commenting it out is still conformant.
72 ; Comment out the recipient list since it creates a circular type.
73 ; It is optional, so commenting it out is still conformant.
Dmanifest16.cddl5 ; Comment out since it depends on deleted types (was probably meant to be deleted)
13 ; Comment out the following entry that interferes with testing SUIT_Integrated_Payload.
80 ; Comment out since it depends on deleted types (was probably meant to be deleted)
132 ; Comment out since it depends on deleted types (was probably meant to be deleted)
Dmanifest14.cddl13 ; Comment out the following entry that interferes with testing SUIT_Integrated_Payload.
/zcbor-latest/zcbor/
Dprelude.cddl2 ; The entries that are commented out are handled natively in the zcbor script.