Searched defs:compute_sqrt (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/hardware/google/gfxstream/third-party/glm/include/glm/detail/ |
D | func_exponential_simd.inl | 12 struct compute_sqrt<tvec4, float, P, true> struct 14 GLM_FUNC_QUALIFIER static tvec4<float, P> call(tvec4<float, P> const & v) 23 struct compute_sqrt<tvec4, float, aligned_lowp, true> struct 25 GLM_FUNC_QUALIFIER static tvec4<float, aligned_lowp> call(tvec4<float, aligned_lowp> const & v)
|
D | func_exponential.inl | 33 struct compute_sqrt struct 35 GLM_FUNC_QUALIFIER static vecType<T, P> call(vecType<T, P> const & x)
|
/aosp_15_r20/external/oboe/samples/RhythmGame/third_party/glm/detail/ |
H A D | func_exponential_simd.inl | 12 struct compute_sqrt<tvec4, float, P, true> struct 14 GLM_FUNC_QUALIFIER static tvec4<float, P> call(tvec4<float, P> const & v) 23 struct compute_sqrt<tvec4, float, aligned_lowp, true> struct 25 GLM_FUNC_QUALIFIER static tvec4<float, aligned_lowp> call(tvec4<float, aligned_lowp> const & v)
|
H A D | func_exponential.inl | 33 struct compute_sqrt struct 35 GLM_FUNC_QUALIFIER static vecType<T, P> call(vecType<T, P> const & x)
|