Home
last modified time | relevance | path

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

/zcbor-latest/tests/unit/test2_cpp/src/
Dmain.cpp52 zcbor_float32_encode(state_e, &eleven_six); in main()
/zcbor-latest/include/
Dzcbor_encode.h89 bool zcbor_float32_encode(zcbor_state_t *state, const float *input); /* IEEE754 float32 */
/zcbor-latest/src/
Dzcbor_encode.c509 bool zcbor_float32_encode(zcbor_state_t *state, const float *input) function
522 return zcbor_float32_encode(state, &input);
/zcbor-latest/tests/unit/test1_unit_tests/src/
Dmain.c259 zassert_false(zcbor_float32_encode(state_e, &(float){11.6}), NULL); in ZTEST()
299 zassert_true(zcbor_float32_encode(state_e, &(float){11.6}), NULL); in ZTEST()