HomeSort by relevance Sort by last modified time
    Searched refs:inType (Results 1 - 25 of 44) sorted by null

1 2

  /external/python/cpython2/Modules/_ctypes/libffi_osx/powerpc/
ppc-ffi_darwin.c 309 const ffi_type* inType)
314 for (i = 0; inType->elements[i] != NULL && !containsFP; i++)
316 if (inType->elements[i]->type == FFI_TYPE_FLOAT ||
317 inType->elements[i]->type == FFI_TYPE_DOUBLE ||
318 inType->elements[i]->type == FFI_TYPE_LONGDOUBLE)
320 else if (inType->elements[i]->type == FFI_TYPE_STRUCT)
321 containsFP = ffi64_struct_contains_fp(inType->elements[i]);
1032 const ffi_type* inType,
1070 switch (inType->size)
1073 srcGMarker += 8 - inType->size
    [all...]
ppc-darwin.h 81 bool ffi64_stret_needs_ptr(const ffi_type* inType,
  /external/python/cpython3/Modules/_ctypes/libffi_osx/powerpc/
ppc-ffi_darwin.c 309 const ffi_type* inType)
314 for (i = 0; inType->elements[i] != NULL && !containsFP; i++)
316 if (inType->elements[i]->type == FFI_TYPE_FLOAT ||
317 inType->elements[i]->type == FFI_TYPE_DOUBLE ||
318 inType->elements[i]->type == FFI_TYPE_LONGDOUBLE)
320 else if (inType->elements[i]->type == FFI_TYPE_STRUCT)
321 containsFP = ffi64_struct_contains_fp(inType->elements[i]);
1032 const ffi_type* inType,
1070 switch (inType->size)
1073 srcGMarker += 8 - inType->size
    [all...]
