/external/vulkan-validation-layers/libs/glm/detail/ |
D | intrinsic_vector_relational.inl | 30 //template <typename valType> 38 // detail::type<valType>::is_float || 39 // detail::type<valType>::is_int || 40 // detail::type<valType>::is_uint); 45 //template <typename valType> 53 // detail::type<valType>::is_float || 54 // detail::type<valType>::is_int || 55 // detail::type<valType>::is_uint); 60 //template <typename valType> 68 // detail::type<valType>::is_float || [all …]
|
D | intrinsic_matrix.inl | 208 // valType SubFactor00 = m[2][2] * m[3][3] - m[3][2] * m[2][3]; 209 // valType SubFactor00 = m[2][2] * m[3][3] - m[3][2] * m[2][3]; 210 // valType SubFactor06 = m[1][2] * m[3][3] - m[3][2] * m[1][3]; 211 // valType SubFactor13 = m[1][2] * m[2][3] - m[2][2] * m[1][3]; 228 // valType SubFactor01 = m[2][1] * m[3][3] - m[3][1] * m[2][3]; 229 // valType SubFactor01 = m[2][1] * m[3][3] - m[3][1] * m[2][3]; 230 // valType SubFactor07 = m[1][1] * m[3][3] - m[3][1] * m[1][3]; 231 // valType SubFactor14 = m[1][1] * m[2][3] - m[2][1] * m[1][3]; 249 // valType SubFactor02 = m[2][1] * m[3][2] - m[3][1] * m[2][2]; 250 // valType SubFactor02 = m[2][1] * m[3][2] - m[3][1] * m[2][2]; [all …]
|
D | type_mat4x4.inl | 336 //memcpy(&this->value, &m.value, 16 * sizeof(valType)); 352 //memcpy(&this->value, &m.value, 16 * sizeof(valType));
|
/external/vulkan-validation-layers/libs/glm/gtx/ |
D | fast_square_root.inl | 70 template <typename valType, precision P> 71 GLM_FUNC_QUALIFIER valType fastLength 73 detail::tvec2<valType, P> const & x argument 76 valType sqr = x.x * x.x + x.y * x.y; 80 template <typename valType, precision P> 81 GLM_FUNC_QUALIFIER valType fastLength 83 detail::tvec3<valType, P> const & x argument 86 valType sqr = x.x * x.x + x.y * x.y + x.z * x.z; 90 template <typename valType, precision P> 91 GLM_FUNC_QUALIFIER valType fastLength [all …]
|
D | transform2.hpp | 117 template <typename valType, precision P> 118 GLM_FUNC_DECL detail::tmat4x4<valType, P> scaleBias( 119 valType scale, 120 valType bias); 124 template <typename valType, precision P> 125 GLM_FUNC_DECL detail::tmat4x4<valType, P> scaleBias( 126 detail::tmat4x4<valType, P> const & m, 127 valType scale, 128 valType bias);
|
D | dual_quaternion.inl | 118 // tdualquat<valType> operators 143 // tquat<valType> external operators
|
/external/vulkan-validation-layers/libs/glm/gtc/ |
D | matrix_transform.inl | 195 template <typename valType> 196 GLM_FUNC_QUALIFIER detail::tmat4x4<valType, defaultp> frustum 198 valType const & left, 199 valType const & right, 200 valType const & bottom, 201 valType const & top, 202 valType const & nearVal, 203 valType const & farVal 206 detail::tmat4x4<valType, defaultp> Result(0); 207 Result[0][0] = (valType(2) * nearVal) / (right - left); [all …]
|
D | quaternion.inl | 92 //template <typename valType> 93 //GLM_FUNC_QUALIFIER tquat<valType>::tquat 95 // valType const & pitch, 96 // valType const & yaw, 97 // valType const & roll 100 // tvec3<valType> eulerAngle(pitch * valType(0.5), yaw * valType(0.5), roll * valType(0.5)); 101 // tvec3<valType> c = glm::cos(eulerAngle * valType(0.5)); 102 // tvec3<valType> s = glm::sin(eulerAngle * valType(0.5)); 196 // tquat<valType> operators
|
/external/libxml2/include/libxml/ |
D | xmlschemastypes.h | 57 xmlSchemaValType valType, 101 xmlSchemaValType valType,
|
/external/libxml2/ |
D | xmlschemastypes.c | 5134 xmlSchemaValType valType, in xmlSchemaValidateLengthFacetInternal() argument 5165 switch (valType) { in xmlSchemaValidateLengthFacetInternal() 5175 if (valType == XML_SCHEMAS_STRING) in xmlSchemaValidateLengthFacetInternal() 5277 xmlSchemaValType valType, in xmlSchemaValidateLengthFacetWhtsp() argument 5283 return (xmlSchemaValidateLengthFacetInternal(facet, valType, value, val, in xmlSchemaValidateLengthFacetWhtsp() 5304 xmlSchemaValType valType, in xmlSchemaValidateFacetInternal() argument 5385 facet->val, facet->value, fws, valType, val, in xmlSchemaValidateFacetInternal() 5398 if ((valType == XML_SCHEMAS_QNAME) || in xmlSchemaValidateFacetInternal() 5399 (valType == XML_SCHEMAS_NOTATION)) in xmlSchemaValidateFacetInternal() 5406 if ((valType == XML_SCHEMAS_QNAME) || in xmlSchemaValidateFacetInternal() [all …]
|
D | xmlschemas.c | 1486 xmlSchemaValType valType; in xmlSchemaGetCanonValueWhtspExt() local 1496 valType = xmlSchemaGetValType(val); in xmlSchemaGetCanonValueWhtspExt() 1497 switch (valType) { in xmlSchemaGetCanonValueWhtspExt() 13376 xmlSchemaIsDerivedFromBuiltInType(xmlSchemaTypePtr type, int valType) in xmlSchemaIsDerivedFromBuiltInType() argument 13383 if (type->builtInType == valType) in xmlSchemaIsDerivedFromBuiltInType() 13388 return(xmlSchemaIsDerivedFromBuiltInType(type->subtypes, valType)); in xmlSchemaIsDerivedFromBuiltInType() 13390 return(xmlSchemaIsDerivedFromBuiltInType(type->subtypes, valType)); in xmlSchemaIsDerivedFromBuiltInType() 13405 xmlSchemaIsUserDerivedFromBuiltInType(xmlSchemaTypePtr type, int valType) 13412 if (type->builtInType == valType) 13416 return(xmlSchemaIsDerivedFromBuiltInType(type->subtypes, valType)); [all …]
|
D | testapi.c | 35772 xmlSchemaValType valType; /* the built-in type of the value */ in test_xmlSchemaValidateFacetWhtsp() local 35790 valType = gen_xmlSchemaValType(n_valType, 2); in test_xmlSchemaValidateFacetWhtsp() 35795 ret_val = xmlSchemaValidateFacetWhtsp(facet, fws, valType, (const xmlChar *)value, val, ws); in test_xmlSchemaValidateFacetWhtsp() 35800 des_xmlSchemaValType(n_valType, valType, 2); in test_xmlSchemaValidateFacetWhtsp() 35901 xmlSchemaValType valType; /* the built-in type */ in test_xmlSchemaValidateLengthFacetWhtsp() local 35920 valType = gen_xmlSchemaValType(n_valType, 1); in test_xmlSchemaValidateLengthFacetWhtsp() 35926 …ret_val = xmlSchemaValidateLengthFacetWhtsp(facet, valType, (const xmlChar *)value, val, length, w… in test_xmlSchemaValidateLengthFacetWhtsp() 35930 des_xmlSchemaValType(n_valType, valType, 1); in test_xmlSchemaValidateLengthFacetWhtsp()
|
/external/libxml2/os400/libxmlrpg/ |
D | xmlschemastypes.rpgle | 75 d valType value like(xmlSchemaValType) 163 d valType value like(xmlSchemaValType)
|
/external/robolectric/v3/runtime/ |
D | android-all-4.3_r2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-5.1.1_r9-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-5.0.0_r2-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-4.4_r1-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |