| 390 | /// \tparam T first argument type |
| 391 | /// \tparam U first argument type |
| 392 | template<typename T,typename U> struct result : enable<expr,T,U> {}; |
| 393 | template<> struct result<half,half> { typedef half type; }; |
| 394 | |
| 395 | /// \name Classification helpers |
no outgoing calls
no test coverage detected