ppc-darwin.h 81 bool ffi64_stret_needs_ptr(const ffi_type* inType,
  /external/deqp/modules/glshared/
glsShaderConstExprTests.hpp 55 DataType inType;
glsShaderConstExprTests.cpp 126 const DataType inType = cases[caseNdx].inType;
141 string typeName = glu::getDataTypeName((glu::DataType)(inType + compCount)); // results in float, vec2, vec3, vec4 progression (same for other primitive types)
202 const string scalarCaseName = string(cases[caseNdx].name) + "_" + typeName + "_" + glu::getDataTypeName(inType);
204 expressionTemplateParams["MT"] = glu::getDataTypeName(inType);
glsVertexArrayTests.hpp 154 virtual void bind (int attribNdx, int offset, int size, InputType inType, OutputType outType, bool normalized, int stride) = 0;
176 virtual void bind (int attribNdx, int offset, int size, InputType inType, OutputType outType, bool normalized, int stride);
  /external/icu/icu4c/source/test/intltest/
dcfmtest.h 58 EFormatInputType inType,
dcfmtest.cpp 386 EFormatInputType inType, // input number type
428 switch (inType) {
  /external/deqp/modules/gles2/scripts/
gen-conversions.py 178 inType = inValues[0].typeString()
180 self.name = "%s_to_%s" % (inType, outType)
182 self.inputs = [("%s in0" % inType, inValues)]
195 inType = inValue.typeString()
197 self.name = "%s_to_%s" % (inType, outType)
198 self.op = "%s in0 = %s;\n%s out0 = %s(in0);" % (inType, str(inValue), outType, outType)
199 self.inType = inType
  /frameworks/rs/cpu_ref/
rsCpuIntrinsicColorMatrix.cpp 112 uint32_t inType :4; // [4 - 7]
215 key.u.inType = RS_TYPE_FLOAT_32;
216 rsAssert(key.u.inType == RS_TYPE_FLOAT_32);
260 key.u.copyAlpha = !(key.u.inType || key.u.outType);
302 if (key.u.inType && !key.u.outType) {
466 // inType, outType float if nonzero
467 if (!(key.u.inType || key.u.outType)) {
524 if (key.u.inType || key.u.outType) {
530 if (key.u.inType) {
722 if (key.u.inType != key.u.outType)
    [all...]
rsCpuScript.cpp 579 const Type *inType = ain0->getType();
581 mtls->redp.dim.x = inType->getDimX();
582 mtls->redp.dim.y = inType->getDimY();
583 mtls->redp.dim.z = inType->getDimZ();
663 const Type *inType = ain0->getType();
665 mtls->fep.dim.x = inType->getDimX();
666 mtls->fep.dim.y = inType->getDimY();
667 mtls->fep.dim.z = inType->getDimZ();
    [all...]
  /external/deqp/modules/gles3/scripts/
gen-conversions.py 191 inType = inValues[0].typeString()
193 self.name = "%s_to_%s" % (inType, outType)
195 self.inputs = [("%s in0" % inType, inValues)]
208 inType = inValue.typeString()
210 self.name = "%s_to_%s" % (inType, outType)
211 self.op = "%s in0 = %s;\n%s out0 = %s(in0);" % (inType, str(inValue), outType, outType)
212 self.inType = inType
  /external/golang-protobuf/protoc-gen-go/grpc/
grpc.go 283 inType := g.typeName(method.GetInputType())
316 g.P("Send(*", inType, ") error")
334 g.P("func (x *", streamType, ") Send(m *", inType, ") error {")
385 inType := g.typeName(method.GetInputType())
390 g.P("in := new(", inType, ")")
398 g.P("return srv.(", servName, "Server).", methName, "(ctx, req.(*", inType, "))")
408 g.P("m := new(", inType, ")")
430 g.P("Recv() (*", inType, ", error)")
454 g.P("func (x *", streamType, ") Recv() (*", inType, ", error) {")
455 g.P("m := new(", inType, ")")
    [all...]
  /frameworks/rs/support/java/src/android/support/v8/renderscript/
Script.java 47 Type inType = ain.getType();
48 dInElement = inType.getElement().getDummyElement(mRS);
49 dInType = inType.getDummyType(mRS, dInElement);
50 int xBytesSize = inType.getX() * inType.getElement().getBytesSize();
  /external/deqp/external/openglcts/modules/common/
glcShaderConstExprTests.cpp 47 glu::DataType inType;
260 const glu::DataType inType = testCase.inType;
276 glu::DataType dataType = static_cast<glu::DataType>(inType + component);
307 casePrefix + baseName + "_" + typeName + "_" + glu::getDataTypeName(inType);
309 expressionTemplateParams["MT"] = glu::getDataTypeName(inType);
  /external/mdnsresponder/mDNSWindows/DNSServiceBrowser/Windows/Sources/
ChooserDialog.h 99 void StartBrowsing( const char *inType, const char *inDomain );
ChooserDialog.cpp     [all...]
  /external/python/cpython2/Mac/Modules/launch/
_Launchmodule.c 263 OSType inType;
270 PyMac_GetOSType, &inType,
275 _err = LSGetApplicationForInfo(inType,
445 PyDoc_STR("(OSType inType, OSType inCreator, CFStringRef inExtension, LSRolesMask inRoleMask) -> (FSRef outAppRef, CFURLRef outAppURL)")},
  /external/mdnsresponder/mDNSWindows/
mDNSWin32.h 130 typedef void (*ReportStatusFunc)(int inType, const char *inFormat, ...);
  /external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
ICUTaglet.java 73 public boolean inType() {
  /external/python/cpython2/Mac/Modules/carbonevt/
_CarbonEvtmodule.c 185 OSType inType;
191 PyMac_GetOSType, &inType,
197 inType,
321 EventParamType inType;
325 if (!PyArg_ParseTuple(_args, "O&O&", PyMac_GetOSType, &inName, PyMac_GetOSType, &inType))
329 _err = GetEventParameter(_self->ob_itself, inName, inType, NULL, 0, &bufferSize, NULL);
337 _err = GetEventParameter(_self->ob_itself, inName, inType, NULL, bufferSize, NULL, buffer);
357 PyDoc_STR("(OSType inName, OSType inType, Buffer inDataPtr) -> None")},
    [all...]
  /external/mdnsresponder/mDNSShared/
DebugServices.h     [all...]
DebugServices.c 240 DEBUG_EXPORT OSStatus DebugInitialize( DebugOutputType inType, ... )
246 va_start( args, inType );
273 type = inType;
322 if( inType == kDebugOutputTypeMetaConsole )
821 __private_extern__ void iDebugSetOutputTypeInternal( uint32_t inType );
    [all...]
  /frameworks/av/media/libstagefright/xmlparser/
MediaCodecsXmlParser.cpp 275 bool inType = true;
342 inType = false;
349 bool outside = !inType &&
    [all...]

Completed in 1204 milliseconds

1 2