Home
last modified time | relevance | path

Searched refs:valType (Results 1 – 16 of 16) sorted by relevance

/external/oboe/samples/RhythmGame/third_party/glm/gtx/
Dtransform2.hpp91 template <typename valType, precision P>
92 GLM_FUNC_DECL tmat4x4<valType, P> scaleBias(
93 valType scale,
94 valType bias);
98 template <typename valType, precision P>
99 GLM_FUNC_DECL tmat4x4<valType, P> scaleBias(
100 tmat4x4<valType, P> const & m,
101 valType scale,
102 valType bias);
/external/golang-protobuf/internal/impl/
Dvalidate.go80 keyType, valType validationType member
185 vi.valType = validationTypeMessage
191 vi.valType = validationTypeUTF8String
229 keyType, valType validationType
289 vi.typ = st.valType
456 valType: vi.valType,
Dmessage.go254 valType interface{} // zero value of enum or message type member
271 return Export{}.EnumTypeOf(mt.valType)
278 return Export{}.MessageTypeOf(mt.valType)
/external/libxml2/include/libxml/
Dxmlschemastypes.h58 xmlSchemaValType valType,
102 xmlSchemaValType valType,
/external/cronet/third_party/libxml/src/include/libxml/
Dxmlschemastypes.h58 xmlSchemaValType valType,
102 xmlSchemaValType valType,
/external/oboe/samples/RhythmGame/third_party/glm/gtc/
Dquaternion.inl135 //template <typename valType>
136 //GLM_FUNC_QUALIFIER tquat<valType>::tquat
138 // valType const & pitch,
139 // valType const & yaw,
140 // valType const & roll
143 // tvec3<valType> eulerAngle(pitch * valType(0.5), yaw * valType(0.5), roll * valType(0.5));
144 // tvec3<valType> c = glm::cos(eulerAngle * valType(0.5));
145 // tvec3<valType> s = glm::sin(eulerAngle * valType(0.5));
/external/libxml2/os400/libxmlrpg/
Dxmlschemastypes.rpgle75 d valType value like(xmlSchemaValType)
163 d valType value like(xmlSchemaValType)
/external/libxml2/
Dxmlschemastypes.c5302 xmlSchemaValType valType, in xmlSchemaValidateLengthFacetInternal() argument
5333 switch (valType) { in xmlSchemaValidateLengthFacetInternal()
5343 if (valType == XML_SCHEMAS_STRING) in xmlSchemaValidateLengthFacetInternal()
5445 xmlSchemaValType valType, in xmlSchemaValidateLengthFacetWhtsp() argument
5451 return (xmlSchemaValidateLengthFacetInternal(facet, valType, value, val, in xmlSchemaValidateLengthFacetWhtsp()
5472 xmlSchemaValType valType, in xmlSchemaValidateFacetInternal() argument
5558 facet->val, facet->value, fws, valType, val, in xmlSchemaValidateFacetInternal()
5571 if ((valType == XML_SCHEMAS_QNAME) || in xmlSchemaValidateFacetInternal()
5572 (valType == XML_SCHEMAS_NOTATION)) in xmlSchemaValidateFacetInternal()
5579 if ((valType == XML_SCHEMAS_QNAME) || in xmlSchemaValidateFacetInternal()
[all …]
Dxmlschemas.c1528 xmlSchemaValType valType; in xmlSchemaGetCanonValueWhtspExt_1() local
1538 valType = xmlSchemaGetValType(val); in xmlSchemaGetCanonValueWhtspExt_1()
1539 switch (valType) { in xmlSchemaGetCanonValueWhtspExt_1()
1559 if (for_hash && valType == XML_SCHEMAS_DECIMAL) { in xmlSchemaGetCanonValueWhtspExt_1()
13475 xmlSchemaIsDerivedFromBuiltInType(xmlSchemaTypePtr type, int valType) in xmlSchemaIsDerivedFromBuiltInType() argument
13482 if (type->builtInType == valType) in xmlSchemaIsDerivedFromBuiltInType()
13487 return(xmlSchemaIsDerivedFromBuiltInType(type->subtypes, valType)); in xmlSchemaIsDerivedFromBuiltInType()
13489 return(xmlSchemaIsDerivedFromBuiltInType(type->subtypes, valType)); in xmlSchemaIsDerivedFromBuiltInType()
13504 xmlSchemaIsUserDerivedFromBuiltInType(xmlSchemaTypePtr type, int valType)
13511 if (type->builtInType == valType)
[all …]
Dtestapi.c34974 xmlSchemaValType valType; /* the built-in type of the value */ in test_xmlSchemaValidateFacetWhtsp() local
34992 valType = gen_xmlSchemaValType(n_valType, 2); in test_xmlSchemaValidateFacetWhtsp()
34997 ret_val = xmlSchemaValidateFacetWhtsp(facet, fws, valType, (const xmlChar *)value, val, ws); in test_xmlSchemaValidateFacetWhtsp()
35002 des_xmlSchemaValType(n_valType, valType, 2); in test_xmlSchemaValidateFacetWhtsp()
35103 xmlSchemaValType valType; /* the built-in type */ in test_xmlSchemaValidateLengthFacetWhtsp() local
35122 valType = gen_xmlSchemaValType(n_valType, 1); in test_xmlSchemaValidateLengthFacetWhtsp()
35128 …ret_val = xmlSchemaValidateLengthFacetWhtsp(facet, valType, (const xmlChar *)value, val, length, w… in test_xmlSchemaValidateLengthFacetWhtsp()
35132 des_xmlSchemaValType(n_valType, valType, 1); in test_xmlSchemaValidateLengthFacetWhtsp()
/external/golang-protobuf/cmd/protoc-gen-go/internal_gengo/
Dmain.go675 valType, _ := fieldGoType(g, f, field.Message.Fields[1])
676 return fmt.Sprintf("map[%v]%v", keyType, valType), false
/external/oboe/samples/RhythmGame/third_party/glm/detail/
Dtype_mat4x4.inl260 //memcpy(&this->value, &m.value, 16 * sizeof(valType));
274 //memcpy(&this->value, &m.value, 16 * sizeof(valType));
/external/tensorflow/tensorflow/compiler/xla/stream_executor/cuda/
Dcusparse_11_0.inc6118 int *cscRowInd, cudaDataType valType, cusparseAction_t copyValues,
6127 cscColPtr, cscRowInd, valType, copyValues, idxBase, alg,
6134 int *cscRowInd, cudaDataType valType, cusparseAction_t copyValues,
6143 cscColPtr, cscRowInd, valType, copyValues, idxBase, alg,
Dcusparse_10_1.inc7786 int *cscRowInd, cudaDataType valType, cusparseAction_t copyValues,
7795 cscColPtr, cscRowInd, valType, copyValues, idxBase, alg,
7802 int *cscRowInd, cudaDataType valType, cusparseAction_t copyValues,
7811 cscColPtr, cscRowInd, valType, copyValues, idxBase, alg,
Dcusparse_10_2.inc7786 int *cscRowInd, cudaDataType valType, cusparseAction_t copyValues,
7795 cscColPtr, cscRowInd, valType, copyValues, idxBase, alg,
7802 int *cscRowInd, cudaDataType valType, cusparseAction_t copyValues,
7811 cscColPtr, cscRowInd, valType, copyValues, idxBase, alg,
/external/cronet/third_party/libxml/src/
Dtestapi.c34974 xmlSchemaValType valType; /* the built-in type of the value */ in test_xmlSchemaValidateFacetWhtsp() local
34992 valType = gen_xmlSchemaValType(n_valType, 2); in test_xmlSchemaValidateFacetWhtsp()
34997 ret_val = xmlSchemaValidateFacetWhtsp(facet, fws, valType, (const xmlChar *)value, val, ws); in test_xmlSchemaValidateFacetWhtsp()
35002 des_xmlSchemaValType(n_valType, valType, 2); in test_xmlSchemaValidateFacetWhtsp()
35103 xmlSchemaValType valType; /* the built-in type */ in test_xmlSchemaValidateLengthFacetWhtsp() local
35122 valType = gen_xmlSchemaValType(n_valType, 1); in test_xmlSchemaValidateLengthFacetWhtsp()
35128 …ret_val = xmlSchemaValidateLengthFacetWhtsp(facet, valType, (const xmlChar *)value, val, length, w… in test_xmlSchemaValidateLengthFacetWhtsp()
35132 des_xmlSchemaValType(n_valType, valType, 1); in test_xmlSchemaValidateLengthFacetWhtsp()