Home
last modified time | relevance | path

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

/aosp_15_r20/external/FP16/bench/
H A Dieee-element.cc247 half_float::detail::float2half_impl<std::round_to_nearest>( in half_float_detail_float2half_table()
261 half_float::detail::float2half_impl<std::round_to_nearest>( in half_float_detail_float2half_branch()
H A Dto-ieee-array.cc266 half_float::detail::float2half_impl<std::round_to_nearest>( in half_float_detail_float2half_table()
292 half_float::detail::float2half_impl<std::round_to_nearest>( in half_float_detail_float2half_branch()
/aosp_15_r20/external/ComputeLibrary/include/half/
H A Dhalf.hpp454 template<std::float_round_style R> uint16 float2half_impl(float value, true_type) in float2half_impl() function
574 template<std::float_round_style R> uint16 float2half_impl(double value, true_type) in float2half_impl() function
632 template<std::float_round_style R,typename T> uint16 float2half_impl(T value, ...) in float2half_impl() function
683 …return float2half_impl<R>(value, bool_type<std::numeric_limits<T>::is_iec559&&sizeof(typename bits… in float2half()
/aosp_15_r20/external/armnn/third-party/half/
H A Dhalf.hpp456 template<std::float_round_style R> uint16 float2half_impl(float value, true_type) in float2half_impl() function
576 template<std::float_round_style R> uint16 float2half_impl(double value, true_type) in float2half_impl() function
634 template<std::float_round_style R,typename T> uint16 float2half_impl(T value, ...) in float2half_impl() function
685 …return float2half_impl<R>(value, bool_type<std::numeric_limits<T>::is_iec559&&sizeof(typename bits… in float2half()