search for: bbh

Displaying 6 results from an estimated 6 matches for "bbh".

Did you mean: bb
2013 Oct 08
1
[LLVMdev] Post Increment Indirect Move Instructions
...mehow transform your loads into POST_INC loads. You can also introduce target-specific DAGCombine code, or a MI-level peephole pass. Our architecture has a Post increment Indirect Move Instruction (MVI) which loads 1 Byte data from memory to Accumulator. It is of the form : MVI A, [BBh] ; Here location BBh is a pointer and its value will be incremented after the MVI Instruction. So after one MVI Instruction the pointer now points to the next Byte of data. Any pointer load whether its 1 Byte, 2 Bytes, 4 Bytes has to use set of MVI Instruction. We have to generate that many...
2004 Sep 07
1
C function name garbled
...> permReps<-10 > breaks<-c(548, 735, 832) First call to phylpro succeeds: > b<-phylpro("simulinfile", breaks, WinHalfWidth, permReps) > Second call to phylpro fails: > b<-phylpro("simulinfile", breaks, WinHalfWidth, permReps) Error in .Call("PSg\bBh\b", input_file = as.character(input_file), breaks = as.integer(breaks), : .Call function name not in load table Check if my C function name is in load table: > is.loaded("Rphylpro") [1] TRUE Any ideas? Thanks for your help, S. Blay Department of Statistics and Actu...
2013 Oct 01
0
[LLVMdev] Post Increment Indirect Move Instructions
----- Original Message ----- > Hi Hal, > > > Our Architecture has indirect move instruction which increments > the > pointer implicitly and the target only has i8 type values. So the > load > of i16 will be converted to two i8 target loads wherein after the > first > load instruction, the pointer to the first i8 address will > automatically >
2013 Oct 01
2
[LLVMdev] Post Increment Indirect Move Instructions
Hi Hal, Our Architecture has indirect move instruction which increments the pointer implicitly and the target only has i8 type values. So the load of i16 will be converted to two i8 target loads wherein after the first load instruction, the pointer to the first i8 address will automatically increment to point to the next i8 value. So the post increment nature is in the Target. A normal
2010 Jul 16
1
discrepancy matrix
...s are the total differences between the ranks of number and date for each pair ( a pair is a combination , made of different colours (zB. 2,3 or 2,6)). (343-678)+(1503-1701) = -533 ( if my explanation is too bad, you can look up for a equivalent example on this page:http://www.stat.lsa.umich.edu/~bbh/optmatch/doc/optmatch.pdf ( on page 5)) I tried this code: plantdist<-round(outer(rank(' date')[as.logical('colour')],rank(' date')[!as.logical('colour')], FUN = function(X, Y) { abs(X - Y) }) + outer(rank( 'number ')[as.logical('colour')]...
2013 Jul 01
3
Asterisk 1.8.20 AGI function SAY DATETIME does not play anything when mode in say.conf is changed to "new"
...tters/at _digit:[0-9]. => digit:${SAY:0:1}, digit:${SAY:1} [date-base](!) ; base rules for dates and times ; the 'SAY' variable contains YYYYMMDDHHmm.ss-dow-doy ; these rule map the strftime attributes. _date:Y:. => num:${SAY:0:4} ; year, 19xx _date:[Bbh]:. => digits/mon-$[${SAY:4:2}-1] ; month name, 0..11 _date:[Aa]:. => digits/day-${SAY:16:1} ; day of week _date:[de]:. => num:${SAY:6:2} ; day of month _date:[H]:. => digits/oh, num:${SAY:8:2} ; hour (oh one, oh two, ..., oh nine, ten, eleven, ..., twen...