Home
last modified time | relevance | path

Searched refs:length_t (Results 1 – 25 of 33) sorted by relevance

12

/external/oboe/samples/RhythmGame/third_party/glm/gtx/
Dmatrix_query.inl10 for(length_t i = 0; result && i < m.length() ; ++i)
19 for(length_t i = 0; result && i < m.length() ; ++i)
28 for(length_t i = 0; result && i < m.length() ; ++i)
37 for(length_t i = 0; result && i < m[0].length() ; ++i)
39 for(length_t j = 0; result && j < i ; ++j)
43 for(length_t j = i + 1; result && j < m.length(); ++j)
53 for(length_t i = 0; result && i < m.length(); ++i)
55 for(length_t i = 0; result && i < m.length(); ++i)
58 for(length_t j = 0; j < m.length(); ++j)
69 for(length_t i = 0; result && i < m.length(); ++i)
[all …]
Drange.hpp31 inline length_t components(tvec1<T, P> const & v) in components()
37 inline length_t components(tvec2<T, P> const & v) in components()
43 inline length_t components(tvec3<T, P> const & v) in components()
49 inline length_t components(tvec4<T, P> const & v) in components()
55 inline length_t components(genType const & m) in components()
Dassociated_min_max.inl21 for(length_t i = 0, n = Result.length(); i < n; ++i)
34 for(length_t i = 0, n = Result.length(); i < n; ++i)
47 for(length_t i = 0, n = Result.length(); i < n; ++i)
74 for(length_t i = 0, n = Result.length(); i < n; ++i)
108 for(length_t i = 0, n = Result.length(); i < n; ++i)
133 for(length_t i = 0, n = Result.length(); i < n; ++i)
153 for(length_t i = 0, n = Result.length(); i < n; ++i)
180 for(length_t i = 0, n = Result.length(); i < n; ++i)
194 for(length_t i = 0, n = Result.length(); i < n; ++i)
208 for(length_t i = 0, n = Result.length(); i < n; ++i)
[all …]
Dio.inl165 length_t const& components(type<V, T, P>::components);
173 for(length_t i(0); i < components; ++i)
184 for(length_t i(0); i < components; ++i)
239 length_t const& cols(type<M, T, P>::cols);
240 length_t const& rows(type<M, T, P>::rows);
250 for(length_t i(0); i < rows; ++i)
265 for(length_t i(0); i < cols; ++i)
287 for(length_t i(0); i < cols; ++i)
299 for (length_t i(0); i < rows; ++i)
382 length_t const& cols(type<M, T, P>::cols);
[all …]
Dtype_trait.hpp46 static length_t const components = 0;
47 static length_t const cols = 0;
48 static length_t const rows = 0;
Dsimd_mat4.hpp51 GLM_FUNC_DECL length_t length() const;
89 fvec4SIMD & operator[](length_t i);
90 fvec4SIMD const & operator[](length_t i) const;
Dmatrix_decompose.inl38 for(length_t i = 0; i < 4; ++i)
39 for(length_t j = 0; j < 4; ++j)
46 for(length_t i = 0; i < 3; i++)
90 for(length_t i = 0; i < 3; ++i)
126 for(length_t i = 0; i < 3; i++)
Dcomponent_wise.inl97 for(length_t i = 0, n = v.length(); i < n; ++i)
106 for(length_t i = 0, n = v.length(); i < n; ++i)
115 for(length_t i = 1, n = v.length(); i < n; ++i)
124 for(length_t i = 1, n = v.length(); i < n; ++i)
Dsimd_mat4.inl7 GLM_FUNC_QUALIFIER length_t fmat4x4SIMD::length() const
17 length_t i
27 length_t i
Ddual_quaternion.hpp47 typedef length_t length_type;
Dfast_exponential.inl32 for(length_t i = 0, n = x.length(); i < n; ++i)
/external/oboe/samples/RhythmGame/third_party/glm/gtc/
Dmatrix_access.inl10 length_t index,
17 for(length_t i = 0; i < m.length(); ++i)
26 length_t index
32 for(length_t i = 0; i < m.length(); ++i)
41 length_t index,
56 length_t index
Dmatrix_access.hpp31 length_t index);
38 length_t index,
46 length_t index);
53 length_t index,
Dulp.inl206 for(length_t i = 0, n = Result.length(); i < n; ++i)
241 for(length_t i = 0, n = Result.length(); i < n; ++i)
259 for(length_t i = 0, n = Result.length(); i < n; ++i)
277 for(length_t i = 0, n = Result.length(); i < n; ++i)
317 for(length_t i = 0, n = Result.length(); i < n; ++i)
Dquaternion.inl725 for(length_t i = 0; i < x.length(); ++i)
734 for(length_t i = 0; i < x.length(); ++i)
743 for(length_t i = 0; i < x.length(); ++i)
752 for(length_t i = 0; i < x.length(); ++i)
761 for(length_t i = 0; i < x.length(); ++i)
770 for(length_t i = 0; i < x.length(); ++i)
/external/oboe/samples/RhythmGame/third_party/glm/detail/
Dfunc_vector_relational.inl14 for(length_t i = 0; i < x.length(); ++i)
26 for(length_t i = 0; i < x.length(); ++i)
37 for(length_t i = 0; i < x.length(); ++i)
48 for(length_t i = 0; i < x.length(); ++i)
59 for(length_t i = 0; i < x.length(); ++i)
70 for(length_t i = 0; i < x.length(); ++i)
79 for(length_t i = 0; i < v.length(); ++i)
88 for(length_t i = 0; i < v.length(); ++i)
97 for(length_t i = 0; i < v.length(); ++i)
Dsetup.hpp784 typedef size_t length_t; typedef
786 typedef int length_t; typedef
Dtype_mat2x3.hpp72 typedef length_t length_type;
Dtype_mat2x4.hpp74 typedef length_t length_type;
Dtype_mat4x2.hpp84 typedef length_t length_type;
Dtype_mat3x4.hpp79 typedef length_t length_type;
Dtype_mat3x2.hpp79 typedef length_t length_type;
Dfunc_matrix.inl16 for(length_t i = 0; i < result.length(); ++i)
371 for(length_t i = 0; i < m.length(); ++i)
Dtype_mat4x3.hpp84 typedef length_t length_type;
Dtype_mat2x2.hpp71 typedef length_t length_type;

12