/aosp_15_r20/external/oboe/samples/RhythmGame/third_party/glm/detail/ |
H A D | func_geometric.inl | 32 struct compute_dot{}; struct 35 struct compute_dot<tvec1, T, P, Aligned> struct 37 GLM_FUNC_QUALIFIER static T call(tvec1<T, P> const & a, tvec1<T, P> const & b) 44 struct compute_dot<tvec2, T, P, Aligned> struct 46 GLM_FUNC_QUALIFIER static T call(tvec2<T, P> const & x, tvec2<T, P> const & y) 54 struct compute_dot<tvec3, T, P, Aligned> struct 56 GLM_FUNC_QUALIFIER static T call(tvec3<T, P> const & x, tvec3<T, P> const & y) 64 struct compute_dot<tvec4, T, P, Aligned> struct 66 GLM_FUNC_QUALIFIER static T call(tvec4<T, P> const & x, tvec4<T, P> const & y)
|
H A D | func_geometric_simd.inl | 30 struct compute_dot<tvec4, float, P, true> struct 32 GLM_FUNC_QUALIFIER static float call(tvec4<float, P> const& x, tvec4<float, P> const& y)
|
/aosp_15_r20/hardware/google/gfxstream/third-party/glm/include/glm/detail/ |
D | func_geometric.inl | 32 struct compute_dot{}; struct 35 struct compute_dot<tvec1, T, P, Aligned> struct 37 GLM_FUNC_QUALIFIER static T call(tvec1<T, P> const & a, tvec1<T, P> const & b) 44 struct compute_dot<tvec2, T, P, Aligned> struct 46 GLM_FUNC_QUALIFIER static T call(tvec2<T, P> const & x, tvec2<T, P> const & y) 54 struct compute_dot<tvec3, T, P, Aligned> struct 56 GLM_FUNC_QUALIFIER static T call(tvec3<T, P> const & x, tvec3<T, P> const & y) 64 struct compute_dot<tvec4, T, P, Aligned> struct 66 GLM_FUNC_QUALIFIER static T call(tvec4<T, P> const & x, tvec4<T, P> const & y)
|
D | func_geometric_simd.inl | 30 struct compute_dot<tvec4, float, P, true> struct 32 GLM_FUNC_QUALIFIER static float call(tvec4<float, P> const& x, tvec4<float, P> const& y)
|
/aosp_15_r20/external/oboe/samples/RhythmGame/third_party/glm/gtc/ |
H A D | quaternion_simd.inl | 65 struct compute_dot<tquat, float, P, true> struct 67 static GLM_FUNC_QUALIFIER float call(tquat<float, P> const& x, tquat<float, P> const& y)
|
H A D | quaternion.inl | 13 struct compute_dot<tquat, T, P, Aligned> struct 15 static GLM_FUNC_QUALIFIER T call(tquat<T, P> const& x, tquat<T, P> const& y)
|
/aosp_15_r20/hardware/google/gfxstream/third-party/glm/include/glm/gtc/ |
D | quaternion_simd.inl | 65 struct compute_dot<tquat, float, P, true> struct 67 static GLM_FUNC_QUALIFIER float call(tquat<float, P> const& x, tquat<float, P> const& y)
|
D | quaternion.inl | 13 struct compute_dot<tquat, T, P, Aligned> struct 15 static GLM_FUNC_QUALIFIER T call(tquat<T, P> const& x, tquat<T, P> const& y)
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cpu/ |
H A D | BlasKernel.cpp | 370 static float compute_dot(const at::Half* a, const at::Half* b, int64_t len) { in compute_dot() function 377 static float compute_dot(const at::BFloat16* a, const at::BFloat16* b, int64_t len) { in compute_dot() function
|