Home
last modified time | relevance | path

Searched refs:setup_custom_float (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/mesa3d/src/amd/vpelib/src/utils/
H A Dcustom_float.c92 static bool setup_custom_float(const struct custom_float_format *format, bool negative, in setup_custom_float() function
154 setup_custom_float(format, negative, mantissa, exponenta, result); in vpe_convert_to_custom_float_format()
H A Dcustom_fp16.c105 static bool setup_custom_float(const struct vpe_custom_float_format2 *fmt, bool bNegative, in setup_custom_float() function
170 if (!setup_custom_float(fmt, isNegative, exponent, mantissa, pvalue)) in vpe_convert_from_float_to_custom_float()