Home
last modified time | relevance | path

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

12

/third_party/boost/libs/math/include_private/boost/math/tools/
Dtest.hpp58 typedef typename T::value_type row_type; typedef
59 typedef typename row_type::value_type value_type;
111 typedef typename A::value_type row_type; in test() typedef
112 typedef typename row_type::value_type value_type; in test()
118 const row_type& row = a[i]; in test()
183 typedef typename A::value_type row_type; in test_hetero() typedef
190 const row_type& row = a[i]; in test_hetero()
Dtest_data.hpp187 typedef std::vector<T> row_type; typedef in boost::math::tools::test_data
188 typedef row_type value_type;
190 typedef std::set<row_type> container_type;
219 row_type row; in insert()
253 row_type row; in insert()
296 row_type row; in insert()
348 row_type row; in insert()
409 row_type row; in insert()
484 std::set<row_type> m_data;
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtc/
Dmatrix_access.inl11 typename genType::row_type const & x
23 GLM_FUNC_QUALIFIER typename genType::row_type row
31 typename genType::row_type Result;
Dmatrix_access.hpp29 GLM_FUNC_DECL typename genType::row_type row(
39 typename genType::row_type const & x);
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_fs.c2202 struct lp_type row_type, in convert_alpha() argument
2213 unsigned length = row_type.length; in convert_alpha()
2214 row_type.length = alpha_type.length; in convert_alpha()
2224 lp_build_conv(gallivm, alpha_type, row_type, &src_alpha[i], 1, &src_alpha[i], 1); in convert_alpha()
2227 alpha_type = row_type; in convert_alpha()
2228 row_type.length = length; in convert_alpha()
2250 lp_build_vec_type(gallivm, row_type), src_alpha[i]); in convert_alpha()
2264 for (j = 0; j < row_type.length; ++j) { in convert_alpha()
2283 LLVMConstVector(shuffles, row_type.length), in convert_alpha()
2334 struct lp_type row_type; in generate_unswizzled_blend() local
[all …]
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/
Dtype_mat2x2.hpp18 typedef tvec2<T, P> row_type; typedef
143 …2x2<T, P>::col_type operator*(tmat2x2<T, P> const & m, typename tmat2x2<T, P>::row_type const & v);
146 …GLM_FUNC_DECL typename tmat2x2<T, P>::row_type operator*(typename tmat2x2<T, P>::col_type const & …
164 …2x2<T, P>::col_type operator/(tmat2x2<T, P> const & m, typename tmat2x2<T, P>::row_type const & v);
167 …GLM_FUNC_DECL typename tmat2x2<T, P>::row_type operator/(typename tmat2x2<T, P>::col_type const & …
Dtype_mat3x3.hpp18 typedef tvec3<T, P> row_type; typedef
150 …3x3<T, P>::col_type operator*(tmat3x3<T, P> const & m, typename tmat3x3<T, P>::row_type const & v);
153 …GLM_FUNC_DECL typename tmat3x3<T, P>::row_type operator*(typename tmat3x3<T, P>::col_type const & …
171 …3x3<T, P>::col_type operator/(tmat3x3<T, P> const & m, typename tmat3x3<T, P>::row_type const & v);
174 …GLM_FUNC_DECL typename tmat3x3<T, P>::row_type operator/(typename tmat3x3<T, P>::col_type const & …
Dtype_mat4x4.hpp18 typedef tvec4<T, P> row_type; typedef
155 …4x4<T, P>::col_type operator*(tmat4x4<T, P> const & m, typename tmat4x4<T, P>::row_type const & v);
158 …GLM_FUNC_DECL typename tmat4x4<T, P>::row_type operator*(typename tmat4x4<T, P>::col_type const & …
176 …4x4<T, P>::col_type operator/(tmat4x4<T, P> const & m, typename tmat4x4<T, P>::row_type const & v);
179 …GLM_FUNC_DECL typename tmat4x4<T, P>::row_type operator/(typename tmat4x4<T, P>::col_type const & …
Dtype_mat2x3.hpp19 typedef tvec2<T, P> row_type; typedef
134 …2x3<T, P>::col_type operator*(tmat2x3<T, P> const & m, typename tmat2x3<T, P>::row_type const & v);
137 …GLM_FUNC_DECL typename tmat2x3<T, P>::row_type operator*(typename tmat2x3<T, P>::col_type const & …
Dtype_mat2x4.hpp19 typedef tvec2<T, P> row_type; typedef
136 …2x4<T, P>::col_type operator*(tmat2x4<T, P> const & m, typename tmat2x4<T, P>::row_type const & v);
139 …GLM_FUNC_DECL typename tmat2x4<T, P>::row_type operator*(typename tmat2x4<T, P>::col_type const & …
Dtype_mat3x2.hpp19 typedef tvec3<T, P> row_type; typedef
141 …3x2<T, P>::col_type operator*(tmat3x2<T, P> const & m, typename tmat3x2<T, P>::row_type const & v);
144 …GLM_FUNC_DECL typename tmat3x2<T, P>::row_type operator*(typename tmat3x2<T, P>::col_type const & …
Dtype_mat4x2.hpp19 typedef tvec4<T, P> row_type; typedef
146 …4x2<T, P>::col_type operator*(tmat4x2<T, P> const & m, typename tmat4x2<T, P>::row_type const & v);
149 …GLM_FUNC_DECL typename tmat4x2<T, P>::row_type operator*(typename tmat4x2<T, P>::col_type const & …
Dtype_mat3x4.hpp19 typedef tvec3<T, P> row_type; typedef
141 …3x4<T, P>::col_type operator*(tmat3x4<T, P> const & m, typename tmat3x4<T, P>::row_type const & v);
144 …GLM_FUNC_DECL typename tmat3x4<T, P>::row_type operator*(typename tmat3x4<T, P>::col_type const & …
Dtype_mat4x3.hpp19 typedef tvec4<T, P> row_type; typedef
146 …4x3<T, P>::col_type operator*(tmat4x3<T, P> const & m, typename tmat4x3<T, P>::row_type const & v);
149 …GLM_FUNC_DECL typename tmat4x3<T, P>::row_type operator*(typename tmat4x3<T, P>::col_type const & …
Dtype_mat3x3.inl428 …t3x3<T, P>::col_type operator*(tmat3x3<T, P> const & m, typename tmat3x3<T, P>::row_type const & v)
437 …GLM_FUNC_QUALIFIER typename tmat3x3<T, P>::row_type operator*(typename tmat3x3<T, P>::col_type con…
439 return typename tmat3x3<T, P>::row_type(
530 …t3x3<T, P>::col_type operator/(tmat3x3<T, P> const & m, typename tmat3x3<T, P>::row_type const & v)
536 …GLM_FUNC_QUALIFIER typename tmat3x3<T, P>::row_type operator/(typename tmat3x3<T, P>::col_type con…
Dtype_mat2x2.inl380 typename tmat2x2<T, P>::row_type const & v
389 GLM_FUNC_QUALIFIER typename tmat2x2<T, P>::row_type operator*
453 …t2x2<T, P>::col_type operator/(tmat2x2<T, P> const & m, typename tmat2x2<T, P>::row_type const & v)
459 …GLM_FUNC_QUALIFIER typename tmat2x2<T, P>::row_type operator/(typename tmat2x2<T, P>::col_type con…
Dtype_mat2x3.inl350 typename tmat2x3<T, P>::row_type const & v)
359 GLM_FUNC_QUALIFIER typename tmat2x3<T, P>::row_type operator*
364 return typename tmat2x3<T, P>::row_type(
Dtype_mat4x4.inl504 typename tmat4x4<T, P>::row_type const & v
549 GLM_FUNC_QUALIFIER typename tmat4x4<T, P>::row_type operator*
555 return typename tmat4x4<T, P>::row_type(
636 …t4x4<T, P>::col_type operator/(tmat4x4<T, P> const & m, typename tmat4x4<T, P>::row_type const & v)
642 …GLM_FUNC_QUALIFIER typename tmat4x4<T, P>::row_type operator/(typename tmat4x4<T, P>::col_type con…
Dtype_mat3x2.inl394 …t3x2<T, P>::col_type operator*(tmat3x2<T, P> const & m, typename tmat3x2<T, P>::row_type const & v)
402 …GLM_FUNC_QUALIFIER typename tmat3x2<T, P>::row_type operator*(typename tmat3x2<T, P>::col_type con…
404 return typename tmat3x2<T, P>::row_type(
/third_party/boost/libs/math/test/
Dtest_long_double_support.cpp67 typedef typename A::value_type row_type; in do_test_std_function() typedef
68 typedef typename row_type::value_type value_type; in do_test_std_function()
97 typedef typename A::value_type row_type; in do_test_std_function_2() typedef
98 typedef typename row_type::value_type value_type; in do_test_std_function_2()
/third_party/boost/boost/numeric/ublas/traits/
Dc_array.hpp50 typedef T row_type[N]; typedef
52 typedef const row_type *const_iterator1;
/third_party/mesa3d/src/compiler/glsl/
Dast_array_index.cpp185 if (array->type->row_type()->vector_elements <= idx) { in _mesa_ast_array_index_to_hir()
187 bound = array->type->row_type()->vector_elements; in _mesa_ast_array_index_to_hir()
/third_party/boost/libs/multiprecision/test/math/high_prec/
Dtest_gamma.hpp30 typedef typename T::value_type row_type; in do_test_gamma() typedef
/third_party/boost/libs/math/doc/
Dindex.idx36 !exclude row_type size_type tag traits
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/
Dsimd_mat4.hpp41 typedef fvec4SIMD row_type; typedef

12