Searched defs:float2half_impl (Results 1 – 2 of 2) sorted by relevance
454 template<std::float_round_style R> uint16 float2half_impl(float value, true_type) in float2half_impl() function574 template<std::float_round_style R> uint16 float2half_impl(double value, true_type) in float2half_impl() function632 template<std::float_round_style R,typename T> uint16 float2half_impl(T value, ...) in float2half_impl() function
456 template<std::float_round_style R> uint16 float2half_impl(float value, true_type) in float2half_impl() function576 template<std::float_round_style R> uint16 float2half_impl(double value, true_type) in float2half_impl() function634 template<std::float_round_style R,typename T> uint16 float2half_impl(T value, ...) in float2half_impl() function