Home
last modified time | relevance | path

Searched defs:binary_specialized (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/ComputeLibrary/include/half/
H A Dhalf.hpp2003 template<typename T,typename U> struct binary_specialized struct
2009 static expr fmin(float x, float y) in fmin()
2026 static expr fmax(float x, float y) in fmax()
2039 template<> struct binary_specialized<half,half> struct
2041 static half fmin(half x, half y) in fmin()
2050 static half fmax(half x, half y) in fmax()
/aosp_15_r20/external/armnn/third-party/half/
H A Dhalf.hpp2005 template<typename T,typename U> struct binary_specialized struct
2011 static expr fmin(float x, float y) in fmin()
2028 static expr fmax(float x, float y) in fmax()
2041 template<> struct binary_specialized<half,half> struct
2043 static half fmin(half x, half y) in fmin()
2052 static half fmax(half x, half y) in fmax()