halide_float16_bits_to_float 1385 src/runtime/HalideRuntime.h extern float halide_float16_bits_to_float(uint16_t);
halide_float16_bits_to_float   71 src/runtime/float16_t.cpp     float valueAsFloat = halide_float16_bits_to_float(bits);
halide_float16_bits_to_float   81 src/runtime/runtime_api.cpp     (void *)&halide_float16_bits_to_float,
halide_float16_bits_to_float  103 test/generator/float16_t_aottest.cpp         outF.asFloat = halide_float16_bits_to_float(in);