Home
last modified time | relevance | path

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

/zcbor-3.5.0-3.4.0/tests/unit/test2_cpp/src/
Dmain.cpp51 zcbor_float32_put(state_e, 10.5); in main()
/zcbor-3.5.0-3.4.0/include/
Dzcbor_encode.h127 bool zcbor_float32_put(zcbor_state_t *state, float input);
/zcbor-3.5.0-3.4.0/src/
Dzcbor_encode.c552 bool zcbor_float32_put(zcbor_state_t *state, float input) function
/zcbor-3.5.0-3.4.0/tests/unit/test1_unit_tests/src/
Dmain.c253 zassert_false(zcbor_float32_put(state_e, 10.5), NULL); in ZTEST()
294 zassert_true(zcbor_float32_put(state_e, 10.5), NULL); in ZTEST()