Displaying 3 results from an estimated 3 matches for "int_t".
Did you mean:
int8_t
2014 Jun 23
1
operation on ‘numsels’ may be undefined
Dear all,
Since many years the following C++ code does compile on ALL Bioconductor
servers (Linux, Windows, Mac) without any warnings:
Int_t numsels = 0; //number of selected entries
...
for (Int_t i=0; i<size; i++) {
numsels = (arrMask[i] == 1) ? ++numsels : numsels;
}//for_i
Even on the recently added release server 'zin2' Linux (Ubuntu 12.04.4
LTS) the above code compiles w/o warnings.
However, on th...
2009 Apr 01
0
[LLVMdev] Type operator defenition
...erator function in to reduce the overhead of
going through each non operator function to find the operator
function defined for it??
The reason for this seperate container is because most of languages
defined operators to manipulate objects.
For example each time there is an expression:
class int_t : some_custom_interger ;
int_t a, b;
...
a + b
we have to do : O(n)
const Type* ta = typeof("a");
for (int i=0, e=ta->getNumContainedTypes(); i<e; i++)
if( isa<Function>(*ta->getContainedType(i)) )
if( ta->getName() == "$operator +" )...
2010 Mar 23
0
[LLVMdev] Cygwin llvm-gcc-4.2 regression
...from /usr/include/stdio.h:45,
from /home/ang/src/llvm-gcc4.2-2.7.source/gcc/tsystem.h:90,
from /home/ang/src/llvm-gcc4.2-2.7.source/gcc/config/i386/cygmi
ng-crtbegin.c:37:
/usr/include/sys/_types.h:72: error: expected specifier-qualifier-list before 'w
int_t'
In file included from /usr/include/stdio.h:65,
from /home/ang/src/llvm-gcc4.2-2.7.source/gcc/tsystem.h:90,
from /home/ang/src/llvm-gcc4.2-2.7.source/gcc/config/i386/cygmi
ng-crtbegin.c:37:
/usr/include/sys/stdio.h:38: error: expected declaration specifiers or...