Home
last modified time | relevance | path

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

/zcbor-3.7.0/tests/unit/test2_cpp/src/
Dmain.cpp52 zcbor_float32_encode(state_e, &eleven_six); in main()
/zcbor-3.7.0/include/
Dzcbor_encode.h91 bool zcbor_float32_encode(zcbor_state_t *state, const float *input); /* IEEE754 float32 */
/zcbor-3.7.0/src/
Dzcbor_encode.c515 bool zcbor_float32_encode(zcbor_state_t *state, const float *input) function
528 return zcbor_float32_encode(state, &input);
/zcbor-3.7.0/tests/unit/test1_unit_tests/src/
Dmain.c257 zassert_false(zcbor_float32_encode(state_e, &(float){11.6}), NULL); in ZTEST()
297 zassert_true(zcbor_float32_encode(state_e, &(float){11.6}), NULL); in ZTEST()