Home
last modified time | relevance | path

Searched defs:inType (Results 1 – 25 of 31) sorted by relevance

12

/external/OpenCL-CTS/test_common/harness/
Dconversions.cpp208 #define BOOL_CASE(inType) \ argument
214 #define SIMPLE_CAST_CASE(inType, outEnum, outType) \ argument
222 #define DOWN_CAST_CASE(inType, outEnum, outType, sat) \ argument
245 #define U_DOWN_CAST_CASE(inType, outEnum, outType, sat) \ argument
263 #define TO_FLOAT_CASE(inType) \ argument
268 #define TO_DOUBLE_CASE(inType) \ argument
392 void convert_explicit_value(void *inRaw, void *outRaw, ExplicitType inType, in convert_explicit_value()
1093 cl_long read_upscale_signed(void *inRaw, ExplicitType inType) in read_upscale_signed()
1113 cl_ulong read_upscale_unsigned(void *inRaw, ExplicitType inType) in read_upscale_unsigned()
1133 float read_as_float(void *inRaw, ExplicitType inType) in read_as_float()
/external/python/cpython2/Modules/_ctypes/libffi_osx/powerpc/
Dppc-ffi_darwin.c309 const ffi_type* inType) in ffi64_struct_contains_fp()
1032 const ffi_type* inType, in ffi64_struct_to_ram_form()
1295 const ffi_type* inType, in ffi64_struct_to_reg_form()
1609 const ffi_type* inType, in ffi64_stret_needs_ptr()
1725 const ffi_type* inType) in ffi64_data_size()
/external/python/cpython3/Modules/_ctypes/libffi_osx/powerpc/
Dppc-ffi_darwin.c309 const ffi_type* inType) in ffi64_struct_contains_fp()
1032 const ffi_type* inType, in ffi64_struct_to_ram_form()
1295 const ffi_type* inType, in ffi64_struct_to_reg_form()
1609 const ffi_type* inType, in ffi64_stret_needs_ptr()
1725 const ffi_type* inType) in ffi64_data_size()
/external/OpenCL-CTS/test_conformance/conversions/
Dtest_conversions.cpp155 Type inType, outType; in test_conversions() local
529 static int GetTestCase( const char *name, Type *outType, Type *inType, SaturationMode *sat, Roundin… in GetTestCase()
817 Type inType; // the data type of the conversion input member
841 Type inType; member
869 Type inType = info->inType; in PrepareReference() local
992 static int DoTest( cl_device_id device, Type outType, Type inType, SaturationMode sat, RoundingMode… in DoTest()
1450 …Type inType = info->parent->inType; // the data type of the conver… in CalcReferenceValuesComplete() local
1554 static cl_program MakeProgram( Type outType, Type inType, SaturationMode sat, RoundingMode round,… in MakeProgram()
/external/deqp/modules/glshared/
DglsShaderConstExprTests.hpp55 DataType inType; member
DglsShaderConstExprTests.cpp126 const DataType inType = cases[caseNdx].inType; in createTests() local
/external/angle/src/tests/deqp_support/
DglcShaderConstExprTests_override.cpp47 glu::DataType inType; member
266 const glu::DataType inType = testCase.inType; in createTests() local
/external/deqp/external/openglcts/modules/common/
DglcShaderConstExprTests.cpp47 glu::DataType inType; member
250 const glu::DataType inType = testCase.inType; in createTests() local
/external/icu/icu4c/source/test/intltest/
Ddcfmtest.cpp406 EFormatInputType inType, // input number type in execFormatTest()
/external/auto/common/src/main/java/com/google/auto/common/
DOverrides.java177 DeclaredType inType = MoreTypes.asDeclared(in.asType()); in isSubsignature() local
/external/OpenCL-CTS/test_conformance/gles/
Dhelpers.cpp153 char * convert_to_expected( void * inputBuffer, size_t numPixels, ExplicitType inType, ExplicitType… in convert_to_expected()
/external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
DICUTaglet.java73 public boolean inType() { in inType() method in ICUTaglet
/external/mdnsresponder/mDNSShared/
DDebugServices.c240 DEBUG_EXPORT OSStatus DebugInitialize( DebugOutputType inType, ... ) in DebugInitialize()
2028 const char * inType, in DebugHexDump()
/external/chromium-trace/catapult/third_party/polymer/components/webcomponentsjs/
DCustomElements.js404 window.CustomEvent = function(inType, params) { argument
414 window.Event = function(inType, params) { argument
DHTMLImports.js404 window.CustomEvent = function(inType, params) { argument
414 window.Event = function(inType, params) { argument
Dwebcomponents-lite.js1138 window.CustomEvent = function(inType, params) { argument
1148 window.Event = function(inType, params) { argument
/external/OpenCL-CTS/test_conformance/gl/
Dhelpers.cpp172 char * convert_to_expected( void * inputBuffer, size_t numPixels, ExplicitType inType, ExplicitType… in convert_to_expected()
/external/python/cpython2/Mac/Modules/launch/
D_Launchmodule.c263 OSType inType; in Launch_LSGetApplicationForInfo() local
/external/cldr/tools/java/org/unicode/cldr/util/
DLsrvCanonicalizer.java260 private Multimap<LstrType, String> inType = TreeMultimap.create(); field in LsrvCanonicalizer
/external/mdnsresponder/mDNSWindows/DNSServiceBrowser/Windows/Sources/
DChooserDialog.cpp1132 void ChooserDialog::StartBrowsing( const char *inType, const char *inDomain ) in StartBrowsing()
/external/llvm-project/flang/lib/Optimizer/Dialect/
DFIROps.cpp28 static bool verifyInType(mlir::Type inType, in verifyInType()
57 static bool verifyRecordLenParams(mlir::Type inType, unsigned numLenParams) { in verifyRecordLenParams()
/external/python/cpython2/Mac/Modules/carbonevt/
D_CarbonEvtmodule.c185 OSType inType; in EventRef_SetEventParameter() local
321 EventParamType inType; in EventRef_GetEventParameter() local
/external/angle/src/libANGLE/renderer/vulkan/
DUtilsVk.cpp784 spirv::IdRef inType, in InsertVariableDecl()
800 spirv::IdRef inType(kIdFloatSubpassInputType); in InsertColorVariableDecl() local
/external/mdnsresponder/mDNSWindows/SystemService/
DService.c798 static void ReportStatus( int inType, const char *inFormat, ... ) in ReportStatus()
/external/deqp/framework/randomshaders/
DrsgExpression.cpp739 …VariableType::Type inType = state.getRandom().choose<VariableType::Type>(&inTypes[0], &inTypes[0] … in ConstructorOp() local

12