/external/libcxx/test/std/experimental/utilities/meta/meta.type.synop/ |
D | meta.unary.prop.pass.cpp | 41 typedef const int T; in type_properties_test() typedef 47 typedef int T; in type_properties_test() typedef 52 typedef volatile int T; in type_properties_test() typedef 58 typedef int T; in type_properties_test() typedef 63 typedef int T; in type_properties_test() typedef 69 typedef int & T; in type_properties_test() typedef 74 typedef int T; in type_properties_test() typedef 80 typedef int & T; in type_properties_test() typedef 85 typedef int T; in type_properties_test() typedef 91 typedef int & T; in type_properties_test() typedef [all …]
|
D | meta.unary.cat.pass.cpp | 25 typedef void T; in main() typedef 31 typedef int T; in main() typedef 36 typedef decltype(nullptr) T; in main() typedef 42 typedef int T; in main() typedef 47 typedef int T; in main() typedef 53 typedef void T; in main() typedef 58 typedef float T; in main() typedef 64 typedef int T; in main() typedef 69 typedef int(T)[42]; in main() typedef 75 typedef int T; in main() typedef [all …]
|
D | meta.unary.comp.pass.cpp | 23 typedef int & T; in main() typedef 29 typedef int T; in main() typedef 34 typedef int T; in main() typedef 40 typedef void* T; in main() typedef 45 typedef int T; in main() typedef 51 typedef class_type T; in main() typedef 56 typedef class_type T; in main() typedef 62 typedef void T; in main() typedef 67 typedef int T; in main() typedef 73 typedef void T; in main() typedef [all …]
|
D | meta.unary.prop.query.pass.cpp | 21 typedef char T; in main() typedef 27 typedef char(T)[1][1][1]; in main() typedef 33 typedef void T; in main() typedef 38 typedef char(T)[2][3][4]; in main() typedef 44 typedef char(T)[2][3][4]; in main() typedef 49 typedef char(T)[2][3][4]; in main() typedef 54 typedef char(T)[2][3][4]; in main() typedef 59 typedef void T; in main() typedef
|
/external/protobuf/gtest/include/gtest/internal/ |
D | gtest-tuple.h | 55 #define GTEST_0_TUPLE_(T) tuple<> argument 56 #define GTEST_1_TUPLE_(T) tuple<T##0, void, void, void, void, void, void, \ argument 58 #define GTEST_2_TUPLE_(T) tuple<T##0, T##1, void, void, void, void, void, \ argument 60 #define GTEST_3_TUPLE_(T) tuple<T##0, T##1, T##2, void, void, void, void, \ argument 62 #define GTEST_4_TUPLE_(T) tuple<T##0, T##1, T##2, T##3, void, void, void, \ argument 64 #define GTEST_5_TUPLE_(T) tuple<T##0, T##1, T##2, T##3, T##4, void, void, \ argument 66 #define GTEST_6_TUPLE_(T) tuple<T##0, T##1, T##2, T##3, T##4, T##5, void, \ argument 68 #define GTEST_7_TUPLE_(T) tuple<T##0, T##1, T##2, T##3, T##4, T##5, T##6, \ argument 70 #define GTEST_8_TUPLE_(T) tuple<T##0, T##1, T##2, T##3, T##4, T##5, T##6, \ argument 72 #define GTEST_9_TUPLE_(T) tuple<T##0, T##1, T##2, T##3, T##4, T##5, T##6, \ argument [all …]
|
/external/google-breakpad/src/testing/gtest/include/gtest/internal/ |
D | gtest-tuple.h | 57 #define GTEST_0_TUPLE_(T) tuple<> argument 58 #define GTEST_1_TUPLE_(T) tuple<T##0, void, void, void, void, void, void, \ argument 60 #define GTEST_2_TUPLE_(T) tuple<T##0, T##1, void, void, void, void, void, \ argument 62 #define GTEST_3_TUPLE_(T) tuple<T##0, T##1, T##2, void, void, void, void, \ argument 64 #define GTEST_4_TUPLE_(T) tuple<T##0, T##1, T##2, T##3, void, void, void, \ argument 66 #define GTEST_5_TUPLE_(T) tuple<T##0, T##1, T##2, T##3, T##4, void, void, \ argument 68 #define GTEST_6_TUPLE_(T) tuple<T##0, T##1, T##2, T##3, T##4, T##5, void, \ argument 70 #define GTEST_7_TUPLE_(T) tuple<T##0, T##1, T##2, T##3, T##4, T##5, T##6, \ argument 72 #define GTEST_8_TUPLE_(T) tuple<T##0, T##1, T##2, T##3, T##4, T##5, T##6, \ argument 74 #define GTEST_9_TUPLE_(T) tuple<T##0, T##1, T##2, T##3, T##4, T##5, T##6, \ argument [all …]
|
/external/mesa3d/src/gtest/include/gtest/internal/ |
D | gtest-tuple.h | 55 #define GTEST_0_TUPLE_(T) tuple<> argument 56 #define GTEST_1_TUPLE_(T) tuple<T##0, void, void, void, void, void, void, \ argument 58 #define GTEST_2_TUPLE_(T) tuple<T##0, T##1, void, void, void, void, void, \ argument 60 #define GTEST_3_TUPLE_(T) tuple<T##0, T##1, T##2, void, void, void, void, \ argument 62 #define GTEST_4_TUPLE_(T) tuple<T##0, T##1, T##2, T##3, void, void, void, \ argument 64 #define GTEST_5_TUPLE_(T) tuple<T##0, T##1, T##2, T##3, T##4, void, void, \ argument 66 #define GTEST_6_TUPLE_(T) tuple<T##0, T##1, T##2, T##3, T##4, T##5, void, \ argument 68 #define GTEST_7_TUPLE_(T) tuple<T##0, T##1, T##2, T##3, T##4, T##5, T##6, \ argument 70 #define GTEST_8_TUPLE_(T) tuple<T##0, T##1, T##2, T##3, T##4, T##5, T##6, \ argument 72 #define GTEST_9_TUPLE_(T) tuple<T##0, T##1, T##2, T##3, T##4, T##5, T##6, \ argument [all …]
|
/external/llvm/utils/unittest/googletest/include/gtest/internal/ |
D | gtest-tuple.h | 55 #define GTEST_0_TUPLE_(T) tuple<> argument 56 #define GTEST_1_TUPLE_(T) tuple<T##0, void, void, void, void, void, void, \ argument 58 #define GTEST_2_TUPLE_(T) tuple<T##0, T##1, void, void, void, void, void, \ argument 60 #define GTEST_3_TUPLE_(T) tuple<T##0, T##1, T##2, void, void, void, void, \ argument 62 #define GTEST_4_TUPLE_(T) tuple<T##0, T##1, T##2, T##3, void, void, void, \ argument 64 #define GTEST_5_TUPLE_(T) tuple<T##0, T##1, T##2, T##3, T##4, void, void, \ argument 66 #define GTEST_6_TUPLE_(T) tuple<T##0, T##1, T##2, T##3, T##4, T##5, void, \ argument 68 #define GTEST_7_TUPLE_(T) tuple<T##0, T##1, T##2, T##3, T##4, T##5, T##6, \ argument 70 #define GTEST_8_TUPLE_(T) tuple<T##0, T##1, T##2, T##3, T##4, T##5, T##6, \ argument 72 #define GTEST_9_TUPLE_(T) tuple<T##0, T##1, T##2, T##3, T##4, T##5, T##6, \ argument [all …]
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/ |
D | gtest-tuple.h | 57 #define GTEST_0_TUPLE_(T) tuple<> argument 58 #define GTEST_1_TUPLE_(T) tuple<T##0, void, void, void, void, void, void, \ argument 60 #define GTEST_2_TUPLE_(T) tuple<T##0, T##1, void, void, void, void, void, \ argument 62 #define GTEST_3_TUPLE_(T) tuple<T##0, T##1, T##2, void, void, void, void, \ argument 64 #define GTEST_4_TUPLE_(T) tuple<T##0, T##1, T##2, T##3, void, void, void, \ argument 66 #define GTEST_5_TUPLE_(T) tuple<T##0, T##1, T##2, T##3, T##4, void, void, \ argument 68 #define GTEST_6_TUPLE_(T) tuple<T##0, T##1, T##2, T##3, T##4, T##5, void, \ argument 70 #define GTEST_7_TUPLE_(T) tuple<T##0, T##1, T##2, T##3, T##4, T##5, T##6, \ argument 72 #define GTEST_8_TUPLE_(T) tuple<T##0, T##1, T##2, T##3, T##4, T##5, T##6, \ argument 74 #define GTEST_9_TUPLE_(T) tuple<T##0, T##1, T##2, T##3, T##4, T##5, T##6, \ argument [all …]
|
/external/gtest/include/gtest/internal/ |
D | gtest-tuple.h | 57 #define GTEST_0_TUPLE_(T) tuple<> argument 58 #define GTEST_1_TUPLE_(T) tuple<T##0, void, void, void, void, void, void, \ argument 60 #define GTEST_2_TUPLE_(T) tuple<T##0, T##1, void, void, void, void, void, \ argument 62 #define GTEST_3_TUPLE_(T) tuple<T##0, T##1, T##2, void, void, void, void, \ argument 64 #define GTEST_4_TUPLE_(T) tuple<T##0, T##1, T##2, T##3, void, void, void, \ argument 66 #define GTEST_5_TUPLE_(T) tuple<T##0, T##1, T##2, T##3, T##4, void, void, \ argument 68 #define GTEST_6_TUPLE_(T) tuple<T##0, T##1, T##2, T##3, T##4, T##5, void, \ argument 70 #define GTEST_7_TUPLE_(T) tuple<T##0, T##1, T##2, T##3, T##4, T##5, T##6, \ argument 72 #define GTEST_8_TUPLE_(T) tuple<T##0, T##1, T##2, T##3, T##4, T##5, T##6, \ argument 74 #define GTEST_9_TUPLE_(T) tuple<T##0, T##1, T##2, T##3, T##4, T##5, T##6, \ argument [all …]
|
/external/v8/test/cctest/compiler/ |
D | test-run-jsops.cc | 12 FunctionTester T("(function(a,b) { return a + b; })"); in TEST() local 27 FunctionTester T("(function(a,b) { return a - b; })"); in TEST() local 41 FunctionTester T("(function(a,b) { return a * b; })"); in TEST() local 55 FunctionTester T("(function(a,b) { return a / b; })"); in TEST() local 71 FunctionTester T("(function(a,b) { return a % b; })"); in TEST() local 84 FunctionTester T("(function(a,b) { return a << b; })"); in TEST() local 93 FunctionTester T("(function(a,b) { return a >> b; })"); in TEST() local 103 FunctionTester T("(function(a,b) { return a >>> b; })"); in TEST() local 113 FunctionTester T("(function(a,b) { return a & b; })"); in TEST() local 123 FunctionTester T("(function(a,b) { return a | b; })"); in TEST() local [all …]
|
D | test-run-jsbranches.cc | 12 FunctionTester T("(function(a) { return a ? 23 : 42; })"); in TEST() local 24 FunctionTester T("(function(a,b) { return a && b; })"); in TEST() local 38 FunctionTester T("(function(a,b) { return a || b; })"); in TEST() local 52 FunctionTester T("(function(a,b) { a && (b = a); return b; })"); in TEST() local 66 FunctionTester T("(function(a) { if (a) { return 1; } else { return 2; } })"); in TEST() local 78 FunctionTester T("(function(a,b) { do { a+=23; } while(a < b) return a; })"); in TEST() local 88 FunctionTester T("(function(a,b) { while(a < b) { a+=23; } return a; })"); in TEST() local 98 FunctionTester T("(function(a,b) { for (; a < b; a+=23) {} return a; })"); in TEST() local 108 FunctionTester T(code); in TestForIn() local 161 FunctionTester T(src); in TEST() local [all …]
|
D | test-run-inlining.cc | 63 FunctionTester T( in TEST() local 77 FunctionTester T( in TEST() local 91 FunctionTester T( in TEST() local 105 FunctionTester T( in TEST() local 119 FunctionTester T( in TEST() local 136 FunctionTester T( in TEST() local 153 FunctionTester T( in TEST() local 167 FunctionTester T( in TEST() local 182 FunctionTester T( in TEST() local 198 FunctionTester T( in TEST() local [all …]
|
D | test-run-intrinsics.cc | 15 FunctionTester T("(function(a,b) { return %_Call(b, a, 1, 2, 3); })", flags); in TEST() local 24 FunctionTester T("(function(a) { return %_ClassOf(a); })", flags); in TEST() local 49 FunctionTester T( in TEST() local 63 FunctionTester T("(function(a) { return %_IsArray(a); })", flags); in TEST() local 78 FunctionTester T("(function(a) { return %_IsDate(a); })", flags); in TEST() local 93 FunctionTester T("(function(a) { return %_IsFunction(a); })", flags); in TEST() local 108 FunctionTester T("(function(a) { return %_IsMinusZero(a); })", flags); in TEST() local 120 FunctionTester T("(function(a) { return %_IsRegExp(a); })", flags); in TEST() local 135 FunctionTester T("(function(a) { return %_IsSmi(a); })", flags); in TEST() local 152 FunctionTester T("(function(a,b) { return %_ObjectEquals(a,b); })", flags); in TEST() local [all …]
|
/external/vulkan-validation-layers/libs/glm/gtx/ |
D | matrix_major_storage.inl | 15 detail::tvec2<T, P> const & v1, 29 const detail::tmat2x2<T, P>& m) 41 const detail::tvec3<T, P>& v1, 60 const detail::tmat3x3<T, P>& m) 77 const detail::tvec4<T, P>& v1, 104 const detail::tmat4x4<T, P>& m) 128 const detail::tvec2<T, P>& v1, 136 const detail::tmat2x2<T, P>& m) 143 const detail::tvec3<T, P>& v1, 152 const detail::tmat3x3<T, P>& m) [all …]
|
D | quaternion.inl | 15 GLM_FUNC_QUALIFIER detail::tvec3<T, P> cross 18 detail::tquat<T, P> const & q 25 GLM_FUNC_QUALIFIER detail::tvec3<T, P> cross 27 detail::tquat<T, P> const & q, 35 GLM_FUNC_QUALIFIER detail::tquat<T, P> squad 47 GLM_FUNC_QUALIFIER detail::tquat<T, P> intermediate 59 GLM_FUNC_QUALIFIER detail::tquat<T, P> exp 71 GLM_FUNC_QUALIFIER detail::tquat<T, P> log 95 GLM_FUNC_QUALIFIER detail::tquat<T, P> pow 124 GLM_FUNC_QUALIFIER detail::tvec3<T, P> rotate [all …]
|
D | norm.inl | 24 detail::tvec2<T, P> const & x 33 detail::tvec3<T, P> const & x 42 detail::tvec4<T, P> const & x 61 detail::tvec2<T, P> const & p0, 71 detail::tvec3<T, P> const & p0, 81 detail::tvec4<T, P> const & p0, 91 detail::tvec3<T, P> const & a, 101 detail::tvec3<T, P> const & v 110 detail::tvec3<T, P> const & a, 120 detail::tvec3<T, P> const & v [all …]
|
D | dual_quaternion.inl | 50 tquat<T, P> const & r 59 tquat<T, P> const & r, 69 tquat<T, P> const & q, 70 tvec3<T, P> const& p 85 tmat2x4<T, P> const & m 94 tmat3x4<T, P> const & m 146 GLM_FUNC_QUALIFIER detail::tdualquat<T, P> operator- 155 GLM_FUNC_QUALIFIER detail::tdualquat<T, P> operator+ 165 GLM_FUNC_QUALIFIER detail::tdualquat<T, P> operator* 176 GLM_FUNC_QUALIFIER detail::tvec3<T, P> operator* [all …]
|
D | normalize_dot.inl | 28 detail::tvec2<T, P> const & x, 41 detail::tvec3<T, P> const & x, 54 detail::tvec4<T, P> const & x, 80 detail::tvec2<T, P> const & x, 93 detail::tvec3<T, P> const & x, 106 detail::tvec4<T, P> const & x,
|
/external/vulkan-validation-layers/libs/glm/gtc/ |
D | quaternion.inl | 67 tvec3<T, P> const & v 113 detail::tvec3<T, P> const & u, 127 tvec3<T, P> const & eulerAngle 142 tmat3x3<T, P> const & m 151 tmat4x4<T, P> const & m 176 GLM_FUNC_QUALIFIER detail::tquat<T, P> conjugate 185 GLM_FUNC_QUALIFIER detail::tquat<T, P> inverse 199 GLM_FUNC_QUALIFIER tquat<T, P> & tquat<T, P>::operator += 212 GLM_FUNC_QUALIFIER tquat<T, P> & tquat<T, P>::operator *= 269 GLM_FUNC_QUALIFIER detail::tquat<T, P> operator- [all …]
|
/external/vulkan-validation-layers/libs/glm/detail/ |
D | type_mat2x2.inl | 74 GLM_FUNC_QUALIFIER tmat2x2<T, P>::tmat2x2 function in glm::detail::tmat2x2 85 GLM_FUNC_QUALIFIER tmat2x2<T, P>::tmat2x2( function in glm::detail::tmat2x2 175 tmat3x3<T, P> const & m 185 tmat4x4<T, P> const & m 195 tmat2x3<T, P> const & m 205 tmat3x2<T, P> const & m 215 tmat2x4<T, P> const & m 225 tmat4x2<T, P> const & m 235 tmat3x4<T, P> const & m 245 tmat4x3<T, P> const & m [all …]
|
D | type_vec2.inl | 65 GLM_FUNC_QUALIFIER tvec2<T, P>::tvec2(tvec2<T, P> const & v) : function in glm::detail::tvec2 72 GLM_FUNC_QUALIFIER tvec2<T, P>::tvec2(tvec2<T, Q> const & v) : function in glm::detail::tvec2 151 GLM_FUNC_QUALIFIER tvec2<T, P> & tvec2<T, P>::operator= 310 tvec2<T, P> const & v1, 320 tvec2<T, P> const & v1, 442 GLM_FUNC_QUALIFIER tvec2<T, P> operator+ 454 GLM_FUNC_QUALIFIER tvec2<T, P> operator+ 466 GLM_FUNC_QUALIFIER tvec2<T, P> operator+ 479 GLM_FUNC_QUALIFIER tvec2<T, P> operator- 491 GLM_FUNC_QUALIFIER tvec2<T, P> operator- [all …]
|
D | type_vec1.inl | 64 GLM_FUNC_QUALIFIER tvec1<T, P>::tvec1(tvec1<T, P> const & v) : function in glm::detail::tvec1 70 GLM_FUNC_QUALIFIER tvec1<T, P>::tvec1(tvec1<T, Q> const & v) : function in glm::detail::tvec1 129 GLM_FUNC_QUALIFIER tvec1<T, P> & tvec1<T, P>::operator= 276 tvec1<T, P> const & v1, 286 tvec1<T, P> const & v1, 432 GLM_FUNC_QUALIFIER tvec1<T, P> operator+ 443 GLM_FUNC_QUALIFIER tvec1<T, P> operator+ 454 GLM_FUNC_QUALIFIER tvec1<T, P> operator+ 466 GLM_FUNC_QUALIFIER tvec1<T, P> operator- 477 GLM_FUNC_QUALIFIER tvec1<T, P> operator- [all …]
|
D | type_mat3x2.inl | 75 GLM_FUNC_QUALIFIER tmat3x2<T, P>::tmat3x2 function in glm::detail::tmat3x2 87 GLM_FUNC_QUALIFIER tmat3x2<T, P>::tmat3x2( function in glm::detail::tmat3x2 190 tmat2x2<T, P> const & m 201 tmat3x3<T, P> const & m 212 tmat4x4<T, P> const & m 223 tmat2x3<T, P> const & m 234 tmat2x4<T, P> const & m 245 tmat3x4<T, P> const & m 256 tmat4x2<T, P> const & m 267 tmat4x3<T, P> const & m [all …]
|
/external/ceres-solver/include/ceres/ |
D | jet.h | 399 Jet<T, N> abs(const Jet<T, N>& f) { in abs() 405 Jet<T, N> log(const Jet<T, N>& f) { in log() 412 Jet<T, N> exp(const Jet<T, N>& f) { in exp() 419 Jet<T, N> sqrt(const Jet<T, N>& f) { in sqrt() 427 Jet<T, N> cos(const Jet<T, N>& f) { in cos() 433 Jet<T, N> acos(const Jet<T, N>& f) { in acos() 440 Jet<T, N> sin(const Jet<T, N>& f) { in sin() 446 Jet<T, N> asin(const Jet<T, N>& f) { in asin() 453 Jet<T, N> tan(const Jet<T, N>& f) { in tan() 461 Jet<T, N> atan(const Jet<T, N>& f) { in atan() [all …]
|