Home
last modified time | relevance | path

Searched refs:xtype (Results 1 – 9 of 9) sorted by relevance

/external/python/cpython2/Modules/
Dcgen.py275 xtype = a_type[9:]
277 xtype = a_type
286 print '(!geti' + xtype + 'arraysize(args,',
289 if xtype <> a_type:
290 print '('+xtype+' *)',
310 print '(!geti' + xtype + 'array(args,',
317 if (a_sub and a_factor) or xtype <> a_type:
318 print '('+xtype+' *)',
321 print '(!geti' + xtype + 'arg(args,',
324 if xtype <> a_type:
[all …]
/external/linux-kselftest/tools/testing/selftests/breakpoints/
Dbreakpoint_test.c57 int xtype, xlen; in toggle_breakpoint() local
62 xtype = 0; in toggle_breakpoint()
65 xtype = 1; in toggle_breakpoint()
68 xtype = 3; in toggle_breakpoint()
90 vdr7 = (xlen | xtype) << 16; in toggle_breakpoint()
/external/clang/test/Sema/
Dinvalid-decl.c9 typedef xtype (*x)(void* handle); // expected-error {{function cannot return function type}} expect…
/external/eigen/Eigen/src/CholmodSupport/
DCholmodSupport.h22 mat.xtype = CHOLMOD_REAL;
30 mat.xtype = CHOLMOD_COMPLEX;
/external/libxml2/
Dxmlschemastypes.c4691 xmlSchemaCompareValuesInternal(xmlSchemaValType xtype, in xmlSchemaCompareValuesInternal() argument
4700 switch (xtype) { in xmlSchemaCompareValuesInternal()
4720 if (ytype == xtype) in xmlSchemaCompareValuesInternal()
4997 xmlSchemaCompareValuesWhtspExt(xmlSchemaValType xtype, in xmlSchemaCompareValuesWhtspExt() argument
5006 return(xmlSchemaCompareValuesInternal(xtype, x, xvalue, xws, ytype, y, in xmlSchemaCompareValuesWhtspExt()
/external/elfutils/src/
Dreadelf.c11732 #define BITS(bits, xtype, sfmt, ufmt) \ in handle_core_register() argument
11744 #define BITS(bits, xtype, sfmt, ufmt) \ in handle_core_register() argument
11746 desc = convert (core, ELF_T_##xtype, 1, &value, desc, 0); \ in handle_core_register()
/external/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.td3077 // Template Class for xtype mpy:
3106 // Template Class for xtype mpy with accumulation into 64-bit:
/external/sqlite/dist/orig/
Dsqlite3.c26048 etByte xtype = etINVALID; /* Conversion paradigm */
26179 xtype = etINVALID;
26183 xtype = infop->type;
26205 switch( xtype ){
26270 if( xtype==etORDINAL ){
26333 if( xtype==etGENERIC && precision>0 ) precision--;
26336 if( xtype==etFLOAT ) realvalue += rounder;
26365 if( xtype!=etFLOAT ){
26369 if( xtype==etGENERIC ){
26372 xtype = etEXP;
[all …]
/external/sqlite/dist/
Dsqlite3.c26048 etByte xtype = etINVALID; /* Conversion paradigm */
26179 xtype = etINVALID;
26183 xtype = infop->type;
26205 switch( xtype ){
26270 if( xtype==etORDINAL ){
26333 if( xtype==etGENERIC && precision>0 ) precision--;
26336 if( xtype==etFLOAT ) realvalue += rounder;
26365 if( xtype!=etFLOAT ){
26369 if( xtype==etGENERIC ){
26372 xtype = etEXP;
[all …]