Home
last modified time | relevance | path

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

/external/igt-gpu-tools/lib/
Digt_halffloat.c191 static void half_to_float(const uint16_t *h, float *f, unsigned int num) in half_to_float() function
213 return half_to_float; in resolve_half_to_float()
/external/FP16/bench/
Dieee-element.cc120 Eigen::half_impl::half_to_float( in Eigen_half_to_float()
Dfrom-ieee-array.cc311 Eigen::half_impl::half_to_float( in Eigen_half_to_float()
/external/eigen/Eigen/src/Core/arch/Default/
DHalf.h122 EIGEN_STRONG_INLINE EIGEN_DEVICE_FUNC float half_to_float(__half_raw h);
193 return half_impl::half_to_float(*this);
593 EIGEN_STRONG_INLINE EIGEN_DEVICE_FUNC float half_to_float(__half_raw h) {