Home
last modified time | relevance | path

Searched refs:zcbor_float16_put (Results 1 – 4 of 4) sorted by relevance

/zcbor-latest/tests/unit/test3_float16/src/
Dmain.c63 zassert_true(zcbor_float16_put(state_e, out)); in ZTEST()
/zcbor-latest/include/
Dzcbor_encode.h71 bool zcbor_float16_put(zcbor_state_t *state, float input); /* IEEE754 float16 */
/zcbor-latest/src/
Dzcbor_encode.c528 return zcbor_float16_put(state, *input);
532 bool zcbor_float16_put(zcbor_state_t *state, float input) function
/zcbor-latest/tests/unit/test1_unit_tests/src/
Dmain.c1563 zassert_true(zcbor_float16_put(state_e, 0.0)); in ZTEST()
1570 zassert_true(zcbor_float16_put(state_e, powf(2, -17))); in ZTEST()