Home
last modified time | relevance | path

Searched defs:row_type (Results 1 – 17 of 17) sorted by relevance

/third_party/boost/libs/math/include_private/boost/math/tools/
Dtest.hpp58 typedef typename T::value_type row_type; typedef
111 typedef typename A::value_type row_type; in test() typedef
183 typedef typename A::value_type row_type; in test_hetero() typedef
Dtest_data.hpp187 typedef std::vector<T> row_type; typedef in boost::math::tools::test_data
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/
Dsimd_mat4.hpp41 typedef fvec4SIMD row_type; typedef
/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/test/
Dtest_long_double_support.cpp67 typedef typename A::value_type row_type; in do_test_std_function() typedef
97 typedef typename A::value_type row_type; in do_test_std_function_2() typedef
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/
Dtype_mat2x4.hpp19 typedef tvec2<T, P> row_type; typedef
Dtype_mat3x2.hpp19 typedef tvec3<T, P> row_type; typedef
Dtype_mat3x4.hpp19 typedef tvec3<T, P> row_type; typedef
Dtype_mat4x3.hpp19 typedef tvec4<T, P> row_type; typedef
Dtype_mat4x4.hpp18 typedef tvec4<T, P> row_type; typedef
Dtype_mat2x3.hpp19 typedef tvec2<T, P> row_type; typedef
Dtype_mat2x2.hpp18 typedef tvec2<T, P> row_type; typedef
Dtype_mat3x3.hpp18 typedef tvec3<T, P> row_type; typedef
Dtype_mat4x2.hpp19 typedef tvec4<T, P> row_type; typedef
/third_party/boost/boost/numeric/ublas/traits/
Dc_array.hpp50 typedef T row_type[N]; typedef
/third_party/mesa3d/src/compiler/
Dglsl_types.h1121 const glsl_type *row_type() const in row_type() function
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_fs.c2202 struct lp_type row_type, in convert_alpha()
2334 struct lp_type row_type; in generate_unswizzled_blend() local