Home
last modified time | relevance | path

Searched defs:dot3 (Results 1 – 4 of 4) sorted by relevance

/device/generic/vulkan-cereal/third-party/astc-encoder/Source/
Dastcenc_vecmathlib_common_4.h330 ASTCENC_SIMD_INLINE vfloat4 dot3(vfloat4 a, vfloat4 b) in dot3() function
Dastcenc_vecmathlib_sse_4.h1258 ASTCENC_SIMD_INLINE vfloat4 dot3(vfloat4 a, vfloat4 b) in dot3() function
/device/generic/goldfish/camera/
Dabc3d.cpp41 float dot3(const float a3[], const float b3[]) { in dot3() function
/device/generic/vulkan-cereal/third-party/astc-encoder/Source/UnitTest/
Dtest_simd.cpp1008 TEST(vfloat4, dot3) in TEST() argument