Home
last modified time | relevance | path

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

/aosp_15_r20/external/FP16/bench/
H A Dieee-element.cc144 half_float::detail::half2float_impl(fp16, in half_float_detail_half2float_table()
157 half_float::detail::half2float_impl(fp16, in half_float_detail_half2float_branch()
H A Dfrom-ieee-array.cc362 output[i] = half_float::detail::half2float_impl(input[i], in half_float_detail_half2float_table()
388 output[i] = half_float::detail::half2float_impl(input[i], in half_float_detail_half2float_branch()
/aosp_15_r20/external/ComputeLibrary/include/half/
H A Dhalf.hpp746 inline float half2float_impl(uint16 value, float, true_type) in half2float_impl() function
904 inline double half2float_impl(uint16 value, double, true_type) in half2float_impl() function
927 template<typename T> T half2float_impl(uint16 value, T, ...) in half2float_impl() function
948 …return half2float_impl(value, T(), bool_type<std::numeric_limits<T>::is_iec559&&sizeof(typename bi… in half2float()
/aosp_15_r20/external/armnn/third-party/half/
H A Dhalf.hpp748 inline float half2float_impl(uint16 value, float, true_type) in half2float_impl() function
906 inline double half2float_impl(uint16 value, double, true_type) in half2float_impl() function
929 template<typename T> T half2float_impl(uint16 value, T, ...) in half2float_impl() function
950 …return half2float_impl(value, T(), bool_type<std::numeric_limits<T>::is_iec559&&sizeof(typename bi… in half2float()