Home
last modified time | relevance | path

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

/external/igt-gpu-tools/lib/
Digt_halffloat.c51 static inline uint16_t _float_to_half(float val) in _float_to_half() function
188 h[i] = _float_to_half(f[i]); in float_to_half()
224 h[i] = _float_to_half(f[i]); in igt_float_to_half()