Home
last modified time | relevance | path

Searched refs:dot2add_impl (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Headers/hlsl/
H A Dhlsl_intrinsic_helpers.h53 constexpr float dot2add_impl(half2 a, half2 b, float c) { in dot2add_impl() function
H A Dhlsl_intrinsics.h190 return __detail::dot2add_impl(A, B, C); in dot2add()