Searched refs:float_result (Results 1 – 1 of 1) sorted by relevance
1334 float float_result; local1336 if (zcbor_float32_decode(state, &float_result)) {1337 *result = (double)float_result;1369 float float_result; local1371 if (zcbor_float16_decode(state, &float_result)) {1372 *result = (double)float_result;1373 } else if (zcbor_float32_decode(state, &float_result)) {1374 *result = (double)float_result;