Displaying 2 results from an estimated 2 matches for "maxrang".
Did you mean:
maxrange
2010 Mar 30
1
[LLVMdev] Question on SelectionDAGBuilder
...fle to an EXTRACT_SUBVECTOR. After computing min/max
values of the mask for each operand, there's a look that looks at the ranges
and determines whether an EXTRACT_SUBVECTOR can be used:
for (int Input=0; Input < 2; ++Input) {
if (MinRange[Input] == (int)(SrcNumElts+1) && MaxRange[Input] == -1) {
RangeUse[Input] = 0; // Unused
StartIdx[Input] = 0;
} else if (MaxRange[Input] - MinRange[Input] < (int)MaskNumElts) {
// Fits within range but we should see if we can find a good
// start index that is a multiple of the mask length....
2013 Jan 29
0
Bioconductor flowcytometry
..., a=1)
testSetLog <- transform(testSet, 'FL10'= logTransi('FL10'),
'FL11'=logTransi('FL11'))
testSet looks like this:
> testSet
flowFrame object 'MarjanD.20120926.A.0026.fcs'
with 100000 cells and 14 observables:
name desc range minRange maxRange
$P1 pulse.width <NA> 65536 768 65535
$P2 FSC_PER <NA> 65536 0 65535
$P3 FSC_PAR <NA> 65536 0 65535
$P4 SSC <NA> 65536 0 65535
$P5 FL01 <NA> 65536 0 65535
$P6 FL02 <NA> 65536...